diff --git a/.dotter/global.toml b/.dotter/global.toml
index 9a4e107a..42fda699 100644
--- a/.dotter/global.toml
+++ b/.dotter/global.toml
@@ -13,7 +13,7 @@ LICENSE = ""
default_target_type = "symbolic"
[base]
-depends = [ "default", "zsh", "spotify", "terminal", "local", "misc", "dev" ]
+depends = [ "default", "zsh", "spotify", "terminal", "local", "misc", "dev", "apps", "gtk" ]
[x11]
depends = [ "base", "awesome", "picom", "dunst", "rofi" ]
@@ -176,3 +176,11 @@ depends = [ "zsh", "tmux", "fish" ]
[dev.files]
"config/sqruff/" = "~/.config/sqruff/"
+"config/asm-lsp/" = "~/.config/asm-lsp/"
+
+[apps.files]
+"config/Vencord/" = "~/.config/Vencord/"
+
+[gtk.files]
+"config/gtk-3.0/" = "~/.config/gtk-3.0/"
+"config/gtk-4.0/" = "~/.config/gtk-4.0/"
diff --git a/config/Vencord/settings/quickCss.css b/config/Vencord/settings/quickCss.css
new file mode 100644
index 00000000..be933294
--- /dev/null
+++ b/config/Vencord/settings/quickCss.css
@@ -0,0 +1,27 @@
+@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css);
+
+:root {
+ --columns: 1;
+ /* default: 3 (amount of servercolumns) */
+
+ --guildsize: 40;
+ /* default: 50 (serversize in pixel) */
+
+ --guildgap: 3;
+ /* default: 3 (top/bottom gap between servers in pixel) */
+
+ --aligndms: 2;
+ /* default: 0 (should DMs be aligned in columns: 0 = no, 1 = yes) */
+}
+
+@import url("https://mr-miner1.github.io/Better-Badges/src/badges.css");
+
+:root {
+ --badge-size: 22px;
+ /*discord default = 18px, theme default = 22px;*/
+ --badge-margin: 1.5px;
+ /*discord default = 2px, theme default = 1.5px*/
+ --badges-everywhere-size: 15px;
+ /*default = 15px*/
+ --windows-hover: 0;
+}
diff --git a/config/Vencord/settings/settings.json b/config/Vencord/settings/settings.json
new file mode 100644
index 00000000..3dea62c1
--- /dev/null
+++ b/config/Vencord/settings/settings.json
@@ -0,0 +1,871 @@
+{
+ "notifyAboutUpdates": true,
+ "autoUpdate": true,
+ "autoUpdateNotification": true,
+ "useQuickCss": true,
+ "themeLinks": [
+ "@dark https://raw.githubusercontent.com/rose-pine/discord/refs/heads/main/dist/rose-pine.css",
+ "@light https://raw.githubusercontent.com/rose-pine/discord/refs/heads/main/dist/rose-pine-moon.css"
+ ],
+ "enableReactDevtools": true,
+ "frameless": true,
+ "transparent": true,
+ "winCtrlQ": false,
+ "winNativeTitleBar": false,
+ "plugins": {
+ "MessageEventsAPI": {
+ "enabled": true
+ },
+ "CommandsAPI": {
+ "enabled": true
+ },
+ "MenuItemDeobfuscatorAPI": {
+ "enabled": true
+ },
+ "ContextMenuAPI": {
+ "enabled": true
+ },
+ "MessagePopoverAPI": {
+ "enabled": true
+ },
+ "MessageAccessoriesAPI": {
+ "enabled": true
+ },
+ "MessageDecorationsAPI": {
+ "enabled": true
+ },
+ "MemberListDecoratorsAPI": {
+ "enabled": true
+ },
+ "ServerListAPI": {
+ "enabled": true
+ },
+ "AlwaysTrust": {
+ "enabled": false
+ },
+ "AnonymiseFileNames": {
+ "enabled": false,
+ "method": 0,
+ "randomisedLength": 7,
+ "consistent": "image",
+ "anonymiseByDefault": true
+ },
+ "BANger": {
+ "enabled": false
+ },
+ "BetterGifAltText": {
+ "enabled": true
+ },
+ "BetterNotesBox": {
+ "enabled": false
+ },
+ "BetterRoleDot": {
+ "enabled": false,
+ "bothStyles": false
+ },
+ "BetterUploadButton": {
+ "enabled": false
+ },
+ "BlurNSFW": {
+ "enabled": true,
+ "blurAmount": 10
+ },
+ "CallTimer": {
+ "enabled": true,
+ "format": "stopwatch"
+ },
+ "ColorSighted": {
+ "enabled": false
+ },
+ "CrashHandler": {
+ "enabled": true
+ },
+ "Experiments": {
+ "enabled": true,
+ "enableIsStaff": false,
+ "forceStagingBanner": false,
+ "toolbarDevMenu": false
+ },
+ "FakeNitro": {
+ "enabled": true,
+ "enableEmojiBypass": true,
+ "enableStickerBypass": true,
+ "enableStreamQualityBypass": true,
+ "transformStickers": true,
+ "transformEmojis": true,
+ "transformCompoundSentence": false,
+ "emojiSize": 64,
+ "stickerSize": 256,
+ "useHyperLinks": true,
+ "hyperLinkText": "{{NAME}}",
+ "disableEmbedPermissionCheck": false
+ },
+ "FixInbox": {
+ "enabled": false
+ },
+ "ForceOwnerCrown": {
+ "enabled": true
+ },
+ "iLoveSpam": {
+ "enabled": false
+ },
+ "IgnoreActivities": {
+ "enabled": false
+ },
+ "InvisibleChat": {
+ "enabled": true,
+ "savedPasswords": "password, Password"
+ },
+ "LoadingQuotes": {
+ "enabled": true,
+ "replaceEvents": true,
+ "enableDiscordPresetQuotes": false,
+ "additionalQuotes": "",
+ "additionalQuotesDelimiter": "|",
+ "enablePluginPresetQuotes": true
+ },
+ "MemberCount": {
+ "enabled": true,
+ "memberList": true,
+ "toolTip": true
+ },
+ "MessageLinkEmbeds": {
+ "enabled": true,
+ "listMode": "blacklist",
+ "idList": "",
+ "automodEmbeds": "never"
+ },
+ "MessageLogger": {
+ "enabled": true,
+ "deleteStyle": "text",
+ "ignoreBots": false,
+ "ignoreSelf": false,
+ "ignoreUsers": "",
+ "ignoreChannels": "",
+ "ignoreGuilds": "",
+ "logEdits": true,
+ "logDeletes": true,
+ "collapseDeleted": false,
+ "inlineEdits": true
+ },
+ "NoBlockedMessages": {
+ "enabled": false
+ },
+ "NoDevtoolsWarning": {
+ "enabled": false
+ },
+ "NoF1": {
+ "enabled": false
+ },
+ "NoRPC": {
+ "enabled": false
+ },
+ "NoReplyMention": {
+ "enabled": false
+ },
+ "NoScreensharePreview": {
+ "enabled": false
+ },
+ "NoSystemBadge": {
+ "enabled": true
+ },
+ "NoUnblockToJump": {
+ "enabled": true
+ },
+ "NSFWGateBypass": {
+ "enabled": true
+ },
+ "PlainFolderIcon": {
+ "enabled": false
+ },
+ "PlatformIndicators": {
+ "enabled": true,
+ "colorMobileIndicator": true,
+ "list": true,
+ "badges": true,
+ "messages": true
+ },
+ "RevealAllSpoilers": {
+ "enabled": true
+ },
+ "ReverseImageSearch": {
+ "enabled": true
+ },
+ "richerCider": {
+ "enabled": false
+ },
+ "RoleColorEverywhere": {
+ "enabled": true,
+ "chatMentions": true,
+ "memberList": true,
+ "voiceUsers": true,
+ "reactorsList": true,
+ "colorChatMessages": false,
+ "pollResults": true
+ },
+ "ShikiCodeblocks": {
+ "enabled": true,
+ "theme": "https://raw.githubusercontent.com/shikijs/textmate-grammars-themes/2d87559c7601a928b9f7e0f0dda243d2fb6d4499/packages/tm-themes/themes/rose-pine.json",
+ "tryHljs": "SECONDARY",
+ "useDevIcon": "COLOR",
+ "bgOpacity": 100
+ },
+ "ShowHiddenChannels": {
+ "enabled": true,
+ "showMode": 0,
+ "hideUnreads": true,
+ "defaultAllowedUsersAndRolesDropdownState": true
+ },
+ "SilentMessageToggle": {
+ "enabled": true,
+ "persistState": false
+ },
+ "SilentTyping": {
+ "enabled": true,
+ "showIcon": false,
+ "isEnabled": true,
+ "contextMenu": true
+ },
+ "SortFriendRequests": {
+ "enabled": true,
+ "showDates": false
+ },
+ "SpotifyControls": {
+ "enabled": true,
+ "hoverControls": false
+ },
+ "SpotifyCrack": {
+ "enabled": true,
+ "noSpotifyAutoPause": true,
+ "keepSpotifyActivityOnIdle": false
+ },
+ "StartupTimings": {
+ "enabled": true
+ },
+ "TimeBarAllActivities": {
+ "enabled": true,
+ "hideActivityDetailText": true,
+ "hideActivityTimerBadges": true
+ },
+ "TypingIndicator": {
+ "enabled": true,
+ "includeMutedChannels": false,
+ "includeBlockedUsers": false,
+ "includeCurrentChannel": true,
+ "indicatorMode": 3
+ },
+ "TypingTweaks": {
+ "enabled": true,
+ "alternativeFormatting": true,
+ "showRoleColors": true,
+ "showAvatars": true
+ },
+ "Unindent": {
+ "enabled": true
+ },
+ "ReactErrorDecoder": {
+ "enabled": true
+ },
+ "VoiceChatDoubleClick": {
+ "enabled": true
+ },
+ "ViewIcons": {
+ "enabled": true
+ },
+ "VolumeBooster": {
+ "enabled": true,
+ "multiplier": 5
+ },
+ "Webhook Tags": {
+ "enabled": false
+ },
+ "WhoReacted": {
+ "enabled": true
+ },
+ "Settings": {
+ "enabled": true,
+ "settingsLocation": "aboveActivity"
+ },
+ "ClearURLs": {
+ "enabled": true
+ },
+ "ConsoleShortcuts": {
+ "enabled": false
+ },
+ "CorruptMp4s": {
+ "enabled": false
+ },
+ "CustomRPC": {
+ "enabled": true,
+ "type": 0
+ },
+ "UrbanDictionary": {
+ "enabled": true
+ },
+ "F8Break": {
+ "enabled": true
+ },
+ "Fart2": {
+ "enabled": false
+ },
+ "FriendInvites": {
+ "enabled": false
+ },
+ "FxTwitter": {
+ "enabled": false
+ },
+ "KeepCurrentChannel": {
+ "enabled": true
+ },
+ "LastFMRichPresence": {
+ "enabled": false
+ },
+ "MessageClickActions": {
+ "enabled": false
+ },
+ "MessageTags": {
+ "enabled": false
+ },
+ "MoreCommands": {
+ "enabled": false
+ },
+ "MoreKaomoji": {
+ "enabled": true
+ },
+ "Moyai": {
+ "enabled": false,
+ "volume": 0.5,
+ "triggerWhenUnfocused": true,
+ "ignoreBots": true,
+ "quality": "Normal",
+ "ignoreBlocked": true
+ },
+ "NoCanaryMessageLinks": {
+ "enabled": false
+ },
+ "oneko": {
+ "enabled": false
+ },
+ "petpet": {
+ "enabled": false
+ },
+ "QuickMention": {
+ "enabled": true
+ },
+ "QuickReply": {
+ "enabled": true
+ },
+ "ReadAllNotificationsButton": {
+ "enabled": true
+ },
+ "ServerListIndicators": {
+ "enabled": false
+ },
+ "SpotifyShareCommands": {
+ "enabled": true
+ },
+ "UwUifier": {
+ "enabled": false
+ },
+ "VcNarrator": {
+ "enabled": false
+ },
+ "ViewRaw": {
+ "enabled": true,
+ "clickMethod": "Left"
+ },
+ "BadgeAPI": {
+ "enabled": true
+ },
+ "NoticesAPI": {
+ "enabled": true
+ },
+ "NoTrack": {
+ "enabled": true,
+ "disableAnalytics": true
+ },
+ "SupportHelper": {
+ "enabled": true
+ },
+ "AlwaysAnimate": {
+ "enabled": true
+ },
+ "SettingsStoreAPI": {
+ "enabled": true
+ },
+ "BetterFolders": {
+ "enabled": true,
+ "sidebar": true,
+ "sidebarAnim": true,
+ "closeAllFolders": true,
+ "closeAllHomeButton": false,
+ "closeOthers": true,
+ "forceOpen": true,
+ "showFolderIcon": 1,
+ "keepIcons": false
+ },
+ "FakeProfileThemes": {
+ "enabled": true,
+ "nitroFirst": true
+ },
+ "GameActivityToggle": {
+ "enabled": true,
+ "oldIcon": false
+ },
+ "GifPaste": {
+ "enabled": true
+ },
+ "ImageZoom": {
+ "enabled": true,
+ "saveZoomValues": true,
+ "preventCarouselFromClosingOnClick": true,
+ "invertScroll": true,
+ "zoom": 2.2,
+ "size": 300,
+ "zoomSpeed": 0.5,
+ "nearestNeighbour": false,
+ "square": false
+ },
+ "MoreUserTags": {
+ "enabled": true,
+ "tagSettings": {
+ "WEBHOOK": {
+ "text": "Webhook",
+ "showInChat": true,
+ "showInNotChat": true
+ },
+ "OWNER": {
+ "text": "Owner",
+ "showInChat": true,
+ "showInNotChat": true
+ },
+ "ADMINISTRATOR": {
+ "text": "Admin",
+ "showInChat": true,
+ "showInNotChat": true
+ },
+ "MODERATOR_STAFF": {
+ "text": "Staff",
+ "showInChat": true,
+ "showInNotChat": true
+ },
+ "MODERATOR": {
+ "text": "Mod",
+ "showInChat": true,
+ "showInNotChat": true
+ },
+ "VOICE_MODERATOR": {
+ "text": "VC Mod",
+ "showInChat": true,
+ "showInNotChat": true
+ },
+ "CHAT_MODERATOR": {
+ "text": "Chat Mod",
+ "showInChat": true,
+ "showInNotChat": true
+ }
+ }
+ },
+ "PinDMs": {
+ "enabled": true,
+ "pinOrder": 0,
+ "dmSectionCollapsed": false,
+ "canCollapseDmSection": false,
+ "userBasedCategoryList": {
+ "326694746494074880": []
+ }
+ },
+ "RelationshipNotifier": {
+ "enabled": true,
+ "offlineRemovals": true,
+ "groups": true,
+ "servers": true,
+ "friends": true,
+ "friendRequestCancels": true,
+ "notices": false
+ },
+ "ReviewDB": {
+ "enabled": true,
+ "notifyReviews": true,
+ "showWarning": true,
+ "hideBlockedUsers": true,
+ "reviewsDropdownState": true,
+ "hideTimestamps": false
+ },
+ "SendTimestamps": {
+ "enabled": false
+ },
+ "ShowMeYourName": {
+ "enabled": false
+ },
+ "UserVoiceShow": {
+ "enabled": true,
+ "showVoiceChannelSectionHeader": true,
+ "showInUserProfileModal": true,
+ "showInMemberList": true,
+ "showInMessages": true
+ },
+ "GreetStickerPicker": {
+ "enabled": true,
+ "greetMode": "Greet"
+ },
+ "Wikisearch": {
+ "enabled": false
+ },
+ "USRBG": {
+ "enabled": true,
+ "nitroFirst": false,
+ "voiceBackground": true
+ },
+ "PermissionsViewer": {
+ "enabled": true,
+ "permissionsSortOrder": 0,
+ "defaultPermissionsDropdownState": false
+ },
+ "ShowAllMessageButtons": {
+ "enabled": true
+ },
+ "ShowConnections": {
+ "enabled": true,
+ "iconSpacing": 1,
+ "iconSize": 32
+ },
+ "TextReplace": {
+ "enabled": false
+ },
+ "Translate": {
+ "enabled": false
+ },
+ "ValidUser": {
+ "enabled": false
+ },
+ "VencordToolbox": {
+ "enabled": true
+ },
+ "FavoriteEmojiFirst": {
+ "enabled": true
+ },
+ "NoPendingCount": {
+ "enabled": false
+ },
+ "NoProfileThemes": {
+ "enabled": true
+ },
+ "UnsuppressEmbeds": {
+ "enabled": false
+ },
+ "MutualGroupDMs": {
+ "enabled": true
+ },
+ "BiggerStreamPreview": {
+ "enabled": true
+ },
+ "OpenInApp": {
+ "enabled": false,
+ "spotify": true,
+ "steam": true,
+ "epic": true,
+ "tidal": true,
+ "itunes": true
+ },
+ "FavoriteGifSearch": {
+ "enabled": true,
+ "searchOption": "hostandpath"
+ },
+ "VoiceMessages": {
+ "enabled": true
+ },
+ "CopyUserURLs": {
+ "enabled": true
+ },
+ "FixSpotifyEmbeds": {
+ "enabled": true
+ },
+ "NormalizeMessageLinks": {
+ "enabled": false
+ },
+ "PreviewMessage": {
+ "enabled": true
+ },
+ "SecretRingToneEnabler": {
+ "enabled": true,
+ "onlySnow": false
+ },
+ "Dearrow": {
+ "enabled": true,
+ "hideButton": false,
+ "replaceElements": 0,
+ "dearrowByDefault": true
+ },
+ "PictureInPicture": {
+ "enabled": true
+ },
+ "ThemeAttributes": {
+ "enabled": true
+ },
+ "OnePingPerDM": {
+ "enabled": false,
+ "channelToAffect": "both_dms",
+ "allowMentions": false,
+ "allowEveryone": false
+ },
+ "PermissionFreeWill": {
+ "enabled": true,
+ "lockout": true,
+ "onboarding": true
+ },
+ "NoMosaic": {
+ "enabled": false
+ },
+ "NoTypingAnimation": {
+ "enabled": false
+ },
+ "ClientTheme": {
+ "enabled": false,
+ "color": "313338"
+ },
+ "FixImagesQuality": {
+ "enabled": true
+ },
+ "SuperReactionTweaks": {
+ "enabled": false
+ },
+ "Decor": {
+ "enabled": true
+ },
+ "NotificationVolume": {
+ "enabled": true,
+ "notificationVolume": 100
+ },
+ "XSOverlay": {
+ "enabled": false
+ },
+ "BetterGifPicker": {
+ "enabled": false
+ },
+ "FixCodeblockGap": {
+ "enabled": true
+ },
+ "FixYoutubeEmbeds": {
+ "enabled": true
+ },
+ "ChatInputButtonAPI": {
+ "enabled": true
+ },
+ "DisableCallIdle": {
+ "enabled": true
+ },
+ "NewGuildSettings": {
+ "enabled": true,
+ "guild": true,
+ "everyone": true,
+ "role": true,
+ "events": true,
+ "highlights": true,
+ "messages": 3,
+ "showAllChannels": true
+ },
+ "BetterRoleContext": {
+ "enabled": true
+ },
+ "ResurrectHome": {
+ "enabled": false
+ },
+ "BetterSettings": {
+ "enabled": true,
+ "disableFade": true,
+ "eagerLoad": true
+ },
+ "FriendsSince": {
+ "enabled": true
+ },
+ "OverrideForumDefaults": {
+ "enabled": true,
+ "defaultLayout": 1,
+ "defaultSortOrder": 0
+ },
+ "ShowHiddenThings": {
+ "enabled": true,
+ "showTimeouts": true,
+ "showInvitesPaused": true,
+ "showModView": true,
+ "disableDiscoveryFilters": true,
+ "disableDisallowedDiscoveryFilters": true
+ },
+ "BetterSessions": {
+ "enabled": true,
+ "backgroundCheck": false
+ },
+ "ImplicitRelationships": {
+ "enabled": true,
+ "sortByAffinity": true
+ },
+ "StreamerModeOnStream": {
+ "enabled": false
+ },
+ "UnlockedAvatarZoom": {
+ "enabled": true
+ },
+ "CtrlEnterSend": {
+ "enabled": false
+ },
+ "ImageLink": {
+ "enabled": false
+ },
+ "MessageLatency": {
+ "enabled": true,
+ "latency": 2,
+ "detectDiscordKotlin": true,
+ "showMillis": false
+ },
+ "NoServerEmojis": {
+ "enabled": false
+ },
+ "PauseInvitesForever": {
+ "enabled": true
+ },
+ "ReplyTimestamp": {
+ "enabled": true
+ },
+ "ShowTimeoutDuration": {
+ "enabled": true,
+ "displayStyle": "ssalggnikool"
+ },
+ "ValidReply": {
+ "enabled": false
+ },
+ "VoiceDownload": {
+ "enabled": true
+ },
+ "PartyMode": {
+ "enabled": false
+ },
+ "AutomodContext": {
+ "enabled": true
+ },
+ "CustomIdle": {
+ "enabled": false,
+ "idleTimeout": 10,
+ "remainInIdle": true
+ },
+ "NoDefaultHangStatus": {
+ "enabled": true
+ },
+ "ReplaceGoogleSearch": {
+ "enabled": true,
+ "customEngineURL": "https://www.startpage.com/sp/search?query=",
+ "customEngineName": "StartPage"
+ },
+ "MessageUpdaterAPI": {
+ "enabled": true
+ },
+ "DontRoundMyTimestamps": {
+ "enabled": false
+ },
+ "MaskedLinkPaste": {
+ "enabled": true
+ },
+ "Summaries": {
+ "enabled": false
+ },
+ "ServerInfo": {
+ "enabled": true
+ },
+ "AppleMusicRichPresence": {
+ "enabled": false
+ },
+ "CopyEmojiMarkdown": {
+ "enabled": false
+ },
+ "NoOnboardingDelay": {
+ "enabled": false
+ },
+ "UserSettingsAPI": {
+ "enabled": true
+ },
+ "ConsoleJanitor": {
+ "enabled": false
+ },
+ "MentionAvatars": {
+ "enabled": true,
+ "showAtSymbol": true
+ },
+ "YoutubeAdblock": {
+ "enabled": true
+ },
+ "AlwaysExpandRoles": {
+ "enabled": false
+ },
+ "CopyFileContents": {
+ "enabled": true
+ },
+ "NoMaskedUrlPaste": {
+ "enabled": true
+ },
+ "StickerPaste": {
+ "enabled": true
+ },
+ "AccountPanelServerProfile": {
+ "enabled": false
+ },
+ "FullSearchContext": {
+ "enabled": true
+ },
+ "UserMessagesPronouns": {
+ "enabled": true,
+ "pronounSource": 0,
+ "showInProfile": true,
+ "showSelf": true,
+ "showInMessages": true,
+ "pronounsFormat": "LOWERCASE"
+ },
+ "DynamicImageModalAPI": {
+ "enabled": true
+ },
+ "WebRichPresence (arRPC)": {
+ "enabled": true
+ },
+ "FullUserInChatbox": {
+ "enabled": true
+ },
+ "IrcColors": {
+ "enabled": true,
+ "memberListColors": true,
+ "lightness": 70,
+ "applyColorOnlyInDms": false,
+ "applyColorOnlyToUsersWithoutColor": false
+ },
+ "WebKeybinds": {
+ "enabled": true
+ },
+ "WebScreenShareFixes": {
+ "enabled": true
+ },
+ "WebContextMenus": {
+ "enabled": true,
+ "addBack": true
+ },
+ "HideMedia": {
+ "enabled": true
+ },
+ "ExpressionCloner": {
+ "enabled": true
+ }
+ },
+ "notifications": {
+ "timeout": 5000,
+ "position": "top-right",
+ "useNative": "never",
+ "logLimit": 50
+ },
+ "macosTranslucency": false,
+ "disableMinSize": false,
+ "cloud": {
+ "authenticated": true,
+ "url": "https://api.vencord.dev/",
+ "settingsSync": true,
+ "settingsSyncVersion": 1754940454935
+ },
+ "enabledThemes": [],
+ "eagerPatches": false
+}
diff --git a/config/asm-lsp/.asm-lsp.toml b/config/asm-lsp/.asm-lsp.toml
new file mode 100644
index 00000000..e80712cb
--- /dev/null
+++ b/config/asm-lsp/.asm-lsp.toml
@@ -0,0 +1,28 @@
+[default_config]
+version = "0.10.0"
+assembler = "gas"
+instruction_set = "riscv"
+
+[default_config.opts]
+compiler = "zig"
+compile_flags_txt = [
+ "cc",
+ "-x",
+ "assembler-with-cpp",
+ "-g",
+ "-Wall",
+ "-Wextra",
+ "-pedantic",
+ "-pedantic-errors",
+ "-std=c2y",
+ "-target",
+ "aarch64-linux-musl",
+]
+diagnostics = true
+default_diagnostics = false
+
+[project.opts]
+compiler = "zig"
+compile_flags_txt = [ ]
+diagnostics = true
+default_diagnostics = false
diff --git a/config/btop/btop.conf b/config/btop/btop.conf
index adc795b7..3e2bfb43 100644
--- a/config/btop/btop.conf
+++ b/config/btop/btop.conf
@@ -53,11 +53,11 @@ graph_symbol_proc = "default"
shown_boxes = "net proc cpu mem"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
-update_ms = 500
+update_ms = 1000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
-proc_sorting = "memory"
+proc_sorting = "cpu direct"
#* Reverse sorting order, True or False.
proc_reversed = False
@@ -151,7 +151,7 @@ custom_cpu_name = ""
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
-disks_filter = "exclude=/boot"
+disks_filter = "exclude=/boot /var/cache/pacman/pkg /var/log /home"
#* Show graphs instead of meters for memory values.
mem_graphs = True
@@ -175,7 +175,7 @@ show_disks = True
only_physical = True
#* Read disks list from /etc/fstab. This also disables only_physical.
-use_fstab = False
+use_fstab = True
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
zfs_hide_datasets = False
diff --git a/config/flameshot.ini b/config/flameshot.ini
index a24d626e..6d4d2125 100644
--- a/config/flameshot.ini
+++ b/config/flameshot.ini
@@ -1,4 +1,5 @@
[General]
+autoCloseIdleDaemon=true
contrastOpacity=188
drawColor=#ff0000
drawThickness=3
@@ -10,3 +11,4 @@ showMagnifier=true
squareMagnifier=true
uiColor=#ffffff
uploadHistoryMax=25
+useJpgForClipboard=true
diff --git a/config/git/config b/config/git/config
index c81d354a..5f1263b4 100644
--- a/config/git/config
+++ b/config/git/config
@@ -53,8 +53,6 @@
[rerere]
enabled = true
autoupdate = true
-[core]
- excludesfile = ~/.gitignore
[rebase]
autoSquash = true
autoStash = true
@@ -68,7 +66,7 @@
# untrackedCache = true
[merge]
# (just 'diff3' if git version < 2.3)
- # conflictstyle = zdiff3
+ conflictstyle = zdiff3
[pull]
# rebase = true
[log]
@@ -110,3 +108,6 @@
[include] # TODO: include only for my repos
path = ~/.config/git/key
+[maintenance]
+ repo = /home/kristofers/Nextcloud/repos/SoloVim
+ repo = /home/kristofers/Nextcloud/repos/maze-ascension
diff --git a/config/gtk-3.0/gtk-dark.css b/config/gtk-3.0/gtk-dark.css
new file mode 120000
index 00000000..45d41c33
--- /dev/null
+++ b/config/gtk-3.0/gtk-dark.css
@@ -0,0 +1 @@
+../../local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk-dark.css
\ No newline at end of file
diff --git a/config/gtk-3.0/gtk.css b/config/gtk-3.0/gtk.css
new file mode 120000
index 00000000..c47175e2
--- /dev/null
+++ b/config/gtk-3.0/gtk.css
@@ -0,0 +1 @@
+../../local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk.css
\ No newline at end of file
diff --git a/config/gtk-3.0/settings.ini b/config/gtk-3.0/settings.ini
new file mode 100644
index 00000000..c65bb353
--- /dev/null
+++ b/config/gtk-3.0/settings.ini
@@ -0,0 +1,20 @@
+[Settings]
+gtk-application-prefer-dark-theme=true
+gtk-button-images=1
+gtk-cursor-theme-name=Adwaita
+gtk-cursor-theme-size=24
+gtk-decoration-layout=icon:minimize,maximize,close
+gtk-enable-animations=true
+gtk-enable-event-sounds=1
+gtk-enable-input-feedback-sounds=1
+gtk-font-name=Noto Sans, 10
+gtk-menu-images=1
+gtk-primary-button-warps-slider=false
+gtk-theme-name=rose-pine-gtk
+gtk-icon-theme-name=rose-pine-icons
+gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
+gtk-xft-antialias=1
+gtk-xft-dpi=98304
+gtk-xft-hinting=1
+gtk-xft-hintstyle=hintfull
diff --git a/config/gtk-4.0/gtk.css b/config/gtk-4.0/gtk.css
new file mode 120000
index 00000000..a22cc5b4
--- /dev/null
+++ b/config/gtk-4.0/gtk.css
@@ -0,0 +1 @@
+../../local/share/themes/gtk4/gtk4/rose-pine.css
\ No newline at end of file
diff --git a/config/gtk-4.0/settings.ini b/config/gtk-4.0/settings.ini
new file mode 100644
index 00000000..0baca43d
--- /dev/null
+++ b/config/gtk-4.0/settings.ini
@@ -0,0 +1,12 @@
+[Settings]
+gtk-application-prefer-dark-theme=true
+gtk-cursor-theme-name=Premium
+gtk-cursor-theme-size=24
+gtk-decoration-layout=icon:minimize,maximize,close
+gtk-enable-animations=true
+gtk-font-name=Noto Sans, 10
+gtk-icon-theme-name=rose-pine-icons
+# gtk-modules=colorreload-gtk-module
+gtk-primary-button-warps-slider=false
+gtk-xft-dpi=98304
+gtk-theme-name=rose-pine-gtk
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf
index dbaab030..f833b76d 100644
--- a/config/hypr/hyprland.conf
+++ b/config/hypr/hyprland.conf
@@ -380,7 +380,7 @@ bind = , PRINT, exec, hyprshot -m output
bind = SHIFT, PRINT, exec, hyprshot -m window
bind = $mainMod ALT, P, exec, hyprpicker -a # colorpicker
-bind = SUPER, grave, hyprexpo:expo, toggle # can be: toggle, select, off/disable or on/enable
+# bind = SUPER, grave, hyprexpo:expo, toggle # can be: toggle, select, off/disable or on/enable
##############################
### WINDOWS AND WORKSPACES ###
diff --git a/config/x11/opt-apps b/config/x11/opt-apps
index 19ee0436..7b29bef2 100644
--- a/config/x11/opt-apps
+++ b/config/x11/opt-apps
@@ -1,9 +1,9 @@
#!/bin/sh
-autostart="picom nextcloud transmission-daemon discord syncthing mullvad-vpn spotify-launcher kotatogram-desktop easyeffects floorp"
+autostart="picom nextcloud transmission-daemon discord syncthing mullvad-vpn spotify-launcher kotatogram-desktop floorp"
for program in $autostart; do
- pidof -sx "$program" || "$program" &
+ pidof -sx "$program" || "$program" &
done
# >/dev/null 2>&1
diff --git a/config/yazi/package.toml b/config/yazi/package.toml
index 9beb5dfc..51487a66 100644
--- a/config/yazi/package.toml
+++ b/config/yazi/package.toml
@@ -30,32 +30,32 @@ hash = "62251f94eb67648d42cdfcfb8be0fad2"
[[plugin.deps]]
use = "yazi-rs/plugins:git"
-rev = "e95c7b3"
+rev = "d7588f6"
hash = "63b6c222bf2103b3023389dde5e2ecfe"
[[plugin.deps]]
use = "yazi-rs/plugins:chmod"
-rev = "e95c7b3"
+rev = "d7588f6"
hash = "1adc12c2b2b025411ab61eb8f0879574"
[[plugin.deps]]
use = "yazi-rs/plugins:full-border"
-rev = "e95c7b3"
+rev = "d7588f6"
hash = "3996fc74044bc44144b323686f887e1"
[[plugin.deps]]
use = "yazi-rs/plugins:mount"
-rev = "e95c7b3"
+rev = "d7588f6"
hash = "e1de3054c0d1a2d8dc6f007eadc0fa31"
[[plugin.deps]]
use = "yazi-rs/plugins:smart-filter"
-rev = "e95c7b3"
+rev = "d7588f6"
hash = "e56b7abf3c06e8ce496eadcca168c093"
[[plugin.deps]]
use = "yazi-rs/plugins:diff"
-rev = "e95c7b3"
+rev = "d7588f6"
hash = "47865a70cade14a0b9b6bc6a54f16bdb"
[[plugin.deps]]
diff --git a/config/zsh/completions/_dua b/config/zsh/completions/_dua
new file mode 100644
index 00000000..186b530b
--- /dev/null
+++ b/config/zsh/completions/_dua
@@ -0,0 +1,189 @@
+#compdef dua
+
+autoload -U is-at-least
+
+_dua() {
+ typeset -A opt_args
+ typeset -a _arguments_options
+ local ret=1
+
+ if is-at-least 5.2; then
+ _arguments_options=(-s -S -C)
+ else
+ _arguments_options=(-s -C)
+ fi
+
+ local context curcontext="$curcontext" state line
+ _arguments "${_arguments_options[@]}" : \
+'-t+[The amount of threads to use. Defaults to 0, indicating the amount of logical processors. Set to 1 to use only a single thread]:THREADS:_default' \
+'--threads=[The amount of threads to use. Defaults to 0, indicating the amount of logical processors. Set to 1 to use only a single thread]:THREADS:_default' \
+'-f+[The format with which to print byte counts]:FORMAT:(metric binary bytes gb gib mb mib)' \
+'--format=[The format with which to print byte counts]:FORMAT:(metric binary bytes gb gib mb mib)' \
+'*-i+[One or more absolute directories to ignore. Note that these are not ignored if they are passed as input path]:IGNORE_DIRS:_files' \
+'*--ignore-dirs=[One or more absolute directories to ignore. Note that these are not ignored if they are passed as input path]:IGNORE_DIRS:_files' \
+'--log-file=[Write a log file with debug information, including panics]:LOG_FILE:_files' \
+'-A[Display apparent size instead of disk usage]' \
+'--apparent-size[Display apparent size instead of disk usage]' \
+'-l[Count hard-linked files each time they are seen]' \
+'--count-hard-links[Count hard-linked files each time they are seen]' \
+'-x[If set, we will not cross filesystems or traverse mount points]' \
+'--stay-on-filesystem[If set, we will not cross filesystems or traverse mount points]' \
+'-h[Print help (see more with '\''--help'\'')]' \
+'--help[Print help (see more with '\''--help'\'')]' \
+'-V[Print version]' \
+'--version[Print version]' \
+'::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
+":: :_dua_commands" \
+"*::: :->dua" \
+&& ret=0
+ case $state in
+ (dua)
+ words=($line[2] "${words[@]}")
+ (( CURRENT += 1 ))
+ curcontext="${curcontext%:*:*}:dua-command-$line[2]:"
+ case $line[2] in
+ (interactive)
+_arguments "${_arguments_options[@]}" : \
+'-e[Do not check entries for presence when listing a directory to avoid slugging performance on slow filesystems]' \
+'--no-entry-check[Do not check entries for presence when listing a directory to avoid slugging performance on slow filesystems]' \
+'-h[Print help]' \
+'--help[Print help]' \
+'*::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
+&& ret=0
+;;
+(i)
+_arguments "${_arguments_options[@]}" : \
+'-e[Do not check entries for presence when listing a directory to avoid slugging performance on slow filesystems]' \
+'--no-entry-check[Do not check entries for presence when listing a directory to avoid slugging performance on slow filesystems]' \
+'-h[Print help]' \
+'--help[Print help]' \
+'*::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
+&& ret=0
+;;
+(aggregate)
+_arguments "${_arguments_options[@]}" : \
+'--stats[If set, print additional statistics about the file traversal to stderr]' \
+'--no-sort[If set, paths will be printed in their order of occurrence on the command-line. Otherwise they are sorted by their size in bytes, ascending]' \
+'--no-total[If set, no total column will be computed for multiple inputs]' \
+'-h[Print help]' \
+'--help[Print help]' \
+'*::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
+&& ret=0
+;;
+(a)
+_arguments "${_arguments_options[@]}" : \
+'--stats[If set, print additional statistics about the file traversal to stderr]' \
+'--no-sort[If set, paths will be printed in their order of occurrence on the command-line. Otherwise they are sorted by their size in bytes, ascending]' \
+'--no-total[If set, no total column will be computed for multiple inputs]' \
+'-h[Print help]' \
+'--help[Print help]' \
+'*::input -- One or more input files or directories. If unset, we will use all entries in the current working directory:_files' \
+&& ret=0
+;;
+(completions)
+_arguments "${_arguments_options[@]}" : \
+'-h[Print help]' \
+'--help[Print help]' \
+':shell -- The shell to generate a completions-script for:(bash elvish fish powershell zsh)' \
+&& ret=0
+;;
+(help)
+_arguments "${_arguments_options[@]}" : \
+":: :_dua__help_commands" \
+"*::: :->help" \
+&& ret=0
+
+ case $state in
+ (help)
+ words=($line[1] "${words[@]}")
+ (( CURRENT += 1 ))
+ curcontext="${curcontext%:*:*}:dua-help-command-$line[1]:"
+ case $line[1] in
+ (interactive)
+_arguments "${_arguments_options[@]}" : \
+&& ret=0
+;;
+(aggregate)
+_arguments "${_arguments_options[@]}" : \
+&& ret=0
+;;
+(completions)
+_arguments "${_arguments_options[@]}" : \
+&& ret=0
+;;
+(help)
+_arguments "${_arguments_options[@]}" : \
+&& ret=0
+;;
+ esac
+ ;;
+esac
+;;
+ esac
+ ;;
+esac
+}
+
+(( $+functions[_dua_commands] )) ||
+_dua_commands() {
+ local commands; commands=(
+'interactive:Launch the terminal user interface' \
+'i:Launch the terminal user interface' \
+'aggregate:Aggregate the consumed space of one or more directories or files' \
+'a:Aggregate the consumed space of one or more directories or files' \
+'completions:Generate shell completions' \
+'help:Print this message or the help of the given subcommand(s)' \
+ )
+ _describe -t commands 'dua commands' commands "$@"
+}
+(( $+functions[_dua__aggregate_commands] )) ||
+_dua__aggregate_commands() {
+ local commands; commands=()
+ _describe -t commands 'dua aggregate commands' commands "$@"
+}
+(( $+functions[_dua__completions_commands] )) ||
+_dua__completions_commands() {
+ local commands; commands=()
+ _describe -t commands 'dua completions commands' commands "$@"
+}
+(( $+functions[_dua__help_commands] )) ||
+_dua__help_commands() {
+ local commands; commands=(
+'interactive:Launch the terminal user interface' \
+'aggregate:Aggregate the consumed space of one or more directories or files' \
+'completions:Generate shell completions' \
+'help:Print this message or the help of the given subcommand(s)' \
+ )
+ _describe -t commands 'dua help commands' commands "$@"
+}
+(( $+functions[_dua__help__aggregate_commands] )) ||
+_dua__help__aggregate_commands() {
+ local commands; commands=()
+ _describe -t commands 'dua help aggregate commands' commands "$@"
+}
+(( $+functions[_dua__help__completions_commands] )) ||
+_dua__help__completions_commands() {
+ local commands; commands=()
+ _describe -t commands 'dua help completions commands' commands "$@"
+}
+(( $+functions[_dua__help__help_commands] )) ||
+_dua__help__help_commands() {
+ local commands; commands=()
+ _describe -t commands 'dua help help commands' commands "$@"
+}
+(( $+functions[_dua__help__interactive_commands] )) ||
+_dua__help__interactive_commands() {
+ local commands; commands=()
+ _describe -t commands 'dua help interactive commands' commands "$@"
+}
+(( $+functions[_dua__interactive_commands] )) ||
+_dua__interactive_commands() {
+ local commands; commands=()
+ _describe -t commands 'dua interactive commands' commands "$@"
+}
+
+if [ "$funcstack[1]" = "_dua" ]; then
+ _dua "$@"
+else
+ compdef _dua dua
+fi
diff --git a/local/share/themes/gtk4/._gtk4 b/local/share/themes/gtk4/._gtk4
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/gtk4/._gtk4 differ
diff --git a/local/share/themes/gtk4/gtk4/._rose-pine-dawn.css b/local/share/themes/gtk4/gtk4/._rose-pine-dawn.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/gtk4/gtk4/._rose-pine-dawn.css differ
diff --git a/local/share/themes/gtk4/gtk4/._rose-pine-moon.css b/local/share/themes/gtk4/gtk4/._rose-pine-moon.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/gtk4/gtk4/._rose-pine-moon.css differ
diff --git a/local/share/themes/gtk4/gtk4/._rose-pine.css b/local/share/themes/gtk4/gtk4/._rose-pine.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/gtk4/gtk4/._rose-pine.css differ
diff --git a/local/share/themes/gtk4/gtk4/rose-pine-dawn.css b/local/share/themes/gtk4/gtk4/rose-pine-dawn.css
new file mode 100644
index 00000000..f3138101
--- /dev/null
+++ b/local/share/themes/gtk4/gtk4/rose-pine-dawn.css
@@ -0,0 +1,43 @@
+
+@define-color accent_bg_color #907aa9;
+@define-color accent_fg_color #faf4ed;
+@define-color accent_color #907aa9;
+
+@define-color destructive_bg_color #b4637a;
+@define-color destructive_fg_color #faf4ed;
+@define-color destructive_color #b4637a;
+
+@define-color success_bg_color #56949f;
+@define-color success_fg_color #575279;
+@define-color success_color #56949f;
+
+@define-color warning_bg_color #ea9d34;
+@define-color warning_fg_color #575279;
+@define-color warning_color #ea9d34;
+
+@define-color error_bg_color #b4637a;
+@define-color error_fg_color #575279;
+@define-color error_color #b4637a;
+
+@define-color window_bg_color #faf4ed;
+@define-color window_fg_color #575279;
+
+@define-color view_bg_color #f2e9e1;
+@define-color view_fg_color #575279;
+
+@define-color headerbar_bg_color #faf4ed;
+@define-color headerbar_fg_color #575279;
+@define-color headerbar_backdrop_color @window_bg_color;
+@define-color headerbar_shade_color #faf4ed;
+
+
+@define-color card_bg_color #fffaf3;
+@define-color card_fg_color #575279;
+@define-color card_shade_color #fffaf3;
+
+@define-color popover_bg_color #f2e9e1;
+@define-color popover_fg_color #575279;
+
+@define-color sidebar_backdrop_color #f2e9e1;
+@define-color sidebar_bg_color #f2e9e1;
+@define-color sidebar_fg_color #575279;
diff --git a/local/share/themes/gtk4/gtk4/rose-pine-moon.css b/local/share/themes/gtk4/gtk4/rose-pine-moon.css
new file mode 100644
index 00000000..8d334953
--- /dev/null
+++ b/local/share/themes/gtk4/gtk4/rose-pine-moon.css
@@ -0,0 +1,43 @@
+
+@define-color accent_bg_color #c4a7e7;
+@define-color accent_fg_color #232136;
+@define-color accent_color #c4a7e7;
+
+@define-color destructive_bg_color #eb6f92;
+@define-color destructive_fg_color #232136;
+@define-color destructive_color #eb6f92;
+
+@define-color success_bg_color #9ccfd8;
+@define-color success_fg_color #e0def4;
+@define-color success_color #9ccfd8;
+
+@define-color warning_bg_color #f6c177;
+@define-color warning_fg_color #e0def4;
+@define-color warning_color #f6c177;
+
+@define-color error_bg_color #eb6f92;
+@define-color error_fg_color #e0def4;
+@define-color error_color #eb6f92;
+
+@define-color window_bg_color #232136;
+@define-color window_fg_color #e0def4;
+
+@define-color view_bg_color #393552;
+@define-color view_fg_color #e0def4;
+
+@define-color headerbar_bg_color #232136;
+@define-color headerbar_fg_color #e0def4;
+@define-color headerbar_backdrop_color @window_bg_color;
+@define-color headerbar_shade_color #232136;
+
+
+@define-color card_bg_color #2a273f;
+@define-color card_fg_color #e0def4;
+@define-color card_shade_color #2a273f;
+
+@define-color popover_bg_color #393552;
+@define-color popover_fg_color #e0def4;
+
+@define-color sidebar_backdrop_color #393552;
+@define-color sidebar_bg_color #393552;
+@define-color sidebar_fg_color #e0def4;
diff --git a/local/share/themes/gtk4/gtk4/rose-pine.css b/local/share/themes/gtk4/gtk4/rose-pine.css
new file mode 100644
index 00000000..91bc96b2
--- /dev/null
+++ b/local/share/themes/gtk4/gtk4/rose-pine.css
@@ -0,0 +1,43 @@
+
+@define-color accent_bg_color #c4a7e7;
+@define-color accent_fg_color #191724;
+@define-color accent_color #c4a7e7;
+
+@define-color destructive_bg_color #eb6f92;
+@define-color destructive_fg_color #191724;
+@define-color destructive_color #eb6f92;
+
+@define-color success_bg_color #9ccfd8;
+@define-color success_fg_color #e0def4;
+@define-color success_color #9ccfd8;
+
+@define-color warning_bg_color #f6c177;
+@define-color warning_fg_color #e0def4;
+@define-color warning_color #f6c177;
+
+@define-color error_bg_color #eb6f92;
+@define-color error_fg_color #e0def4;
+@define-color error_color #eb6f92;
+
+@define-color window_bg_color #191724;
+@define-color window_fg_color #e0def4;
+
+@define-color view_bg_color #26233a;
+@define-color view_fg_color #e0def4;
+
+@define-color headerbar_bg_color #191724;
+@define-color headerbar_fg_color #e0def4;
+@define-color headerbar_backdrop_color @window_bg_color;
+@define-color headerbar_shade_color #191724;
+
+
+@define-color card_bg_color #1f1d2e;
+@define-color card_fg_color #e0def4;
+@define-color card_shade_color #1f1d2e;
+
+@define-color popover_bg_color #26233a;
+@define-color popover_fg_color #e0def4;
+
+@define-color sidebar_backdrop_color #26233A;
+@define-color sidebar_bg_color #26233A;
+@define-color sidebar_fg_color #e0def4;
diff --git a/local/share/themes/rose-pine-gtk/._assets b/local/share/themes/rose-pine-gtk/._assets
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._assets differ
diff --git a/local/share/themes/rose-pine-gtk/._cinnamon b/local/share/themes/rose-pine-gtk/._cinnamon
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._cinnamon differ
diff --git a/local/share/themes/rose-pine-gtk/._gtk-2.0 b/local/share/themes/rose-pine-gtk/._gtk-2.0
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._gtk-2.0 differ
diff --git a/local/share/themes/rose-pine-gtk/._gtk-3.0 b/local/share/themes/rose-pine-gtk/._gtk-3.0
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._gtk-3.0 differ
diff --git a/local/share/themes/rose-pine-gtk/._gtk-3.20 b/local/share/themes/rose-pine-gtk/._gtk-3.20
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._gtk-3.20 differ
diff --git a/local/share/themes/rose-pine-gtk/._index.theme b/local/share/themes/rose-pine-gtk/._index.theme
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._index.theme differ
diff --git a/local/share/themes/rose-pine-gtk/._metacity-1 b/local/share/themes/rose-pine-gtk/._metacity-1
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._metacity-1 differ
diff --git a/local/share/themes/rose-pine-gtk/._openbox-3 b/local/share/themes/rose-pine-gtk/._openbox-3
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._openbox-3 differ
diff --git a/local/share/themes/rose-pine-gtk/._unity b/local/share/themes/rose-pine-gtk/._unity
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._unity differ
diff --git a/local/share/themes/rose-pine-gtk/._xfwm4 b/local/share/themes/rose-pine-gtk/._xfwm4
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/._xfwm4 differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._all-assets.svg b/local/share/themes/rose-pine-gtk/assets/._all-assets.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._all-assets.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._all-assets.txt b/local/share/themes/rose-pine-gtk/assets/._all-assets.txt
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._all-assets.txt differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._change_dpi.sh b/local/share/themes/rose-pine-gtk/assets/._change_dpi.sh
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._change_dpi.sh differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._checkbox-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._checkbox-checked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._checkbox-checked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._checkbox-checked.svg b/local/share/themes/rose-pine-gtk/assets/._checkbox-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._checkbox-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._checkbox-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._checkbox-mixed-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._checkbox-mixed-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._checkbox-mixed.svg b/local/share/themes/rose-pine-gtk/assets/._checkbox-mixed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._checkbox-mixed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._grid-selection-checked.svg b/local/share/themes/rose-pine-gtk/assets/._grid-selection-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._grid-selection-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._grid-selection-unchecked.svg b/local/share/themes/rose-pine-gtk/assets/._grid-selection-unchecked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._grid-selection-unchecked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-checked-hover.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-checked-hover.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-checked-hover.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-checked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-checked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-checked.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed-hover.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed-hover.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed-hover.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed-selected.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed-selected.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed-selected.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-mixed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-unchecked.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-unchecked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-checkbox-unchecked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-checked-hover.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-checked-hover.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-checked-hover.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-checked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-checked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-checked.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed-hover.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed-hover.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed-hover.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed-selected.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed-selected.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed-selected.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-mixed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-unchecked.svg b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-unchecked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._menuitem-radio-unchecked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._pane-handle-vertical.svg b/local/share/themes/rose-pine-gtk/assets/._pane-handle-vertical.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._pane-handle-vertical.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._pane-handle.png b/local/share/themes/rose-pine-gtk/assets/._pane-handle.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._pane-handle.png differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._pane-handle.svg b/local/share/themes/rose-pine-gtk/assets/._pane-handle.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._pane-handle.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._pane-handle@2.png b/local/share/themes/rose-pine-gtk/assets/._pane-handle@2.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._pane-handle@2.png differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._radio-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._radio-checked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._radio-checked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._radio-checked.svg b/local/share/themes/rose-pine-gtk/assets/._radio-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._radio-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._radio-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._radio-mixed-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._radio-mixed-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._radio-mixed.svg b/local/share/themes/rose-pine-gtk/assets/._radio-mixed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._radio-mixed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._radio-selected-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._radio-selected-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._radio-selected-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._radio-selected.svg b/local/share/themes/rose-pine-gtk/assets/._radio-selected.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._radio-selected.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._radio-unselected-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/._radio-unselected-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._radio-unselected-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._radio-unselected.svg b/local/share/themes/rose-pine-gtk/assets/._radio-unselected.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._radio-unselected.svg differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._sed.sh b/local/share/themes/rose-pine-gtk/assets/._sed.sh
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._sed.sh differ
diff --git a/local/share/themes/rose-pine-gtk/assets/._unsed.sh b/local/share/themes/rose-pine-gtk/assets/._unsed.sh
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/._unsed.sh differ
diff --git a/local/share/themes/rose-pine-gtk/assets/all-assets.svg b/local/share/themes/rose-pine-gtk/assets/all-assets.svg
new file mode 100644
index 00000000..6b2b9d79
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/all-assets.svg
@@ -0,0 +1,4456 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/all-assets.txt b/local/share/themes/rose-pine-gtk/assets/all-assets.txt
new file mode 100644
index 00000000..6e738e3f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/all-assets.txt
@@ -0,0 +1,38 @@
+checkbox-checked-dark
+checkbox-checked-insensitive-dark
+checkbox-checked-insensitive
+checkbox-checked
+checkbox-mixed-dark
+checkbox-mixed-insensitive-dark
+checkbox-mixed-insensitive
+checkbox-mixed
+checkbox-unchecked-dark
+checkbox-unchecked-insensitive-dark
+checkbox-unchecked-insensitive
+checkbox-unchecked
+grid-selection-checked-dark
+grid-selection-checked
+grid-selection-unchecked-dark
+grid-selection-unchecked
+menuitem-checkbox-checked-hover
+menuitem-checkbox-checked-insensitive
+menuitem-checkbox-checked
+menuitem-checkbox-mixed-hover
+menuitem-checkbox-mixed-insensitive
+menuitem-checkbox-mixed
+menuitem-radio-checked-hover
+menuitem-radio-checked-insensitive
+menuitem-radio-checked
+pane-handle
+radio-checked-dark
+radio-checked-insensitive-dark
+radio-checked-insensitive
+radio-checked
+radio-mixed-dark
+radio-mixed-insensitive-dark
+radio-mixed-insensitive
+radio-mixed
+radio-unchecked-dark
+radio-unchecked-insensitive-dark
+radio-unchecked-insensitive
+radio-unchecked
diff --git a/local/share/themes/rose-pine-gtk/assets/change_dpi.sh b/local/share/themes/rose-pine-gtk/assets/change_dpi.sh
new file mode 100755
index 00000000..0c03497a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/change_dpi.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+for f in "$@"; do
+ rsvg-convert -d 300 -p 300 -f svg "$f" -o "${f}.bak" ; mv "${f}.bak" "$f"
+done
diff --git a/local/share/themes/rose-pine-gtk/assets/checkbox-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/checkbox-checked-insensitive.svg
new file mode 100644
index 00000000..f467916b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/checkbox-checked-insensitive.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/checkbox-checked.svg b/local/share/themes/rose-pine-gtk/assets/checkbox-checked.svg
new file mode 100644
index 00000000..0671964f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/checkbox-checked.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/checkbox-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/checkbox-mixed-insensitive.svg
new file mode 100644
index 00000000..3c8e869a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/checkbox-mixed-insensitive.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/checkbox-mixed.svg b/local/share/themes/rose-pine-gtk/assets/checkbox-mixed.svg
new file mode 100644
index 00000000..7d032bfd
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/checkbox-mixed.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/grid-selection-checked.svg b/local/share/themes/rose-pine-gtk/assets/grid-selection-checked.svg
new file mode 100644
index 00000000..e9c93099
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/grid-selection-checked.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/grid-selection-unchecked.svg b/local/share/themes/rose-pine-gtk/assets/grid-selection-unchecked.svg
new file mode 100644
index 00000000..35161cb9
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/grid-selection-unchecked.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-checked-hover.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-checked-hover.svg
new file mode 100644
index 00000000..b1116f0d
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-checked-hover.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-checked-insensitive.svg
new file mode 100644
index 00000000..47a3b5d5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-checked-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-checked.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-checked.svg
new file mode 100644
index 00000000..939099ce
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-checked.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed-hover.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed-hover.svg
new file mode 100644
index 00000000..24985e6c
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed-hover.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed-insensitive.svg
new file mode 100644
index 00000000..9a974767
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed-selected.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed-selected.svg
new file mode 100644
index 00000000..09ebfab9
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed-selected.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed.svg
new file mode 100644
index 00000000..61660ca0
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-mixed.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-unchecked.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-unchecked.svg
new file mode 100644
index 00000000..cb6c98c7
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-checkbox-unchecked.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-radio-checked-hover.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-checked-hover.svg
new file mode 100644
index 00000000..5f5265a1
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-checked-hover.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-radio-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-checked-insensitive.svg
new file mode 100644
index 00000000..b3b0d2b5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-checked-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-radio-checked.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-checked.svg
new file mode 100644
index 00000000..016d6c1b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-checked.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed-hover.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed-hover.svg
new file mode 100644
index 00000000..5bf714c2
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed-hover.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed-insensitive.svg
new file mode 100644
index 00000000..99ac9ec3
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed-selected.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed-selected.svg
new file mode 100644
index 00000000..c8fb0f20
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed-selected.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed.svg
new file mode 100644
index 00000000..1ba944e7
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-mixed.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/menuitem-radio-unchecked.svg b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-unchecked.svg
new file mode 100644
index 00000000..9bc98473
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/menuitem-radio-unchecked.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/pane-handle-vertical.svg b/local/share/themes/rose-pine-gtk/assets/pane-handle-vertical.svg
new file mode 100644
index 00000000..72a1e144
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/pane-handle-vertical.svg
@@ -0,0 +1,49 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/pane-handle.png b/local/share/themes/rose-pine-gtk/assets/pane-handle.png
new file mode 100644
index 00000000..e67a9dc5
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/pane-handle.png differ
diff --git a/local/share/themes/rose-pine-gtk/assets/pane-handle.svg b/local/share/themes/rose-pine-gtk/assets/pane-handle.svg
new file mode 100644
index 00000000..34fe777a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/pane-handle.svg
@@ -0,0 +1,49 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/pane-handle@2.png b/local/share/themes/rose-pine-gtk/assets/pane-handle@2.png
new file mode 100644
index 00000000..8a2cd077
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/assets/pane-handle@2.png differ
diff --git a/local/share/themes/rose-pine-gtk/assets/radio-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/radio-checked-insensitive.svg
new file mode 100644
index 00000000..f5c20ae7
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/radio-checked-insensitive.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/radio-checked.svg b/local/share/themes/rose-pine-gtk/assets/radio-checked.svg
new file mode 100644
index 00000000..729ea6f5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/radio-checked.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/radio-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/radio-mixed-insensitive.svg
new file mode 100644
index 00000000..3c8e869a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/radio-mixed-insensitive.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/radio-mixed.svg b/local/share/themes/rose-pine-gtk/assets/radio-mixed.svg
new file mode 100644
index 00000000..7d032bfd
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/radio-mixed.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/radio-selected-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/radio-selected-insensitive.svg
new file mode 100644
index 00000000..f5c20ae7
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/radio-selected-insensitive.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/radio-selected.svg b/local/share/themes/rose-pine-gtk/assets/radio-selected.svg
new file mode 100644
index 00000000..729ea6f5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/radio-selected.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/radio-unselected-insensitive.svg b/local/share/themes/rose-pine-gtk/assets/radio-unselected-insensitive.svg
new file mode 100644
index 00000000..ca56567a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/radio-unselected-insensitive.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/radio-unselected.svg b/local/share/themes/rose-pine-gtk/assets/radio-unselected.svg
new file mode 100644
index 00000000..a6fc175b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/radio-unselected.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/assets/sed.sh b/local/share/themes/rose-pine-gtk/assets/sed.sh
new file mode 100755
index 00000000..e58164ae
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/sed.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+sed -i \
+ -e 's/#1f1d2e/rgb(0%,0%,0%)/g' \
+ -e 's/#f0f0f3/rgb(100%,100%,100%)/g' \
+ -e 's/#191724/rgb(50%,0%,0%)/g' \
+ -e 's/#c4a7e7/rgb(0%,50%,0%)/g' \
+ -e 's/#26233a/rgb(50%,0%,50%)/g' \
+ -e 's/#c5c3ce/rgb(0%,0%,50%)/g' \
+ "$@"
diff --git a/local/share/themes/rose-pine-gtk/assets/unsed.sh b/local/share/themes/rose-pine-gtk/assets/unsed.sh
new file mode 100755
index 00000000..dc09059b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/assets/unsed.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+sed -i \
+ -e 's/rgb(0%,0%,0%)/#1f1d2e/g' \
+ -e 's/rgb(100%,100%,100%)/#f0f0f3/g' \
+ -e 's/rgb(50%,0%,0%)/#191724/g' \
+ -e 's/rgb(0%,50%,0%)/#c4a7e7/g' \
+ -e 's/rgb(0%,50.196078%,0%)/#c4a7e7/g' \
+ -e 's/rgb(50%,0%,50%)/#26233a/g' \
+ -e 's/rgb(50.196078%,0%,50.196078%)/#26233a/g' \
+ -e 's/rgb(0%,0%,50%)/#c5c3ce/g' \
+ "$@"
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/._assets b/local/share/themes/rose-pine-gtk/cinnamon/._assets
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/._assets differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/._scss b/local/share/themes/rose-pine-gtk/cinnamon/._scss
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/._scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/._thumbnail.png b/local/share/themes/rose-pine-gtk/cinnamon/._thumbnail.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/._thumbnail.png differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._add-workspace-hover.png b/local/share/themes/rose-pine-gtk/cinnamon/assets/._add-workspace-hover.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._add-workspace-hover.png differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._add-workspace.png b/local/share/themes/rose-pine-gtk/cinnamon/assets/._add-workspace.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._add-workspace.png differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._calendar-arrow-left.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._calendar-arrow-left.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._calendar-arrow-left.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._calendar-arrow-right.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._calendar-arrow-right.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._calendar-arrow-right.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._checkbox-off.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._checkbox-off.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._checkbox-off.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._checkbox.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._checkbox.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._checkbox.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._close-window.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._close-window.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._close-window.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._corner-ripple.png b/local/share/themes/rose-pine-gtk/cinnamon/assets/._corner-ripple.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._corner-ripple.png differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._radiobutton-off.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._radiobutton-off.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._radiobutton-off.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._radiobutton.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._radiobutton.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._radiobutton.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-off-intl.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-off-intl.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-off-intl.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-off-us.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-off-us.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-off-us.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-on-intl.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-on-intl.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-on-intl.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-on-us.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-on-us.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._toggle-on-us.svg differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/._trash-icon.png b/local/share/themes/rose-pine-gtk/cinnamon/assets/._trash-icon.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/._trash-icon.png differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/add-workspace-hover.png b/local/share/themes/rose-pine-gtk/cinnamon/assets/add-workspace-hover.png
new file mode 100644
index 00000000..bd7f7793
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/add-workspace-hover.png differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/add-workspace.png b/local/share/themes/rose-pine-gtk/cinnamon/assets/add-workspace.png
new file mode 100644
index 00000000..40ac9af2
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/add-workspace.png differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/calendar-arrow-left.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/calendar-arrow-left.svg
new file mode 100644
index 00000000..53255a02
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/calendar-arrow-left.svg
@@ -0,0 +1,82 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/calendar-arrow-right.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/calendar-arrow-right.svg
new file mode 100644
index 00000000..caa55496
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/calendar-arrow-right.svg
@@ -0,0 +1,82 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/checkbox-off.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/checkbox-off.svg
new file mode 100644
index 00000000..4956b687
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/checkbox-off.svg
@@ -0,0 +1,98 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/checkbox.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/checkbox.svg
new file mode 100644
index 00000000..69442917
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/checkbox.svg
@@ -0,0 +1,104 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/close-window.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/close-window.svg
new file mode 100644
index 00000000..7c0578d1
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/close-window.svg
@@ -0,0 +1,152 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/corner-ripple.png b/local/share/themes/rose-pine-gtk/cinnamon/assets/corner-ripple.png
new file mode 100644
index 00000000..35d95ffe
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/corner-ripple.png differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/radiobutton-off.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/radiobutton-off.svg
new file mode 100644
index 00000000..5b73e195
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/radiobutton-off.svg
@@ -0,0 +1,91 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/radiobutton.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/radiobutton.svg
new file mode 100644
index 00000000..233d2083
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/radiobutton.svg
@@ -0,0 +1,97 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-off-intl.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-off-intl.svg
new file mode 100644
index 00000000..1b3a5011
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-off-intl.svg
@@ -0,0 +1,951 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-off-us.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-off-us.svg
new file mode 100644
index 00000000..1b3a5011
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-off-us.svg
@@ -0,0 +1,951 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-on-intl.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-on-intl.svg
new file mode 100644
index 00000000..6ecffb6f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-on-intl.svg
@@ -0,0 +1,1537 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-on-us.svg b/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-on-us.svg
new file mode 100644
index 00000000..6ecffb6f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/assets/toggle-on-us.svg
@@ -0,0 +1,1537 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/assets/trash-icon.png b/local/share/themes/rose-pine-gtk/cinnamon/assets/trash-icon.png
new file mode 100644
index 00000000..270fe2ef
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/assets/trash-icon.png differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/.__extends.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/.__extends.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/.__extends.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/.__global.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/.__global.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/.__global.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/._cinnamon.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/._cinnamon.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/._cinnamon.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/._sections b/local/share/themes/rose-pine-gtk/cinnamon/scss/._sections
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/._sections differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/_extends.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/_extends.scss
new file mode 100644
index 00000000..9a78c30f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/_extends.scss
@@ -0,0 +1,372 @@
+// extend-elements
+
+// to bottom
+%bg-grad-to-bottom {
+ background-gradient-direction: vertical;
+ background-gradient-start: $dark_bg_grad;
+ background-gradient-end: $light_bg_grad;
+}
+
+// hover to bottom
+%hover-bg-grad-to-bottom {
+ background-gradient-direction: vertical;
+ background-gradient-start: $dark_hover_bg_grad;
+ background-gradient-end: $light_hover_bg_grad;
+}
+
+// button to top
+%button-bg-grad-to-top {
+ background-gradient-direction: vertical;
+ background-gradient-start: $light_button_bg_grad;
+ background-gradient-end: $dark_button_bg_grad;
+}
+
+// hover button to top
+%hover-button-bg-grad-to-top {
+ background-gradient-direction: vertical;
+ background-gradient-start: $light_hover_button_bg_grad;
+ background-gradient-end: $dark_hover_button_bg_grad;
+}
+
+// to top
+%bg-grad-to-top {
+ background-gradient-direction: vertical;
+ background-gradient-start: $light_bg_grad;
+ background-gradient-end: $dark_bg_grad;
+}
+
+// hover to top
+%hover-bg-grad-to-top {
+ background-gradient-direction: vertical;
+ background-gradient-start: $light_hover_bg_grad;
+ background-gradient-end: $dark_hover_bg_grad;
+}
+
+// selected to bottom
+%selected-bg-grad-to-bottom {
+ background-gradient-direction: vertical;
+ background-gradient-start: $dark_selected_bg_grad;
+ background-gradient-end: $light_selected_bg_grad;
+}
+
+// selected to top
+%selected-bg-grad-to-top {
+ background-gradient-direction: vertical;
+ background-gradient-start: $light_selected_bg_grad;
+ background-gradient-end: $dark_selected_bg_grad;
+}
+
+// hover selected to bottom
+%hover-selected-grad-to-bottom {
+ background-gradient-direction: vertical;
+ background-gradient-start: $dark_hover_selected_grad;
+ background-gradient-end: $light_hover_selected_grad;
+}
+
+// hover selected to top
+%hover-selected-grad-to-top {
+ background-gradient-direction: vertical;
+ background-gradient-start: $light_hover_selected_grad;
+ background-gradient-end: $dark_hover_selected_grad;
+}
+
+// to right
+%bg-grad-to-right {
+ background-gradient-direction: horizontal;
+ background-gradient-start: $dark_bg_grad;
+ background-gradient-end: $light_bg_grad;
+}
+
+// to left
+%bg-grad-to-left {
+ background-gradient-direction: horizontal;
+ background-gradient-start: $light_bg_grad;
+ background-gradient-end: $dark_bg_grad;
+}
+
+// hover to right
+%hover-bg-grad-to-right {
+ background-gradient-direction: horizontal;
+ background-gradient-start: $dark_hover_bg_grad;
+ background-gradient-end: $light_hover_bg_grad;
+}
+
+// hover to left
+%hover-bg-grad-to-left {
+ background-gradient-direction: horizontal;
+ background-gradient-start: $light_hover_bg_grad;
+ background-gradient-end: $dark_hover_bg_grad;
+}
+
+// selected to right
+%selected-bg-grad-to-right {
+ background-gradient-direction: horizontal;
+ background-gradient-start: $dark_selected_bg_grad;
+ background-gradient-end: $light_selected_bg_grad;
+}
+
+// selected to left
+%selected-bg-grad-to-left {
+ background-gradient-direction: horizontal;
+ background-gradient-start: $light_selected_bg_grad;
+ background-gradient-end: $dark_selected_bg_grad;
+}
+
+// hover selected to right
+%hover-selected-grad-to-right {
+ background-gradient-direction: horizontal;
+ background-gradient-start: $dark_hover_selected_grad;
+ background-gradient-end: $light_hover_selected_grad;
+}
+
+// hover selected to left
+%hover-selected-grad-to-left {
+ background-gradient-direction: horizontal;
+ background-gradient-start: $light_hover_selected_grad;
+ background-gradient-end: $dark_hover_selected_grad;
+}
+
+// tooltip to top
+%tooltip-bg-grad-to-top {
+ background-gradient-direction: vertical;
+ background-gradient-start: $light_tooltip_bg_grad;
+ background-gradient-end: $dark_tooltip_bg_grad;
+}
+
+// used in selectors
+// .osd-window, .info-osd, .workspace-osd
+%osd-shared {
+ @extend %bg-grad-to-bottom;
+
+ border: 1px solid $exterior_border;
+ border-radius: $roundness;
+ color: $dark_fg_color;
+}
+
+// used in selectors
+// .slider, .sound-player .slider, .popup-slider-menu-item
+%slider-shared {
+ height: 1.2em;
+ min-width: 15em;
+ color: $button_bg_color;
+ -slider-height: 2px;
+ -slider-background-color: $scrollbar_bg_color;
+ -slider-border-color: $interior_border;
+ -slider-active-background-color: $scrollbar_slider_hover_color;
+ -slider-active-border-color: $selected_border;
+ -slider-border-width: 1px;
+ -slider-border-radius: $roundness;
+ -slider-handle-radius: 8px;
+ -slider-handle-border-color: $button_border;
+}
+
+// used in selectors
+// .separator, .popup-seperator-menu-item
+%separator-shared {
+ -gradient-height: 3px;
+ -gradient-start: $selected_bg_color;
+ -gradient-end: $dark_bg_color;
+ -margin-horizontal: 4px;
+ height: 1em;
+}
+
+// used in selectors
+// #menu-search-entry, .run-dialog-entry, #notification StEntry
+%dialog-entry {
+ @extend %tooltip-bg-grad-to-top;
+
+ padding: $spacing_plus2;
+ border-radius: $roundness;
+ color: $tooltip_fg_color;
+ border: 1px solid $interior_border;
+ selection-background-color: $selected_bg_color;
+ selected-color: $selected_fg_color;
+ caret-color: $primary_caret_color;
+ caret-size: 0.1em;
+ width: 250px;
+ height: 1.5em;
+ transition-duration: 150;
+}
+
+// used in selectors
+// .desklet-with-borders, .desklet-with-borders-and-header, .desklet-header, .photoframe-box
+%desklet-shared {
+ @extend %bg-grad-to-right;
+
+ color: $dark_fg_color;
+ padding: 8px;
+ border: 1px solid $exterior_border;
+}
+
+// used in selectors
+// .calendar-change-month-back, .calendar-change-month-forward
+%calendar-shared {
+ width: 16px;
+ height: 16px;
+ border-radius: $roundness;
+ transition-duration: 150;
+}
+
+// used in selectors
+// .notification-button, .notification-icon-button, .modal-dialog-button, .sound-player-overlay StButton, .keyboard-key
+%shared-button {
+ @extend %button-bg-grad-to-top;
+
+ border: 1px solid $button_border;
+ border-radius: $roundness;
+ text-align: center;
+ color: $button_fg_color;
+ transition-duration: 150;
+}
+
+// used in selectors
+// .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button:hover, .sound-player-overlay StButton:hover, .keyboard-key:hover
+%shared-button-hover {
+ @extend %hover-button-bg-grad-to-top;
+
+ border: 1px solid $selected_border;
+}
+
+// used in selectors
+// .notification-button:active, .notification-icon-button:active, .modal-dialog-button:active, .modal-dialog-button:pressed, .sound-player-overlay StButton:active, .keyboard-key:active
+%shared-button-active {
+ @extend %selected-bg-grad-to-bottom;
+
+ color: $selected_fg_color;
+}
+
+// used in selectors
+// .menu .popup-combo-menu
+%shared-menu {
+ @extend %bg-grad-to-right;
+
+ padding: 8px;
+ border: 1px solid $exterior_border;
+ border-radius: $roundness;
+ color: $dark_fg_color;
+}
+
+// used in selectors
+// .menu-application-button-label, .menu-category-button-label
+%menu-button-label-shared {
+ &:ltr {
+ padding-left: 4px;
+ }
+ &:rtl {
+ padding-right: 4px;
+ }
+}
+
+// used in selectors
+// .popup-menu-item, .popup-combobox-item, .menu-favorites-button, .menu-places-button, .menu-category-button, .menu-category-button-greyed, .menu-category-button-selected
+%menu-buttons-shared {
+ //min-height: 22px; //setting a min height accross the board for all menu types (menu entries with an application icon are hardcoded to this min-height) causes display issues in cinnamon :-(
+ padding: $spacing_plus2;
+}
+
+// used in selectors
+// .show-processes-dialog-subject, .mount-question-dialog-subject
+%shared-dialogs-subject {
+ font-weight: bold;
+ color: $dark_fg_color;
+ padding-top: 10px;
+ padding-left: 17px;
+ padding-bottom: 6px;
+}
+
+// used in selectors
+// .show-processes-dialog-subject:rtl, .mount-question-dialog-subject:rtl
+%shared-dialogs-subject-rtl {
+ padding-left: 0;
+ padding-right: 17px;
+}
+
+// used in selectors
+// .show-processes-dialog-description, .mount-question-dialog-description
+%shared-dialogs-description {
+ color: $dark_fg_color;
+ padding-left: 17px;
+ width: 28em;
+}
+
+// used in selectors
+// .menu-applications-inner-box StScrollView, .starkmenu-favorites-box .menu-context-menu
+%menu-context-shared {
+ @extend %bg-grad-to-bottom;
+
+ padding: 8px;
+ margin: 8px 0;
+ border-radius: $roundness;
+ border: 1px solid $interior_border;
+ StIcon {
+ &:ltr {
+ padding-right: 4px;
+ }
+ &:rtl {
+ padding-left: 4px;
+ }
+ }
+}
+
+// used in selectors
+// .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus
+%panel-top-shared {
+ @extend %selected-bg-grad-to-top;
+
+ color: $selected_fg_color;
+}
+
+// used in selectors
+// .panel-bottom .windows-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus
+%panel-bottom-shared {
+ @extend %selected-bg-grad-to-bottom;
+
+ color: $selected_fg_color;
+}
+
+// used in selectors
+// .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus
+%panel-left-shared {
+ @extend %selected-bg-grad-to-left;
+
+ color: $selected_fg_color;
+}
+
+// used in selectors
+// .panel-right .windows-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus
+%panel-right-shared {
+ @extend %selected-bg-grad-to-right;
+
+ color: $selected_fg_color;
+}
+
+// used in selectors
+// .check-box StBin, .check-box:focus StBin
+%check-box-shared {
+ width: 16px;
+ height: 16px;
+ background-image: url(assets/checkbox-off.svg);
+}
+
+// used in selectors
+// .radiobutton StBin, .radiobutton:focus StBin
+%radiobutton-shared {
+ width: 16px;
+ height: 16px;
+ background-image: url(assets/radiobutton-off.svg);
+ border-radius: $roundness;
+}
+
+// used in selectors
+// .tile-preview, .tile-hud
+%tile-shared {
+ background-color: $dark_bg_color_trans;
+ border: 2px solid $exterior_border;
+}
+
+// used in selectors
+// .tile-preview.snap, .tile-hud.snap
+%tile-shared-snap {
+ background-color: $dark_bg_color_trans;
+ border: 2px solid $selected_border;
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/_global.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/_global.scss
new file mode 100644
index 00000000..351d9a42
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/_global.scss
@@ -0,0 +1,84 @@
+// scss-lint:disable ColorVariable
+
+// main colors used in theme
+// 1.0 < 1 will result in most cinnamon surfaces being transparent
+$button_bg_color: #191724;
+$button_fg_color: #e0def4;
+$selected_bg_color: #c4a7e7;
+$selected_fg_color: #191724;
+$tooltip_bg_color: #1f1d2e;
+$tooltip_fg_color: #f0f0f3;
+$dark_bg_color: fade-out(#191724, 1 - 1.0);
+$dark_fg_color: #e0def4;
+
+// an always transparent color used for expo & scale views and the lightbox effect when cinnamon is showing an OSD.
+$dark_bg_color_trans: fade-out(#191724, 1 - (1.0 / 2));
+
+// used to calculate gradients for gradient values > 0
+$lighten_amount: 1 + (0.0 / 2);
+$darken_amount: 1 - (0.0 / 2);
+
+// main background surface gradient start and end colors
+$light_bg_grad: if($lighten_amount > 1, lighten($dark_bg_color, ($lighten_amount - 1) * lightness($dark_bg_color)), $dark_bg_color);
+$dark_bg_grad: if($darken_amount < 1, darken($dark_bg_color, (1 - $darken_amount) * lightness($dark_bg_color)), $dark_bg_color);
+
+// hovered background surface gradient start and end colors - used for window list
+$hover_bg_color: lighten($dark_bg_color, .05 * lightness($dark_bg_color));
+$light_hover_bg_grad: if($lighten_amount > 1, lighten($hover_bg_color, ($lighten_amount - 1) * lightness($hover_bg_color)), $hover_bg_color);
+$dark_hover_bg_grad: if($darken_amount < 1, darken($hover_bg_color, (1 - $darken_amount) * lightness($hover_bg_color)), $hover_bg_color);
+
+// selected background surface gradient start and end colors - used for window list & buttons
+$light_selected_bg_grad: if($lighten_amount > 1, lighten($selected_bg_color, ($lighten_amount - 1) * lightness($selected_bg_color)), $selected_bg_color);
+$dark_selected_bg_grad: if($darken_amount < 1, darken($selected_bg_color, (1 - $darken_amount) * lightness($selected_bg_color)), $selected_bg_color);
+
+// hovered selected background surface gradient start and end colors - used for window list
+$hover_selected_color: lighten($selected_bg_color, .05 * lightness($selected_bg_color));
+$light_hover_selected_grad: if($lighten_amount > 1, lighten($hover_selected_color, ($lighten_amount - 1) * lightness($hover_selected_color)), $hover_selected_color);
+$dark_hover_selected_grad: if($darken_amount < 1, darken($hover_selected_color, (1 - $darken_amount) * lightness($hover_selected_color)), $hover_selected_color);
+
+// button background surface gradient start and end colors - used for buttons
+$light_button_bg_grad: if($lighten_amount > 1, lighten($button_bg_color, ($lighten_amount - 1) * lightness($button_bg_color)), $button_bg_color);
+$dark_button_bg_grad: if($darken_amount < 1, darken($button_bg_color, (1 - $darken_amount) * lightness($button_bg_color)), $button_bg_color);
+
+// hovered button background surface gradient start and end colors - used for buttons
+$hover_button_bg: lighten($button_bg_color, .05 * lightness($button_bg_color));
+$light_hover_button_bg_grad: if($lighten_amount > 1, lighten($hover_button_bg, ($lighten_amount - 1) * lightness($hover_button_bg)), $hover_button_bg);
+$dark_hover_button_bg_grad: if($darken_amount < 1, darken($hover_button_bg, (1 - $darken_amount) * lightness($hover_button_bg)), $hover_button_bg);
+
+// tooltip background surface gradient start and end colors - used for tooltips
+$light_tooltip_bg_grad: if($lighten_amount > 1, lighten($tooltip_bg_color, ($lighten_amount - 1) * lightness($tooltip_bg_color)), $tooltip_bg_color);
+$dark_tooltip_bg_grad: if($darken_amount < 1, darken($tooltip_bg_color, (1 - $darken_amount) * lightness($tooltip_bg_color)), $tooltip_bg_color);
+
+// borders used throughout theme buttons also use selected_borders_color
+$selected_border: mix($dark_bg_color, $selected_bg_color, if(lightness($dark_bg_color) < 50%, 18%, 10%));
+$border_strength: if(lightness($dark_fg_color) > 50, .1, .2);
+$interior_border: fade-out($dark_fg_color, 0.88 - $border_strength);
+$exterior_border: mix($dark_bg_color, $dark_fg_color, (30 + ($border_strength * 100)));
+
+// decoration for buttons
+$button_border_strength: if(lightness($button_fg_color) > 50, .1, .2);
+$button_border: fade-out($button_fg_color, 0.88 - $button_border_strength);
+
+// scrollbar colors
+$scrollbar_bg_color: darken($dark_bg_color, 5%);
+$scrollbar_slider_color: mix($dark_bg_color, $dark_fg_color, 20%);
+$scrollbar_slider_hover_color: mix($dark_bg_color, $selected_bg_color, 20%);
+
+// caret colors for dialog entrys
+$primary_caret_color: #c5c3ce;
+
+// other colors used in the theme
+$link_color: #9ccfd8;
+$success_color: #ebbcba;
+$warning_color: #f6c177;
+$error_color: #eb6f92;
+$info_fg_color: #191724;
+$info_bg_color: #9ccfd8;
+
+// used for border-radius throughout theme
+$roundness: 2px;
+
+// used for buttons, entrys, panel spacing, and menu item spacing.
+$spacing: 3px;
+$spacing_plus2: (3 + 2) + px;
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/cinnamon.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/cinnamon.scss
new file mode 100644
index 00000000..0d1f522e
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/cinnamon.scss
@@ -0,0 +1,14 @@
+@import "_global";
+@import "_extends";
+
+@import "sections/_stage";
+@import "sections/_menu";
+@import "sections/_panel";
+@import "sections/_calendar";
+@import "sections/_accessibility";
+@import "sections/_notifications";
+@import "sections/_dialogs";
+@import "sections/_desklets";
+@import "sections/_alt-tab";
+@import "sections/_overview";
+@import "sections/_tile-hud";
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__accessibility.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__accessibility.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__accessibility.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__alt-tab.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__alt-tab.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__alt-tab.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__calendar.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__calendar.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__calendar.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__desklets.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__desklets.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__desklets.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__dialogs.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__dialogs.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__dialogs.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__menu.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__menu.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__menu.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__notifications.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__notifications.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__notifications.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__overview.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__overview.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__overview.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__panel.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__panel.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__panel.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__stage.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__stage.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__stage.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__tile-hud.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__tile-hud.scss
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/.__tile-hud.scss differ
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_accessibility.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_accessibility.scss
new file mode 100644
index 00000000..265978ec
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_accessibility.scss
@@ -0,0 +1,46 @@
+// on screen keyboard
+#keyboard {
+ background-color: $dark_bg_color_trans;
+}
+.keyboard-key {
+ @extend %shared-button;
+
+ &:grayed {
+ color: $selected_fg_color;
+ border-color: $selected_fg_color;
+ }
+ &:checked {
+ border-color: $selected_border;
+ }
+ &:hover {
+ @extend %shared-button-hover;
+ }
+ &:active {
+ @extend %shared-button-active;
+ }
+}
+.keyboard-layout {
+ spacing: 8px;
+ padding: 8px;
+}
+.keyboard-row {
+ spacing: 16px;
+}
+.keyboard-subkeys {
+ color: $dark_fg_color;
+ padding: 4px;
+ -arrow-border-radius: $roundness;
+ -arrow-background-color: $dark_bg_color;
+ -arrow-border-width: 1px;
+ -arrow-border-color: $dark_fg_color;
+ -arrow-base: 16px;
+ -arrow-rise: 8px;
+ -boxpointer-gap: 4px;
+}
+// desktop zoom feature
+.magnifier-zoom-region {
+ border: 3px solid $exterior_border;
+ &.full-screen {
+ border-width: 0;
+ }
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_alt-tab.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_alt-tab.scss
new file mode 100644
index 00000000..06e57e16
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_alt-tab.scss
@@ -0,0 +1,66 @@
+// non 3D alt-tab options
+#altTabPopup {
+ padding: 8px;
+ spacing: 16px;
+}
+.switcher-list {
+ @extend %bg-grad-to-bottom;
+
+ border-radius: $roundness;
+ border: 1px solid $exterior_border;
+ padding: 16px;
+ color: $dark_fg_color;
+ .item-box {
+ padding: 8px;
+ border-radius: $roundness;
+ &:selected {
+ @extend %selected-bg-grad-to-bottom;
+
+ color: $selected_fg_color;
+ }
+ }
+ .thumbnail-box {
+ padding: 2px;
+ spacing: 4px;
+ color: $dark_fg_color;
+ }
+ .thumbnail {
+ min-width: 20em;
+ }
+ .separator {
+ width: 1px;
+ background-color: $selected_bg_color;
+ }
+}
+.switcher-list-item-container {
+ spacing: 8px;
+}
+.thumbnail-scroll-gradient-left {
+ background-gradient-direction: horizontal;
+ background-gradient-start: rgba(51, 51, 51, 1.0);
+ background-gradient-end: rgba(51, 51, 51, 0);
+ border-radius: $roundness;
+ border-radius-topright: 0;
+ border-radius-bottomright: 0;
+ width: 60px;
+}
+.thumbnail-scroll-gradient-right {
+ background-gradient-direction: horizontal;
+ background-gradient-start: rgba(51, 51, 51, 0);
+ background-gradient-end: rgba(51, 51, 51, 1.0);
+ border-radius: $roundness;
+ border-radius-topleft: 0;
+ border-radius-bottomleft: 0;
+ width: 60px;
+}
+.switcher-arrow {
+ border-color: rgba(0,0,0,0);
+ color: $dark_fg_color;
+ &:highlighted {
+ border-color: rgba(0,0,0,0);
+ color: $selected_fg_color;
+ }
+}
+.switcher-preview-backdrop {
+ background-color: rgba(25,25,25,0.65);
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_calendar.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_calendar.scss
new file mode 100644
index 00000000..1bf695c1
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_calendar.scss
@@ -0,0 +1,120 @@
+// the calendar displayed by the calendar applet is a heavily modified menu and inherits from the .menu selectosr
+// indivudual elements within the menu can be themed seperately with these selectors
+.calendar {
+ padding: 1em 1.75em;
+ spacing-rows: 1px;
+ spacing-columns: 5px;
+}
+// also covers the year label
+.calendar-month-label {
+ color: $dark_fg_color;
+ font-size: 0.8em;
+ padding: 5px 10px;
+ border-radius: $roundness;
+ font-weight: bold;
+ text-align: center;
+}
+.calendar-change-month-back {
+ @extend %calendar-shared;
+
+ border: 1px solid transparent;
+ background-image: url(assets/calendar-arrow-left.svg);
+ &:rtl {
+ background-image: url(assets/calendar-arrow-right.svg);
+ }
+ &:hover {
+ border: 1px solid $selected_bg_color;
+ }
+ &:active {
+ background-color: $selected_bg_color;
+ }
+}
+.calendar-change-month-forward {
+ @extend %calendar-shared;
+
+ border: 1px solid transparent;
+ background-image: url(assets/calendar-arrow-right.svg);
+ &:rtl {
+ background-image: url(assets/calendar-arrow-left.svg);
+ }
+ &:hover {
+ border: 1px solid $selected_bg_color;
+ }
+ &:active {
+ background-color: $selected_bg_color;
+ }
+}
+.datemenu-date-label {
+ padding: 1em 1.75em;
+ color: $dark_fg_color;
+ font-weight: bold;
+ text-align: center;
+}
+.calendar-day-base {
+ font-size: 0.8em;
+ text-align: center;
+ width: 2.4em;
+ height: 1.8em;
+ border-radius: $roundness;
+ &:active {
+ background-color: $selected_bg_color;
+ }
+ &:hover {
+ }
+}
+.calendar-day-heading {
+ color: $dark_fg_color;
+ padding-top: 0.9em;
+}
+.calendar-week-number {
+ color: $dark_fg_color;
+ font-weight: bold;
+ padding-top: 0.6em;
+}
+.calendar-day {
+ &:ltr {
+ color: $dark_fg_color;
+ padding: 2px;
+ }
+ &:rtl {
+ color: $dark_fg_color;
+ padding: 3px;
+ }
+}
+.calendar-day-top {
+ &:ltr {
+ }
+ &:rtl {
+ }
+}
+.calendar-day-left {
+ &:ltr {
+ }
+ &:rtl {
+ }
+}
+.calendar-work-day {
+}
+.calendar-nonwork-day {
+ font-weight: bold;
+}
+// this is always is an active state
+.calendar-today {
+ @extend %selected-bg-grad-to-bottom;
+
+ font-weight: bold;
+ &:active {
+ color: $selected_fg_color;
+ }
+}
+.calendar-other-month-day {
+ font-style: italic;
+}
+// this is always is an active state
+.calendar-day-with-events {
+ background-color: $selected_bg_color;
+ font-weight: bold;
+ &:active {
+ color: $selected_fg_color;
+ }
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_desklets.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_desklets.scss
new file mode 100644
index 00000000..74f88664
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_desklets.scss
@@ -0,0 +1,65 @@
+// desklets - the base .desklet selector is for 'undecorated' desklets however some subtle background themeing is desirable
+// to maintain visibility irrespctive of wallpaper and to allow for the highlighting scheme to work
+.desklet {
+ font-size: 0.9em;
+ padding: 8px;
+ color: $dark_fg_color;
+ border-radius: $roundness;
+ background-color: $dark_bg_color_trans;
+ &:highlight {
+ background-color: $selected_bg_color;
+ }
+}
+// these do not inherit from .desklet
+.desklet-with-borders {
+ @extend %desklet-shared;
+
+ font-size: 0.9em;
+ border-radius: $roundness;
+ &:highlight {
+ background-color: $selected_bg_color;
+ }
+}
+.desklet-with-borders-and-header {
+ @extend %desklet-shared;
+
+ font-size: 0.9em;
+ border-radius-bottomleft: $roundness;
+ border-radius-bottomright: $roundness;
+ &:highlight {
+ background-color: $selected_bg_color;
+ }
+}
+.desklet-header {
+ @extend %desklet-shared;
+
+ font-size: 1.2em;
+ border-radius-topleft: $roundness;
+ border-radius-topright: $roundness;
+ &:highlight {
+ background-color: $selected_bg_color;
+ }
+}
+.photoframe-box {
+ @extend %desklet-shared;
+
+ border-radius: $roundness;
+ &:highlight {
+ background-color: $selected_bg_color;
+ }
+}
+.desklet-drag-placeholder {
+ border: 2px solid $selected_bg_color;
+ background-color: $dark_bg_color_trans;
+ border-radius: $roundness;
+}
+.launcher {
+ padding: 1px;
+ transition-duration: 150;
+ .icon-box {
+ padding-top: 2px;
+ }
+}
+// inherits font characteristics from .desklet-header
+.clock-desklet-label {
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_dialogs.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_dialogs.scss
new file mode 100644
index 00000000..9f1ee3f6
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_dialogs.scss
@@ -0,0 +1,201 @@
+// on screen messages and input boxes
+.modal-dialog {
+ @extend %bg-grad-to-right;
+
+ border: 1px solid $exterior_border;
+ border-radius: $roundness;
+ color: $dark_fg_color;
+ padding: 16px 20px;
+}
+.modal-dialog-button-box {
+ spacing: 16px;
+}
+.modal-dialog-button {
+ @extend %shared-button;
+
+ min-width: 5em;
+ min-height: 1em;
+ padding: $spacing_plus2;
+ &:hover {
+ @extend %shared-button-hover;
+ }
+ &:focus {
+ color: $selected_fg_color;
+ }
+ &:active {
+ @extend %shared-button-active;
+ }
+ &:pressed {
+ @extend %shared-button-active;
+ }
+ &:disabled {
+ color: rgb(60, 60, 60);
+ }
+}
+// run dialog (ALT-F2)
+.run-dialog-label {
+ color: $dark_fg_color;
+ padding-bottom: 10px;
+}
+.run-dialog-error-label {
+ color: $selected_bg_color;
+}
+.run-dialog-error-box {
+ padding-top: 15px;
+ spacing: 5px;
+}
+.run-dialog-completion-box {
+ padding-left: 15px;
+}
+.run-dialog-entry {
+ @extend %dialog-entry;
+
+ &:focus {
+ border: 1px solid $selected_border;
+ }
+}
+.run-dialog {
+ border-radius: $roundness;
+ padding: 16px 20px;
+}
+// removable media dialogs
+.cinnamon-mount-operation-icon {
+ icon-size: 4.8em;
+}
+.mount-password-reask {
+ color: $warning_color;
+}
+.show-processes-dialog {
+ spacing: 24px;
+}
+.mount-question-dialog {
+ spacing: 24px;
+}
+.show-processes-dialog-subject {
+ @extend %shared-dialogs-subject;
+
+ &:rtl {
+ @extend %shared-dialogs-subject-rtl;
+ }
+}
+.mount-question-dialog-subject {
+ @extend %shared-dialogs-subject;
+
+ &:rtl {
+ @extend %shared-dialogs-subject-rtl;
+ }
+}
+.show-processes-dialog-description {
+ @extend %shared-dialogs-description;
+
+ &:rtl {
+ padding-right: 17px;
+ }
+}
+.mount-question-dialog-description {
+ @extend %shared-dialogs-description;
+
+ &:rtl {
+ padding-right: 17px;
+ }
+}
+.show-processes-dialog-app-list {
+ max-height: 200px;
+ padding-top: 24px;
+ padding-left: 49px;
+ padding-right: 32px;
+ &:rtl {
+ padding-right: 49px;
+ padding-left: 32px;
+ }
+}
+.show-processes-dialog-app-list-item {
+ color: $dark_fg_color;
+ &:hover {
+ color: $dark_fg_color;
+ }
+ &:ltr {
+ padding-right: 1em;
+ }
+ &:rtl {
+ padding-left: 1em;
+ }
+}
+.show-processes-dialog-app-list-item-icon {
+ &:ltr {
+ padding-right: 17px;
+ }
+ &:rtl {
+ padding-left: 17px;
+ }
+}
+.show-processes-dialog-app-list-item-name {
+}
+// displayed when media keys are pressed.
+.osd-window {
+ @extend %osd-shared;
+
+ spacing: 1em;
+ padding: 16px;
+ .level {
+ height: 0.7em;
+ border-radius: 0.3em;
+ background-color: $scrollbar_bg_color;
+ }
+ .level-bar {
+ border-radius: 0.3em;
+ background-color: $scrollbar_slider_hover_color;
+ }
+}
+.info-osd, .workspace-osd, .overview-empty-placeholder {
+ @extend %osd-shared;
+
+ font-size: 1.5em;
+ text-align: center;
+ padding: 8px 10px;
+}
+// this is an full screen overlay that is displayed with any cinnamon OSD or modal dialog which needs to always be semi transparent
+.lightbox {
+ background-color: $dark_bg_color_trans;
+}
+// applet 'about' OSDs - inherits from modal dialogs
+.about-content {
+ min-width: 250px;
+ min-height: 150px;
+ spacing: 8px;
+ padding-bottom: 16px;
+}
+.about-title {
+ font-size: 1.4em;
+ font-weight: bold;
+}
+.about-uuid {
+ font-size: 0.8em;
+}
+.about-icon {
+ padding-right: 20px;
+}
+.about-scrollBox {
+ border: 1px solid $exterior_border;
+ border-radius: $roundness;
+}
+.about-scrollBox-innerBox {
+ padding: 1.2em;
+ spacing: 1.2em;
+}
+.about-description {
+ padding-top: 4px;
+}
+.about-version {
+ padding-left: 7px;
+}
+// dialog box for the cinnamon debug utility
+#LookingGlassDialog {
+ @extend %bg-grad-to-bottom;
+
+ spacing: 4px;
+ padding: 8px;
+ border: 1px solid $exterior_border;
+ border-radius: $roundness;
+ color: $dark_fg_color;
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_menu.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_menu.scss
new file mode 100644
index 00000000..c4e45be8
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_menu.scss
@@ -0,0 +1,238 @@
+.menu {
+ @extend %shared-menu;
+
+ min-width: 100px;
+ margin: 4px;
+}
+// scale view right click menu
+.popup-combo-menu {
+ @extend %shared-menu;
+}
+.popup-menu-arrow {
+ icon-size: 1.14em;
+}
+// applet submenus
+// the margin here causes the 'bounce' on opening the sub menu
+// does StScrollBar need to be here? No as long as it isnt themed differently to staging
+.popup-sub-menu {
+ @extend %bg-grad-to-bottom;
+
+ border: 1px solid $interior_border;
+ border-radius: $roundness;
+ padding: 8px;
+}
+.popup-menu-content {
+ padding: 0;
+}
+// individual menu entries are themed here
+.popup-menu-item {
+ @extend %menu-buttons-shared;
+
+ color: $dark_fg_color;
+ spacing: .5em;
+ &:active {
+ background-color: $selected_bg_color;
+ border-radius: $roundness;
+ color: $selected_fg_color;
+ }
+ &:insensitive {
+ font-style: italic;
+ }
+}
+.popup-combobox-item {
+ @extend %menu-buttons-shared;
+}
+// sliders and separators in menus
+.popup-separator-menu-item {
+ @extend %separator-shared;
+
+ -gradient-direction: horizontal;
+}
+.popup-slider-menu-item {
+ @extend %slider-shared;
+}
+.popup-device-menu-item {
+ spacing: .5em;
+}
+.popup-inactive-menu-item {
+ font-style: italic;
+ color: $dark_fg_color;
+}
+.popup-subtitle-menu-item {
+ font-weight: bold;
+ font-size: 1em;
+}
+.popup-menu-icon {
+ icon-size: 1.14em;
+}
+.popup-menu-item-dot {
+}
+.popup-submenu-menu-item:open {
+}
+.popup-alternating-menu-item:alternate {
+ font-weight: bold;
+}
+// toggles in menus
+.toggle-switch {
+ width: 64px;
+ height: 22px;
+}
+.toggle-switch-us {
+ background-image: url(assets/toggle-off-us.svg);
+ &:checked {
+ background-image: url(assets/toggle-on-us.svg);
+ }
+}
+.toggle-switch-intl {
+ background-image: url(assets/toggle-off-intl.svg);
+ &:checked {
+ background-image: url(assets/toggle-on-intl.svg);
+ }
+}
+.nm-menu-item-icons {
+ spacing: .5em;
+ icon-size: 1.14em;
+}
+// all the remaining code is for the main menu applet
+.menu-favorites-box {
+ @extend %bg-grad-to-right;
+
+ padding: 0.8em;
+ border: 1px solid $interior_border;
+ border-radius: $roundness;
+ transition-duration: 150;
+ spacing: 1em;
+}
+// This is for the stock menu in Cinnamon 4.0.2 and later - adds more vfade to the scrollable favorites box and fakes a seperator from the system buttons with a bottom border.
+.menu-favorites-scrollbox {
+ padding-bottom: 1em;
+ border-bottom: 1px solid;
+ border-color: $interior_border;
+ &.vfade {
+ -st-vfade-offset: 136px;
+ }
+}
+.menu-favorites-button {
+ @extend %menu-buttons-shared;
+
+ &:hover {
+ background-color: $selected_bg_color;
+ border-radius: $roundness;
+ color: $selected_fg_color;
+ }
+}
+.menu-categories-box {
+ padding: 0.8em;
+}
+.menu-applications-inner-box {
+ @extend %bg-grad-to-right;
+
+ padding: 0.8em;
+ border-radius: $roundness;
+ border: 1px solid $interior_border;
+ StScrollView {
+ @extend %menu-context-shared;
+ }
+}
+.menu-applications-outer-box {
+ @extend %bg-grad-to-right;
+
+ padding: 0.8em;
+ border: 1px solid $interior_border;
+ border-radius: $roundness;
+}
+.menu-application-button {
+ @extend %menu-buttons-shared;
+
+ &:highlighted {
+ font-weight: bold;
+ }
+}
+.menu-application-button-selected {
+ @extend %menu-buttons-shared;
+
+ background-color: $selected_bg_color;
+ border-radius: $roundness;
+ color: $selected_fg_color;
+ &:highlighted {
+ font-weight: bold;
+ }
+}
+.menu-application-button-label {
+ @extend %menu-button-label-shared;
+}
+.menu-category-button {
+ @extend %menu-buttons-shared;
+}
+.menu-category-button-greyed {
+ @extend %menu-buttons-shared;
+
+ color: $dark_fg_color;
+ font-style: italic;
+}
+.menu-category-button-selected {
+ @extend %menu-buttons-shared;
+
+ background-color: $selected_bg_color;
+ border-radius: $roundness;
+ color: $selected_fg_color;
+ &:hover {
+ }
+}
+.menu-category-button-label {
+ @extend %menu-button-label-shared;
+}
+// in the stock menu app descriptions are shown at the base of the menu
+.menu-selected-app-box {
+ padding: 2px 8px;
+ text-align: right;
+ &:rtl {
+ text-align: left;
+ }
+}
+.menu-selected-app-title {
+ font-weight: bold;
+ font-size: 0.8em;
+}
+.menu-selected-app-description {
+ max-width: 150px;
+ font-size: 0.8em;
+}
+// the menus search box
+.menu-search-box {
+ &:ltr {
+ padding-left: 30px;
+ padding-bottom: 5px;
+ padding-top: 5px;
+ }
+ &:rtl {
+ padding-right: 30px;
+ padding-bottom: 5px;
+ padding-top: 5px;
+ }
+}
+#menu-search-entry {
+ @extend %dialog-entry;
+
+ margin-bottom: 0.5em;
+ &:focus {
+ border: 1px solid $selected_border;
+ }
+ &:hover {
+ }
+}
+.menu-search-entry-icon {
+ icon-size: 1em;
+ color: $tooltip_fg_color;
+}
+// new styleclasses for the Cinnamon 4.0.0 stock menu - note this menu was dropped in Cinnamon 4.0.1 but retain styling in case it's revived.
+.menu-top-box {
+ spacing: 10px; }
+.menu-systembuttons-box {
+ padding-bottom: 12px;
+ padding-top: 12px;
+ margin-bottom: 0.5em; }
+// cinnVIIstark menu right click favourites context menu
+.starkmenu-favorites-box .menu-context-menu, .menu-context-menu {
+ @extend %menu-context-shared;
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_notifications.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_notifications.scss
new file mode 100644
index 00000000..9bd5097e
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_notifications.scss
@@ -0,0 +1,91 @@
+// notification system
+#notification {
+ @extend %bg-grad-to-right;
+
+ border-radius: $roundness;
+ border: 1px solid $exterior_border;
+ padding: 8px;
+ spacing-rows: 5px;
+ spacing-columns: 10px;
+ margin-from-right-edge-of-screen: 20px;
+ width: 34em;
+ color: $dark_fg_color;
+ &.multi-line-notification {
+ padding-bottom: 8px;
+ color: $dark_fg_color;
+ }
+ StEntry {
+ @extend %dialog-entry;
+
+ &:focus {
+ border: 1px solid $selected_border;
+ }
+ }
+ .url-highlighter {
+ link-color: $link_color;
+ }
+}
+.notification-with-image {
+ min-height: 159px;
+ color: $dark_fg_color;
+}
+#notification-scrollview {
+ max-height: 10em;
+ > {
+ .top-shadow {
+ height: 1em;
+ }
+ .bottom-shadow {
+ height: 1em;
+ }
+ }
+ &:ltr > StScrollBar {
+ padding-left: 6px;
+ }
+ &:rtl > StScrollBar {
+ padding-right: 6px;
+ }
+}
+#notification-body {
+ spacing: 4px;
+}
+#notification-actions {
+ spacing: 8px;
+}
+.notification-button {
+ @extend %shared-button;
+
+ border-radius: $roundness;
+ min-width: 5em;
+ min-height: 1em;
+ padding: $spacing_plus2;
+ &:hover {
+ @extend %shared-button-hover;
+ }
+ &:focus {
+ color: $selected_fg_color;
+ }
+ &:active {
+ @extend %shared-button-active;
+ }
+}
+.notification-icon-button {
+ @extend %shared-button;
+
+ border-radius: $roundness;
+ min-width: 2em;
+ min-height: 2em;
+ padding: $spacing_plus2;
+ &:hover {
+ @extend %shared-button-hover;
+ }
+ &:focus {
+ color: $selected_fg_color;
+ }
+ &:active {
+ @extend %shared-button-active;
+ }
+ > StIcon {
+ icon-size: 1.5em;
+ }
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_overview.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_overview.scss
new file mode 100644
index 00000000..c87d5d0d
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_overview.scss
@@ -0,0 +1,119 @@
+// scale and expo views
+#overview {
+ spacing: 12px;
+}
+.workspace-thumbnails {
+ spacing: 14px;
+}
+.workspace-add-button {
+ background-image: url(assets/add-workspace.png);
+ height: 200px;
+ width: 35px;
+ border-radius-topleft: 10px;
+ border-radius-bottomleft: 10px;
+ transition-duration: 150;
+ background-color: $info_bg_color;
+ border-top: 1px solid;
+ border-left: 1px solid;
+ border-bottom: 1px solid;
+ border-color: $button_border;
+ &:hover {
+ background-image: url(assets/add-workspace-hover.png);
+ border-color: $selected_border;
+ }
+ &:active {
+ background-image: url(assets/add-workspace.png);
+ border-color: $selected_border;
+ background-color: $success_color;
+ }
+}
+.workspace-close-button {
+ background-image: url(assets/close-window.svg);
+ height: 32px;
+ width: 32px;
+ -cinnamon-close-overlap: 20px;
+}
+// this always looks better semi transparent
+.workspace-overview-background-shade {
+ background-color: $dark_bg_color_trans;
+}
+.window-caption {
+ @extend %bg-grad-to-bottom;
+
+ padding: 4px 6px;
+ border: 1px solid $exterior_border;
+ border-radius: $roundness;
+ color: $dark_fg_color;
+ -cinnamon-caption-spacing: 4px;
+ &:focus, selected {
+ @extend %selected-bg-grad-to-bottom;
+
+ color: $selected_fg_color;
+ border: 1px solid $selected_border;
+ }
+}
+.window-border {
+ border: 1px solid $selected_border;
+}
+.window-close {
+ background-image: url(assets/close-window.svg);
+ height: 32px;
+ width: 32px;
+ -cinnamon-close-overlap: 20px;
+ &:rtl {
+ -st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5);
+ }
+}
+.window-close-area {
+ background-image: url(assets/trash-icon.png);
+ background-size: 100px;
+ background-color: $dark_bg_color_trans;
+ border: 1px solid $exterior_border;
+ border-bottom-width: 0;
+ border-radius: 20px 20px 0 0;
+ height: 120px;
+ width: 400px;
+}
+.expo-background {
+ @extend %bg-grad-to-bottom;
+}
+.expo-workspace-thumbnail-frame {
+ border: 1px solid $exterior_border;
+ active {
+ border: 1px solid $selected_border;
+ }
+}
+.expo-workspaces-name-entry {
+ @extend %bg-grad-to-bottom;
+
+ padding: 4px 6px;
+ height: 1.5em;
+ border: 1px solid $exterior_border;
+ border-radius: $roundness;
+ selected-color: $selected_fg_color;
+ selection-background-color: $selected_bg_color;
+ color: $dark_fg_color;
+ text-align: center;
+ selected {
+ @extend %selected-bg-grad-to-bottom;
+
+ color: $selected_fg_color;
+ selected-color: $dark_fg_color;
+ selection-background-color: $selected_bg_color;
+ border: 1px solid $selected_border;
+ }
+ &:focus {
+ border: 1px solid $selected_border;
+ }
+ &:hover {
+ border: 1px solid $selected_border;
+ }
+}
+// hot corners animation
+.ripple-box {
+ width: 104px;
+ height: 104px;
+ background-image: url(assets/corner-ripple.png);
+ background-color: $selected_bg_color;
+ border-radius: 52px;
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_panel.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_panel.scss
new file mode 100644
index 00000000..f1743f54
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_panel.scss
@@ -0,0 +1,573 @@
+// panels can be on any side of the screen
+// some panel item theming is specific to panel orientation and is included in this section
+// each panel is also split into three zones
+// dnd is for panel edit mode
+// dummy is for adding or moving panels
+#panel {
+ color: $dark_fg_color;
+ height: 2.5em;
+ width: 3.2em;
+ &:highlight {
+ background-color: $selected_bg_color;
+ }
+}
+.panel-dummy {
+ background-color: rgba(255, 0, 0, 0.6);
+ &:entered {
+ background-color: rgba(0, 255, 0, 0.6);
+ }
+}
+.panelLeft {
+ spacing: 4px;
+ &:dnd {
+ background-color: rgba(255, 0, 0, 0.6);
+ }
+ &:ltr {
+ padding-right: 4px;
+ }
+ &:rtl {
+ padding-left: 4px;
+ }
+ &.vertical {
+ padding: 0;
+ &:dnd {
+ }
+ }
+}
+.panelCenter {
+ spacing: 4px;
+ &:dnd {
+ background-color: rgba(0, 255, 0, 0.6);
+ }
+ &.vertical {
+ padding-left: 0;
+ padding-right: 0;
+ &:dnd {
+ }
+ }
+}
+.panelRight {
+ spacing: 4px;
+ &:dnd {
+ background-color: rgba(0, 0, 255, 0.6);
+ }
+ &:ltr {
+ padding-left: 0;
+ spacing: 0;
+ }
+ &:rtl {
+ padding-right: 0;
+ spacing: 0;
+ }
+ &.vertical {
+ padding: 0;
+ &:dnd {
+ }
+ }
+}
+// panel borders must be defined with a border-top color or other color definition that encompasses border-top
+// panels do not support different colors of borders on different edges
+// due to a bug in cinnamons placing of panel items on a bordered panel small margins are used to ensure that bordered panel objects
+// do not overlap the panel border
+.panel-top {
+ @extend %bg-grad-to-bottom;
+
+ box-shadow: 0 -1px 0 0 $exterior_border inset;
+ .window-list-item-box {
+ @extend %bg-grad-to-top;
+ margin-bottom: 1px;
+ &:hover {
+ @extend %hover-bg-grad-to-top;
+ }
+ &:active, &:checked, &:focus, &:running {
+ @extend %panel-top-shared;
+
+ &:hover {
+ @extend %hover-selected-grad-to-top;
+ }
+ }
+ }
+ .grouped-window-list-item-box {
+ &:active, &:checked {
+ box-shadow: 0 2px 0 0 $dark_fg_color inset;
+ }
+ &:hover {
+ box-shadow: 0 2px 0 0 $selected_border inset;
+ }
+ &:focus {
+ box-shadow: 0 4px 0 0 $selected_border inset;
+ }
+ }
+ .workspace-switcher, .workspace-graph {
+ padding: 1px $spacing;
+ }
+ .panel-launchers .launcher:hover {
+ box-shadow: 0 2px 0 0 $selected_border inset;
+ }
+ .applet-separator {
+ padding: 3px $spacing;
+ }
+}
+.panel-bottom {
+ @extend %bg-grad-to-top;
+
+ box-shadow: 0 1px 0 0 $exterior_border inset;
+ .window-list-item-box {
+ @extend %bg-grad-to-bottom;
+ margin-top: 1px;
+
+ &:hover {
+ @extend %hover-bg-grad-to-bottom;
+ }
+ &:active, &:checked, &:focus, &:running {
+ @extend %panel-bottom-shared;
+
+ &:hover {
+ @extend %hover-selected-grad-to-bottom;
+ }
+ }
+ }
+ .grouped-window-list-item-box {
+ &:active, &:checked {
+ box-shadow: 0 -2px 0 0 $dark_fg_color inset;
+ }
+ &:hover {
+ box-shadow: 0 -2px 0 0 $selected_border inset;
+ }
+ &:focus {
+ box-shadow: 0 -4px 0 0 $selected_border inset;
+ }
+ }
+ .workspace-switcher, .workspace-graph {
+ padding: 1px $spacing;
+ }
+ .panel-launchers .launcher:hover {
+ box-shadow: 0 -2px 0 0 $selected_border inset;
+ }
+ .applet-separator {
+ padding: 3px $spacing;
+ }
+}
+.panel-left {
+ @extend %bg-grad-to-right;
+
+ box-shadow: -1px 0 0 0 $exterior_border inset;
+ .window-list-item-box {
+ margin-right: 1px;
+ @extend %bg-grad-to-left;
+
+ &:hover {
+ @extend %hover-bg-grad-to-left;
+ }
+ &:active, &:checked, &:focus, &:running {
+ @extend %panel-left-shared;
+
+ &:hover {
+ @extend %hover-selected-grad-to-left;
+ }
+ }
+ }
+ .grouped-window-list-item-box {
+ &:active, &:checked {
+ box-shadow: 2px 0 0 0 $dark_fg_color inset;
+ }
+ &:hover {
+ box-shadow: 2px 0 0 0 $selected_border inset;
+ }
+ &:focus {
+ box-shadow: 4px 0 0 0 $selected_border inset;
+ }
+ }
+ .workspace-switcher, .workspace-graph {
+ padding: $spacing 1px;
+ }
+ .panel-launchers .launcher:hover {
+ box-shadow: 2px 0 0 0 $selected_border inset;
+ }
+ .applet-separator {
+ padding: $spacing 3px;
+ }
+}
+.panel-right {
+ @extend %bg-grad-to-left;
+
+ box-shadow: 1px 0 0 0 $exterior_border inset;
+ .window-list-item-box {
+ margin-left: 1px;
+ @extend %bg-grad-to-right;
+
+ &:hover {
+ @extend %hover-bg-grad-to-right;
+ }
+ &:active, &:checked, &:focus, &:running {
+ @extend %panel-right-shared;
+
+ &:hover {
+ @extend %hover-selected-grad-to-right;
+ }
+ }
+ }
+ .grouped-window-list-item-box {
+ &:active, &:checked {
+ box-shadow: -2px 0 0 0 $dark_fg_color inset;
+ }
+ &:hover {
+ box-shadow: -2px 0 0 0 $selected_border inset;
+ }
+ &:focus {
+ box-shadow: -4px 0 0 0 $selected_border inset;
+ }
+ }
+ .workspace-switcher, .workspace-graph {
+ padding: $spacing 1px;
+ }
+ .panel-launchers .launcher:hover {
+ box-shadow: -2px 0 0 0 $selected_border inset;
+ }
+ .applet-separator {
+ padding: $spacing 3px;
+ }
+}
+// a non feature - not worth themeing
+.panel-corner {
+ &:active {
+ }
+ &:overview {
+ }
+ &:focus {
+ }
+}
+// remaining code is for panel items starting with the generic applets
+.applet-separator-line {
+ width: 2px;
+ background: $selected_bg_color;
+}
+.applet-separator-line-vertical {
+ border-color: $selected_bg_color;
+ border-bottom: 2px solid;
+}
+.applet-spacer:highlight {
+ background-color: $selected_bg_color;
+}
+.applet-box {
+ color: $dark_fg_color;
+ transition-duration: 150;
+ border-radius: $roundness;
+ padding: 0 $spacing;
+ &.vertical {
+ padding: $spacing 0;
+ }
+ &:checked {
+ color: $selected_bg_color;
+ .applet-label {
+ color: $selected_bg_color;
+ }
+ }
+ &:hover {
+ color: $selected_bg_color;
+ .applet-label {
+ color: $selected_bg_color;
+ }
+ }
+ &:highlight {
+ background-color: $selected_bg_color;
+ color: $selected_fg_color;
+ .applet-label {
+ color: $selected_fg_color;
+ }
+ }
+}
+.applet-label {
+ font-weight: bold;
+ color: $dark_fg_color;
+ padding-left: 3px;
+}
+// icon-size set to 22 to match hard-coded menu icon size - applet-icon style is used for search provider results in menu
+.applet-icon {
+ color: $dark_fg_color;
+ padding: 0;
+ spacing: 0;
+ icon-size: 22px;
+}
+// used by power applet to warn of low battery
+.system-status-icon {
+ icon-size: 1.14em;
+ padding: 0;
+ spacing: 0;
+ &.warning {
+ color: $warning_color;
+ }
+ &.error {
+ color: $error_color;
+ }
+}
+// keyboard layout applet
+.panel-status-button {
+ -natural-hpadding: 4px;
+ -minimum-hpadding: 4px;
+ font-weight: bold;
+ color: $dark_fg_color;
+ &:hover {
+ color: $selected_bg_color;
+ }
+}
+// user applet specific themeing
+.user-box {
+ padding: 0.4em 1.3em;
+ spacing: 10px;
+}
+.user-icon {
+ padding: 4px;
+ border: none;
+}
+.user-label {
+ color: $dark_fg_color;
+ font-weight: bold;
+ font-size: 1em;
+}
+// the window list applet. Some third party applets inherit some of this theming.
+.window-list-box {
+ spacing: $spacing;
+ padding: 1px 3px;
+ font-size: 0.9em;
+ border-radius: $roundness;
+ &.vertical {
+ spacing: $spacing;
+ padding: 3px 1px;
+ }
+ &:highlight {
+ background-color: $selected_bg_color;
+ }
+ #appMenuIcon {
+ }
+}
+// progress was added with cinnamon 3.6 and allows compatible applications to use the window list as a progress bar
+.window-list-item {
+ &-box {
+ border: 1px solid $interior_border;
+ border-radius: $roundness;
+ transition-duration: 150;
+ &:hover {
+ border: 1px solid $selected_border;
+ }
+ &.top StLabel, &.bottom StLabel {
+ padding-left: 3px;
+ }
+ .progress {
+ background-color: $success_color;
+ border: 1px solid $selected_border;
+ border-radius: $roundness;
+ color: $info_fg_color;
+ }
+ #appMenuIcon {
+ padding-right: 0.2em;
+ }
+ }
+ &-demands-attention {
+ background-color: $info_bg_color;
+ color: $info_fg_color;
+ }
+}
+// cinnamon 3.8 will support an improved window-list-thumbnail preview which now has it's own selector
+.window-list-preview {
+ @extend %bg-grad-to-right;
+
+ border-radius: $roundness;
+ border: 1px solid $exterior_border;
+ padding: 6px 12px;
+ spacing: $spacing;
+ color: $dark_fg_color;
+}
+// Cinnamon 4.0 has a new grouped window list applet with it's own selectors.
+// Initial theme support is defined here.
+
+.grouped-window-list {
+ &-thumbnail-label {
+ padding-left: 3px;
+ }
+ &-number-label {
+ z-index: 99;
+ font-size: 0.8em;
+ color: $dark_fg_color;
+ }
+ // May need to revise depending on upstream GWL developments
+ &-button-label {
+ padding: 0;
+ }
+ &-badge {
+ border-radius: 256px;
+ background-color: $dark_bg_color;
+ }
+ &-thumbnail-alert {
+ background: $warning_color;
+ }
+ &-item-box {
+ transition-duration: 150;
+ spacing: 1em;
+ background-color: rgba(0, 0, 0, 0.01);
+ &:hover, &:focus, {
+ color: $selected_bg_color;
+ }
+ &:focus {
+ font-weight: bold;
+ }
+ .progress {
+ background-color: $success_color;
+ }
+ }
+ &-demands-attention {
+ background-color: $info_bg_color;
+ color: $info_fg_color;
+ }
+ &-thumbnail-menu {
+ @extend %bg-grad-to-right;
+
+ border-radius: $roundness;
+ padding: 10px 15px;
+ spacing: $spacing;
+ color: $dark_fg_color;
+ .item-box {
+ padding: 8px;
+ border-radius: $roundness;
+ border: 1px solid $interior_border;
+ &:outlined {
+ border: 1px solid $selected_border;
+ }
+ &:selected {
+ background-color: $selected_bg_color;
+ border: 1px solid $selected_border;
+ color: $selected_fg_color;
+ }
+ }
+ .thumbnail-box {
+ padding: 2px;
+ spacing: $spacing;
+ }
+ .thumbnail {
+ width: 256px;
+ }
+ .separator {
+ width: 1px;
+ background: $selected_bg_color;
+ }
+ }
+}
+// the sound player applet
+.sound-player {
+ StButton {
+ @extend %shared-button;
+
+ min-width: 2em;
+ min-height: 2em;
+ padding: $spacing_plus2;
+ color: $button_fg_color;
+ border-radius: $roundness;
+ &:small {
+ min-width: 1.5em;
+ min-height: 1.5em;
+ padding: $spacing;
+ StIcon {
+ icon-size: 1em;
+ }
+ }
+ StIcon {
+ icon-size: 1.5em;
+ }
+ &:hover {
+ @extend %shared-button-hover;
+ }
+ &:focus {
+ color: $selected_fg_color;
+ }
+ &:active {
+ @extend %shared-button-active;
+ }
+ }
+ .slider {
+ @extend %slider-shared;
+ height: 4px;
+ }
+ StBoxLayout {
+ spacing: 0.5em;
+ }
+ > StBoxLayout {
+ padding: 5px;
+ }
+}
+.sound-player-generic-coverart {
+ background: rgba(0,0,0,0.2);
+}
+.sound-player-overlay {
+ @extend %bg-grad-to-bottom;
+
+ min-width: 300px;
+ padding: 12px 16px;
+ spacing: 0.5em;
+ color: $dark_fg_color;
+}
+// workspace switcher applet simple button view
+.workspace-button {
+ width: 2em;
+ height: 1em;
+ color: $dark_fg_color;
+ border: 1px solid $interior_border;
+ margin: 2px;
+ transition-duration: 150;
+ &.vertical {
+ height: 1.5em;
+ }
+ &:outlined {
+ background-color: $selected_bg_color;
+ color: $selected_fg_color;
+ border-color: $selected_border;
+ }
+}
+// workspace switcher applet graph view
+.workspace-graph {
+ .workspace {
+ @extend %bg-grad-to-bottom;
+
+ border: 1px solid $interior_border;
+ &:active {
+ @extend %selected-bg-grad-to-bottom;
+
+ border: 1px solid $interior_border;
+ .windows {
+ -active-window-background: rgba(255, 255, 255, 0.8);
+ -active-window-border: rgba(0, 0, 0, 0.9);
+ -inactive-window-background: rgba(140, 140, 140, 0.8);
+ -inactive-window-border: rgba(0, 0, 0, 0.7);
+ }
+ }
+ .windows {
+ -active-window-background: rgba(140, 140, 140, 0.8);
+ -active-window-border: rgba(0, 0, 0, 0.7);
+ -inactive-window-background: rgba(140, 140, 140, 0.8);
+ -inactive-window-border: rgba(0, 0, 0, 0.7);
+ }
+ }
+}
+// most panel launcher themeing is orientation specific
+.panel-launchers {
+ padding: 0 $spacing;
+ spacing: $spacing;
+ .launcher {
+ background-color:rgba(0, 0, 0, 0.01);
+ }
+ &.vertical {
+ padding: $spacing 0;
+ }
+}
+.notification-applet-padding {
+ padding: .5em 1em;
+}
+.notification-applet-container {
+ max-height: 100px;
+}
+.systray {
+ spacing: $spacing;
+}
+.flashspot {
+ background-color: $selected_bg_color;
+}
+
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_stage.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_stage.scss
new file mode 100644
index 00000000..e6944a66
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_stage.scss
@@ -0,0 +1,114 @@
+// defines font family and standard font size across the whole theme
+// em is preferred for better support for text scaling
+stage {
+ font-family: roboto, Noto Sans, sans, sans-serif;
+ font-size: 1em;
+}
+.cinnamon-link {
+ color: $link_color;
+ font-style: italic;
+ &:hover {
+ color: $selected_fg_color;
+ }
+}
+.label-shadow {
+ color: rgba(0,0,0,0.5);
+}
+// themeing for various standard elements
+StScrollBar {
+ padding: 2px;
+ StButton {
+ vhandle {
+ background-color: $scrollbar_slider_color;
+ border-radius: $roundness;
+ &:hover {
+ background-color: $scrollbar_slider_hover_color;
+ }
+ }
+ hhandle {
+ background-color: $scrollbar_slider_color;
+ border-radius: $roundness;
+ &:hover {
+ background-color: $scrollbar_slider_hover_color;
+ }
+ }
+ }
+ StBin#trough {
+ background-color: $scrollbar_bg_color;
+ border-radius: $roundness;
+ }
+}
+StScrollView {
+ &.vfade {
+ -st-vfade-offset: 68px;
+ }
+ &.hfade {
+ -st-hfade-offset: 68px;
+ }
+ StScrollBar {
+ min-width: 0.8em;
+ min-height: 0.8em;
+ }
+}
+.separator {
+ @extend %separator-shared;
+}
+.slider {
+ @extend %slider-shared;
+}
+.check-box {
+ CinnamonGenericContainer {
+ spacing: .2em;
+ }
+ StBin {
+ @extend %check-box-shared;
+ }
+ &:focus {
+ StBin {
+ @extend %check-box-shared;
+ }
+ &:checked StBin {
+ background-image: url(assets/checkbox.svg);
+ }
+ }
+ StLabel {
+ font-weight: normal;
+ }
+ &:checked StBin {
+ background-image: url(assets/checkbox.svg);
+ }
+}
+.radiobutton {
+ CinnamonGenericContainer {
+ spacing: .2em;
+ height: 18px;
+ padding-top: 2px;
+ }
+ StBin {
+ @extend %radiobutton-shared;
+ }
+ &:focus {
+ StBin {
+ @extend %radiobutton-shared;
+ }
+ &:checked StBin {
+ background-image: url(assets/radiobutton.svg);
+ }
+ }
+ StLabel {
+ padding-top: 4px;
+ font-size: 0.8em;
+ box-shadow: none;
+ }
+ &:checked StBin {
+ background-image: url(assets/radiobutton.svg);
+ }
+}
+#Tooltip {
+ @extend %tooltip-bg-grad-to-top;
+
+ padding: 5px 8px;
+ color: $tooltip_fg_color;
+ text-align: center;
+ border-radius: $roundness;
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_tile-hud.scss b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_tile-hud.scss
new file mode 100644
index 00000000..35f5ed8e
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/cinnamon/scss/sections/_tile-hud.scss
@@ -0,0 +1,59 @@
+// on screen preview of windows tiling placement
+.tile-preview {
+ @extend %tile-shared;
+
+ &.snap {
+ @extend %tile-shared-snap;
+ }
+}
+.tile-hud {
+ @extend %tile-shared;
+
+ &.snap {
+ @extend %tile-shared-snap;
+ }
+ &:top {
+ border-top-width: 0;
+
+ border-radius: 0 0 10px 10px;
+ }
+ &:bottom {
+ border-bottom-width: 0;
+
+ border-radius: $roundness $roundness 0 0;
+ }
+ &:left {
+ border-left-width: 0;
+
+ border-radius: 0 10px 10px 0;
+ }
+ &:right {
+ border-right-width: 0;
+
+ border-radius: 10px 0 0 10px;
+ }
+ &:top-left {
+ border-top-width: 0;
+ border-left-width: 0;
+
+ border-radius: 0 0 10px 0;
+ }
+ &:top-right {
+ border-top-width: 0;
+ border-right-width: 0;
+
+ border-radius: 0 0 0 10px;
+ }
+ &:bottom-left {
+ border-bottom-width: 0;
+ border-left-width: 0;
+
+ border-radius: 0 10px 0 0;
+ }
+ &:bottom-right {
+ border-bottom-width: 0;
+ border-right-width: 0;
+
+ border-radius: 10px 0 0 0;
+ }
+}
diff --git a/local/share/themes/rose-pine-gtk/cinnamon/thumbnail.png b/local/share/themes/rose-pine-gtk/cinnamon/thumbnail.png
new file mode 100644
index 00000000..ac66aa16
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/cinnamon/thumbnail.png differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-2.0/._gtkrc b/local/share/themes/rose-pine-gtk/gtk-2.0/._gtkrc
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-2.0/._gtkrc differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-2.0/._gtkrc.hidpi b/local/share/themes/rose-pine-gtk/gtk-2.0/._gtkrc.hidpi
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-2.0/._gtkrc.hidpi differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-2.0/gtkrc b/local/share/themes/rose-pine-gtk/gtk-2.0/gtkrc
new file mode 100644
index 00000000..89d307e9
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-2.0/gtkrc
@@ -0,0 +1,894 @@
+# Oomox GTK Theme (Numix Fork)
+
+gtk-color-scheme =
+"base_color:#26233a\nbg_color:#1f1d2e\ntooltip_bg_color:#1f1d2e\nselected_bg_color:#c4a7e7\ntext_color:#c5c3ce\nfg_color:#f0f0f3\ntooltip_fg_color:#f0f0f3\nselected_fg_color:#191724\nmenubar_bg_color:#191724\nmenubar_fg_color:#e0def4\ntoolbar_bg_color:#1f1d2e\ntoolbar_fg_color:#f0f0f3\nmenu_bg_color:#191724\nmenu_fg_color:#e0def4\npanel_bg_color:#1f1d2e\npanel_fg_color:#f0f0f3\nlink_color:#9ccfd8\nbtn_bg_color:#191724\nbtn_fg_color:#e0def4\ntitlebar_bg_color:#191724\ntitlebar_fg_color:#e0def4\nprimary_caret_color:#c5c3ce\nsecondary_caret_color:#c5c3ce\naccent_bg_color:#c4a7e7\n"
+# Default Style
+
+style "murrine-default" {
+ GtkArrow::arrow-scaling= 0.6
+
+ GtkWidget::cursor_color = @primary_caret_color
+ GtkWidget::secondary_cursor_color = @secondary_caret_color
+ GtkWidget::cursor_aspect_ratio = 0.04
+
+ GtkButton::child-displacement-x = 0
+ GtkButton::child-displacement-y = 0
+
+ GtkButton::default-border = { 0, 0, 0, 0 }
+ #GtkButton::inner-border = { 2, 2, 1, 1 }
+ GtkButton::focus-line-width = 1
+ #GtkButton::focus-padding = -4
+
+ GtkButtonBox::child-min-height = 26
+
+ GtkCheckButton::indicator-size = 16
+
+ # The following line hints to gecko (and possibly other appliations)
+ # that the entry should be drawn transparently on the canvas.
+ # Without this, gecko will fill in the background of the entry.
+ GtkEntry::honors-transparent-bg-hint = 1
+ GtkEntry::state-hint = 0
+
+ GtkExpander::expander-size = 16
+
+ GtkImage::x-ayatana-indicator-dynamic = 1
+
+ GtkMenu::horizontal-padding = 0
+ GtkMenu::vertical-padding = 0
+
+ GtkMenuBar::internal-padding = 0
+ GtkMenuBar::window-dragging = 1
+
+ GtkMenuItem::arrow-scaling= 0.5
+
+ GtkPaned::handle-size = 1
+
+ GtkProgressBar::min-horizontal-bar-height = 12
+ GtkProgressBar::min-vertical-bar-width = 12
+
+ GtkRange::trough-border = 0
+ GtkRange::slider-width = 12
+ GtkRange::stepper-size = 12
+ GtkRange::stepper_spacing = 0
+ GtkRange::trough-under-steppers = 1
+
+ GtkScale::slider-length = 16
+ GtkScale::slider-width = 16
+ GtkScale::trough-side-details = 1
+
+ GtkScrollbar::activate-slider = 1
+ GtkScrollbar::has-backward-stepper = 0
+ GtkScrollbar::has-forward-stepper = 0
+ GtkScrollbar::has-secondary-backward-stepper = 0
+ GtkScrollbar::has-secondary-forward-stepper = 0
+ GtkScrollbar::min-slider-length = 80
+ GtkScrollbar::slider-width = 12
+ GtkScrollbar::trough-border = 0
+
+ GtkScrolledWindow::scrollbar-spacing = 0
+ GtkScrolledWindow::scrollbars-within-bevel = 1
+
+ GtkSeparatorMenuItem::horizontal-padding = 0
+
+ GtkToolbar::internal-padding = 0
+
+ GtkTreeView::expander-size = 11
+ GtkTreeView::vertical-separator = 0
+
+ GtkWidget::focus-line-width = 1
+ # The following line prevents the Firefox tabs
+ # from jumping a few pixels when you create a new tab
+ GtkWidget::focus-padding = 0
+
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-width = 1
+ GtkWidget::separator-height = 1
+
+ GtkWindow::resize-grip-height = 0
+ GtkWindow::resize-grip-width = 0
+
+ WnckTasklist::fade-overlay-rect = 0
+
+ GnomeHRef::link_color = @link_color
+ GtkHTML::link-color = @link_color
+ GtkIMHtmlr::hyperlink-color = @link_color
+ GtkIMHtml::hyperlink-color = @link_color
+ GtkWidget::link-color = @link_color
+ GtkWidget::visited-link-color = @text_color
+
+ GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified
+ GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified
+
+ xthickness = 1
+ ythickness = 1
+
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @fg_color
+ fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
+
+ bg[NORMAL] = @bg_color
+ bg[PRELIGHT] = shade (1.02, @bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = shade (0.9, @bg_color)
+ bg[INSENSITIVE] = @bg_color
+
+ base[NORMAL] = @base_color
+ base[PRELIGHT] = shade (0.95, @base_color)
+ base[SELECTED] = @selected_bg_color
+ base[ACTIVE] = @selected_bg_color
+ base[INSENSITIVE] = shade (0.85, @base_color)
+
+ text[NORMAL] = @text_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = @selected_fg_color
+ text[ACTIVE] = @selected_fg_color
+ text[INSENSITIVE] = mix (0.5, @base_color, @text_color)
+
+ engine "murrine" {
+ animation = FALSE
+ arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
+ border_shades = { 1.0, 1.0 } # gradient to draw on border
+ border_colors = { mix(0.2, @fg_color, @bg_color), mix(0.2, @fg_color, @bg_color) }
+ colorize_scrollbar = FALSE
+ comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
+ contrast = 0.8 # overal contrast with borders
+ focusstyle = 3 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
+ glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
+ glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides
+ glow_shade = 1.0 # amount of glow
+ gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets
+ highlight_shade = 1.0 # amount of highlight
+ lightborder_shade = 1.0 # amount of inset light border
+ lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
+ listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
+ listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
+ menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
+ menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
+ menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
+ menustyle = 0 # 0 = none, 1 = vertical striped
+ progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
+ reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
+ roundness = 2 # roundness of widgets
+ scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
+ sliderstyle = 0 # 0 = none, 1 = handles
+ stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
+ toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
+ }
+}
+
+style "murrine-wide" {
+ xthickness = 2
+ ythickness = 2
+}
+
+style "murrine-wider" {
+ xthickness = 3
+ ythickness = 3
+}
+
+style "murrine-thin" {
+ xthickness = 0
+ ythickness = 0
+}
+
+# Notebook
+
+style "clearlooks-notebook-bg" {
+ bg[NORMAL] = @bg_color
+ bg[ACTIVE] = shade (0.80, @bg_color)
+}
+
+style "clearlooks-notebook" = "clearlooks-notebook-bg" {
+ xthickness = 2
+ ythickness = 2
+
+ engine "clearlooks" {
+ radius = 0.1
+ }
+}
+
+# Various Standard Widgets
+
+style "murrine-button" = "murrine-wider" {
+ bg[NORMAL] = @btn_bg_color
+ bg[PRELIGHT] = shade (1.10, @btn_bg_color)
+ bg[SELECTED] = mix (0.5, @selected_bg_color, @bg_color)
+ bg[ACTIVE] = shade (0.95, @btn_bg_color)
+ bg[INSENSITIVE] = shade (0.75, @btn_bg_color)
+ #xthickness = 4
+ #ythickness = 4
+
+ engine "murrine" {
+ border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) }
+ roundness = 2
+ gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
+ }
+}
+
+style "murrine-buttonlabel" {
+ fg[NORMAL] = @btn_fg_color
+ fg[PRELIGHT] = @btn_fg_color
+ fg[SELECTED] = @btn_fg_color
+ fg[ACTIVE] = @btn_fg_color
+ fg[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color)
+
+ text[NORMAL] = @btn_fg_color
+ text[PRELIGHT] = @btn_fg_color
+ text[SELECTED] = @btn_fg_color
+ text[ACTIVE] = @btn_fg_color
+ text[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color)
+
+ engine "murrine" {
+ }
+}
+
+style "murrine-scrollbar" {
+ bg[NORMAL] = mix (0.21, @fg_color, @bg_color)
+ bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color)
+ bg[ACTIVE] = @selected_bg_color
+
+ engine "murrine" {
+ roundness = 0
+ contrast = 0.0
+ border_shades = { 0.9, 0.9 }
+ trough_shades = { 0.97, 0.97 }
+ trough_border_shades = { 1.0, 1.0 }
+ }
+}
+
+style "murrine-overlay-scrollbar" {
+ bg[ACTIVE] = shade (0.8, @bg_color)
+ bg[INSENSITIVE] = shade (0.97, @bg_color)
+
+ base[SELECTED] = shade (0.6, @bg_color)
+ base[INSENSITIVE] = shade (0.85, @bg_color)
+}
+
+style "murrine-scale" = "murrine-thin" {
+ bg[NORMAL] = @btn_bg_color
+ bg[ACTIVE] = mix(0.2, @fg_color, @bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[INSENSITIVE] = mix(0.95, @bg_color, @btn_bg_color)
+
+ engine "murrine" {
+ roundness = 8
+ #roundness = 2
+ gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
+ #border_shades = { 0.5, 0.5 }
+ border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) }
+ #trough_shades = { 1.08, 1.08 }
+ trough_border_shades = { 0.8, 0.8 }
+ }
+}
+
+style "murrine-progressbar" = "murrine-thin" {
+ bg[NORMAL] = @bg_color
+ bg[ACTIVE] = mix(0.08, @bg_color, @base_color)
+
+ fg[PRELIGHT] = @selected_fg_color
+
+ engine "murrine" {
+ #roundness = 2
+ roundness = 2
+ border_shades = { 1.2, 1.2 }
+ trough_border_shades = { 0.8, 0.8 }
+ }
+}
+
+style "murrine-treeview-header" = "murrine-button" {
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+ fg[SELECTED] = @fg_color
+ fg[ACTIVE] = @fg_color
+ fg[INSENSITIVE] = mix(0.20, @bg_color, @fg_color)
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+style "murrine-treeview" {
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+style "murrine-frame" = "murrine-wide" {
+ bg[NORMAL] = mix(0.08, @fg_color, @bg_color)
+}
+
+style "murrine-frame-title" {
+ fg[NORMAL] = lighter (@fg_color)
+}
+
+style "murrine-tooltips" {
+ xthickness = 5
+ ythickness = 5
+
+ bg[NORMAL] = @tooltip_bg_color
+ bg[SELECTED] = @tooltip_bg_color
+
+ fg[NORMAL] = @tooltip_fg_color
+
+ engine "murrine" {
+ textstyle = 0
+ roundness = 2
+ rgba = FALSE
+ }
+}
+
+style "murrine-spinbutton" = "murrine-button" {
+ engine "murrine" {
+ }
+}
+
+style "clearlooks-radiocheck" = "murrine-default" {
+ bg[SELECTED] = @base_color
+ bg[PRELIGHT] = @bg_color
+
+ text[NORMAL] = @accent_bg_color
+ text[PRELIGHT] = @accent_bg_color
+
+ engine "clearlooks" {
+ radius = 4.0
+ }
+}
+
+style "clearlooks-base-radiocheck" = "clearlooks-radiocheck" {
+ bg[PRELIGHT] = @bg_color
+}
+
+style "clearlooks-radiocheck-label" = "clearlooks-radiocheck" {
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+ fg[SELECTED] = @fg_color
+ fg[ACTIVE] = @fg_color
+ fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
+}
+
+style "murrine-entry" = "murrine-wider" {
+ text[NORMAL] = @text_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = @text_color
+ text[ACTIVE] = @text_color
+ text[INSENSITIVE] = mix (0.5, @base_color, @text_color)
+ engine "murrine" {
+ #border_shades = { 1.15, 1.15 }
+ border_colors = { mix(0.22, @text_color, @base_color), mix(0.22, @text_color, @base_color) }
+ roundness = 2
+ }
+}
+
+style "metacity-frame" = "murrine-default" {
+ bg[SELECTED] = @selected_bg_color
+}
+
+style "murrine-statusbar" { }
+style "murrine-comboboxentry" = "murrine-entry" { }
+style "murrine-hscale" = "murrine-scale" { }
+style "murrine-vscale" = "murrine-scale" { }
+style "murrine-hscrollbar" = "murrine-scrollbar" { }
+style "murrine-vscrollbar" = "murrine-scrollbar" { }
+
+# Menus
+
+style "murrine-menu" = "murrine-thin" {
+ bg[NORMAL] = @menu_bg_color
+ bg[PRELIGHT] = @selected_bg_color
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = @menu_bg_color
+ bg[INSENSITIVE] = @menu_bg_color
+
+ fg[NORMAL] = @menu_fg_color
+ fg[PRELIGHT] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
+
+ text[NORMAL] = @menu_fg_color
+ text[PRELIGHT] = @selected_fg_color
+ text[SELECTED] = @selected_fg_color
+ text[ACTIVE] = @selected_fg_color
+ text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
+
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+style "murrine-menu-item" = "murrine-wider" {
+ bg[PRELIGHT] = @selected_bg_color
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = @selected_bg_color
+
+ fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text
+ fg[PRELIGHT] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
+
+ engine "murrine" {
+ textstyle = 0
+ border_shades = { 1.2, 1.2 }
+ }
+}
+
+style "murrine-separator-menu-item" = "murrine-thin" { }
+
+style "murrine-menubar" {
+ bg[NORMAL] = @menubar_bg_color
+ bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[ACTIVE] = shade (0.9, @menubar_bg_color)
+ bg[INSENSITIVE] = @menubar_bg_color
+
+ fg[NORMAL] = @menubar_fg_color
+ fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
+ fg[SELECTED] = shade (1.08, @menubar_fg_color)
+ fg[ACTIVE] = @menubar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
+
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+style "murrine-menubaritem" {
+ bg[NORMAL] = @menubar_bg_color
+ bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[ACTIVE] = shade (0.9, @menubar_bg_color)
+ bg[INSENSITIVE] = @menubar_bg_color
+
+ fg[NORMAL] = @menubar_fg_color
+ fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
+ fg[SELECTED] = shade (1.08, @menubar_fg_color)
+ fg[ACTIVE] = @menubar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
+
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+# Toolbars
+
+style "murrine-toolbar" = "murrine-thin" {
+ bg[NORMAL] = @toolbar_bg_color
+ bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = shade (0.9, @toolbar_bg_color)
+ bg[INSENSITIVE] = @toolbar_bg_color
+
+ fg[NORMAL] = @toolbar_fg_color
+ fg[PRELIGHT] = @toolbar_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @toolbar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
+
+ engine "murrine" {
+ }
+}
+
+style "murrine-toolbutton" = "murrine-button" {
+ bg[NORMAL] = shade (1.08, @toolbar_bg_color)
+ bg[PRELIGHT] = shade (1.10, @toolbar_bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = shade (0.95, @toolbar_bg_color)
+ bg[INSENSITIVE] = shade (0.85, @toolbar_bg_color)
+
+ fg[NORMAL] = @toolbar_fg_color
+ fg[PRELIGHT] = @toolbar_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @toolbar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
+
+ engine "murrine" {
+ }
+}
+
+style "murrine-toolbutton-label" = "murrine-toolbutton" {
+ fg[NORMAL] = @toolbar_fg_color
+ fg[PRELIGHT] = @toolbar_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @toolbar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
+
+ engine "murrine" {
+ }
+}
+
+class "GtkToolbar" style "murrine-toolbar"
+class "GtkHandleBox" style "murrine-toolbar"
+widget_class "*Toolbar*.*Separator*" style "murrine-toolbar"
+
+# Panels
+
+style "murrine-panel" = "murrine-thin" {
+ xthickness = 2
+
+ bg[NORMAL] = @panel_bg_color
+ bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
+ bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
+ bg[ACTIVE] = shade (0.8, @panel_bg_color)
+ bg[INSENSITIVE] = @panel_bg_color
+
+ fg[NORMAL] = @panel_fg_color
+ fg[PRELIGHT] = shade (1.08, @panel_fg_color)
+ fg[SELECTED] = shade (1.08, @panel_fg_color)
+ fg[ACTIVE] = @panel_fg_color
+ fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
+
+ base[NORMAL] = @panel_bg_color
+ base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
+ base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
+ base[ACTIVE] = shade (0.9, @panel_bg_color)
+ base[INSENSITIVE] = @panel_bg_color
+
+ text[NORMAL] = @panel_fg_color
+ text[PRELIGHT] = shade (1.08, @panel_fg_color)
+ text[SELECTED] = shade (1.08, @panel_fg_color)
+ text[ACTIVE] = @panel_fg_color
+ text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
+
+ engine "murrine" {
+ roundness = 0
+ contrast = 0.0
+ }
+}
+
+widget "*PanelWidget*" style "murrine-panel"
+widget "*PanelApplet*" style "murrine-panel"
+widget "*fast-user-switch*" style "murrine-panel"
+widget "*CPUFreq*Applet*" style "murrine-panel"
+widget "*indicator-applet*" style "murrine-panel"
+class "PanelApp*" style "murrine-panel"
+class "PanelToplevel*" style "murrine-panel"
+widget_class "*PanelToplevel*" style "murrine-panel"
+widget_class "*notif*" style "murrine-panel"
+widget_class "*Notif*" style "murrine-panel"
+widget_class "*Tray*" style "murrine-panel"
+widget_class "*tray*" style "murrine-panel"
+widget_class "*computertemp*" style "murrine-panel"
+widget_class "*Applet*Tomboy*" style "murrine-panel"
+widget_class "*Applet*Netstatus*" style "murrine-panel"
+widget "*gdm-user-switch-menubar*" style "murrine-panel"
+
+# LXPanel (code based on Lubuntu-default theme's gtkrc file)
+widget "*.tclock.*" style "murrine-panel"
+widget "*.taskbar.*" style "murrine-panel"
+widget_class "*GtkBgbox*" style "murrine-panel"
+
+style "bold-panel-item" {
+ font_name = "Bold"
+
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+widget "*Panel*MenuBar*" style "bold-panel-item"
+widget "*gimmie*" style "bold-panel-item"
+
+# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug
+# class "*Panel*" style "murrine-panel" # Disabled to fix bug
+
+# XFCE Styles
+
+style "workspace-switcher" = "murrine-panel" {
+ bg[ACTIVE] = @selected_bg_color
+ bg[SELECTED] = @selected_bg_color
+}
+
+style "xfce-header" {
+ bg[NORMAL] = shade (0.9, @bg_color)
+ base[NORMAL] = shade (1.18, @bg_color)
+}
+
+style "xfdesktop-windowlist" {
+ bg[NORMAL] = @base_color
+ fg[INSENSITIVE] = shade (0.95, @base_color)
+ text[INSENSITIVE] = shade (0.95, @base_color)
+}
+
+style "xfdesktop-icon-view" {
+ XfdesktopIconView::label-alpha = 0
+ XfdesktopIconView::selected-label-alpha = 60
+ XfdesktopIconView::shadow-x-offset = 0
+ XfdesktopIconView::shadow-y-offset = 1
+ XfdesktopIconView::selected-shadow-x-offset = 0
+ XfdesktopIconView::selected-shadow-y-offset = 1
+ XfdesktopIconView::shadow-color = @fg_color
+ XfdesktopIconView::selected-shadow-color = @fg_color
+ XfdesktopIconView::shadow-blur-radius = 2
+ XfdesktopIconView::cell-spacing = 2
+ XfdesktopIconView::cell-padding = 6
+ XfdesktopIconView::cell-text-width-proportion = 1.9
+
+ fg[NORMAL] = @bg_color
+ fg[ACTIVE] = @bg_color
+
+}
+
+style "xfwm-tabwin" {
+ Xfwm4TabwinWidget::border-width = 1
+ Xfwm4TabwinWidget::border-alpha = 1.0
+ Xfwm4TabwinWidget::icon-size = 64
+ Xfwm4TabwinWidget::alpha = 1.0
+ Xfwm4TabwinWidget::border-radius = 2
+
+ bg[NORMAL] = @menu_bg_color
+ bg[SELECTED] = @menu_bg_color
+
+ fg[NORMAL] = @menu_fg_color
+
+ engine "murrine" {
+ contrast = 0.0
+ border_shades = { 0.9, 0.9 }
+ }
+}
+
+style "xfwm-tabwin-button" {
+ font_name = "bold"
+
+ bg[SELECTED] = @selected_bg_color
+}
+
+style "xfsm-logout" {
+ bg[NORMAL] = @menu_bg_color
+ bg[ACTIVE] = @menu_bg_color
+ bg[PRELIGHT] = shade (1.1, @menu_bg_color)
+ bg[SELECTED] = shade (0.5, @menu_bg_color)
+ bg[INSENSITIVE] = shade (1.3, @menu_bg_color)
+
+ fg[NORMAL] = @menu_fg_color
+ fg[PRELIGHT] = @menu_fg_color
+
+ text[NORMAL] = @menu_fg_color
+
+ engine "murrine" {
+ }
+}
+
+style "xfsm-logout-button" {
+ bg[NORMAL] = shade (1.2, @menu_bg_color)
+ bg[PRELIGHT] = shade (1.4, @menu_bg_color)
+
+ engine "murrine" {
+ }
+}
+
+widget "*Pager*" style "workspace-switcher"
+
+widget "*Xfce*Panel*" style "murrine-panel"
+class "*Xfce*Panel*" style "murrine-panel"
+
+# Thunar Styles
+
+style "sidepane" {
+ base[NORMAL] = @bg_color
+ base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color))
+ bg[NORMAL] = @bg_color
+ text[NORMAL] = mix (0.9, @fg_color, @bg_color)
+}
+
+widget_class "*ThunarShortcutsView*" style "sidepane"
+widget_class "*ThunarTreeView*" style "sidepane"
+widget_class "*ThunarLocationEntry*" style "murrine-entry"
+
+style "whiskermenu" {
+ bg[NORMAL] = @menu_bg_color
+ bg[ACTIVE] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[PRELIGHT] = @selected_bg_color
+
+ fg[NORMAL] = @menu_fg_color
+ fg[ACTIVE] = @menu_fg_color
+ fg[PRELIGHT] = @menu_fg_color
+}
+
+style "whiskermenu-scrollbar" = "murrine-scrollbar" {
+ bg[NORMAL] = mix (0.21, @fg_color, @bg_color)
+ bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color)
+ bg[ACTIVE] = @selected_bg_color
+
+ engine "murrine" {
+ trough_shades = { 4.97, 4.97 }
+ trough_border_shades = { 5.0, 5.0 }
+ }
+}
+
+widget "whiskermenu-window*" style "whiskermenu"
+widget "*whisker*GtkVScrollbar" style "whiskermenu-scrollbar"
+
+# Gtk2 Open-File Dialog
+
+widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
+widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header"
+
+# Google Chrome/Chromium Styles (requires 9.0.597 or newer)
+
+style "chromium-toolbar-button" {
+ engine "murrine" {
+ roundness = 2
+ textstyle = 0
+ }
+}
+
+style "chrome-gtk-frame" {
+ ChromeGtkFrame::frame-color = @titlebar_bg_color
+ ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
+
+ ChromeGtkFrame::frame-gradient-size = 0
+ ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color
+
+ ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
+ ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
+
+ ChromeGtkFrame::incognito-frame-gradient-size = 0
+ ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color
+
+ ChromeGtkFrame::scrollbar-trough-color = @bg_color
+ ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @fg_color, @bg_color)
+}
+
+class "ChromeGtkFrame" style "chrome-gtk-frame"
+
+widget_class "*Chrom*Button*" style "chromium-toolbar-button"
+
+# General Styles
+
+class "GtkWidget" style "murrine-default"
+
+class "GtkFrame" style "murrine-frame"
+class "MetaFrames" style "metacity-frame"
+class "GtkWindow" style "metacity-frame"
+
+class "GtkSeparator" style "murrine-wide"
+class "GtkCalendar" style "murrine-wide"
+
+class "GtkSpinButton" style "murrine-spinbutton"
+
+class "GtkScale" style "murrine-scale"
+class "GtkVScale" style "murrine-vscale"
+class "GtkHScale" style "murrine-hscale"
+class "GtkScrollbar" style "murrine-scrollbar"
+class "GtkVScrollbar" style "murrine-vscrollbar"
+class "GtkHScrollbar" style "murrine-hscrollbar"
+
+class "GtkEntry" style "murrine-entry"
+
+widget_class "*" style "clearlooks-notebook"
+widget_class "**" style "clearlooks-notebook-bg"
+widget_class "**" style "clearlooks-notebook-bg"
+widget_class "**" style "clearlooks-notebook-bg"
+widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
+
+widget_class "*" style "murrine-button"
+widget_class "**" style "murrine-statusbar"
+widget_class "*" style "murrine-progressbar"
+widget_class "*" style "murrine-progressbar"
+
+widget_class "**" style "murrine-comboboxentry"
+widget_class "**" style "murrine-comboboxentry"
+
+widget_class "**" style "murrine-menu"
+widget_class "**" style "murrine-menu-item"
+widget_class "**" style "murrine-separator-menu-item"
+widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item"
+widget_class "**" style "murrine-menubar"
+widget_class "***" style "murrine-menubaritem"
+
+widget_class "*GtkToolButton*" style "murrine-toolbutton"
+widget_class "*GtkToggleToolButton*" style "murrine-toolbutton"
+widget_class "*GtkMenuToolButton*" style "murrine-toolbutton"
+widget_class "*GtkToolbar*Button" style "murrine-toolbutton"
+
+widget_class "*.." style "murrine-frame-title"
+
+widget_class "*.*" style "murrine-treeview"
+widget_class "*.." style "murrine-treeview-header"
+widget_class "*.." style "murrine-treeview-header"
+widget_class "*.." style "murrine-treeview-header"
+widget_class "*.." style "murrine-treeview-header"
+
+widget_class "*." style "clearlooks-radiocheck"
+widget_class "*.*." style "clearlooks-base-radiocheck"
+widget_class "*" style "clearlooks-base-radiocheck"
+
+widget "gtk-tooltip*" style "murrine-tooltips"
+
+widget_class "**" style "murrine-overlay-scrollbar"
+
+# Workarounds and Non-Standard Styling
+
+style "text-is-fg-color-workaround" {
+ text[NORMAL] = @text_color
+ text[PRELIGHT] = @fg_color
+ text[SELECTED] = @selected_fg_color
+ text[ACTIVE] = @fg_color
+ text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
+}
+
+widget_class "*.." style "text-is-fg-color-workaround"
+
+style "fg-is-text-color-workaround" {
+ fg[NORMAL] = @text_color
+ fg[PRELIGHT] = @text_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[INSENSITIVE] = darker (@fg_color)
+}
+
+widget_class "**" style "fg-is-text-color-workaround"
+widget_class "*" style "fg-is-text-color-workaround"
+widget_class "*" style "fg-is-text-color-workaround"
+
+style "murrine-evo-new-button-workaround" {
+ engine "murrine" {
+ toolbarstyle = 0
+ }
+}
+
+widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
+
+style "inkscape-toolbar-fix" {
+ engine "murrine" {
+ gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
+ highlight_shade = 1.0
+ }
+}
+
+#widget "*GtkHandleBox*" style "inkscape-toolbar-fix"
+#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix"
+#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix"
+
+# Performance Fixes
+
+style "performance-fix" {
+ engine "murrine" {
+ textstyle = 0
+ }
+}
+
+widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape
+widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp
+widget_class "*GimpToolbox*" style "performance-fix"
+widget_class "*GimpMenuDock*" style "performance-fix"
+widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
+widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.)
+
+widget_class "*XfceHeading*" style "xfce-header"
+widget_class "*XfceDesktop*" style "xfdesktop-windowlist"
+widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
+widget "xfwm4-tabwin*" style "xfwm-tabwin"
+widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button"
+widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
+widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
+
+# button fg workarounds:
+widget_class "*.." style "murrine-buttonlabel"
+widget_class "***" style:highest "murrine-buttonlabel"
+widget_class "***" style:highest "clearlooks-radiocheck-label"
+widget_class "**" style "murrine-buttonlabel"
+widget_class "***" style "murrine-buttonlabel"
+widget_class "***" style:highest "murrine-entry"
+widget_class "****" style:highest "murrine-toolbutton-label"
diff --git a/local/share/themes/rose-pine-gtk/gtk-2.0/gtkrc.hidpi b/local/share/themes/rose-pine-gtk/gtk-2.0/gtkrc.hidpi
new file mode 100644
index 00000000..85b24ee2
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-2.0/gtkrc.hidpi
@@ -0,0 +1,995 @@
+# Oomox GTK Theme (Numix Fork)
+
+gtk-color-scheme =
+"base_color:#26233a\nbg_color:#1f1d2e\ntooltip_bg_color:#1f1d2e\nselected_bg_color:#c4a7e7\ntext_color:#c5c3ce\nfg_color:#f0f0f3\ntooltip_fg_color:#f0f0f3\nselected_fg_color:#191724\nmenubar_bg_color:#191724\nmenubar_fg_color:#e0def4\ntoolbar_bg_color:#1f1d2e\ntoolbar_fg_color:#f0f0f3\nmenu_bg_color:#191724\nmenu_fg_color:#e0def4\npanel_bg_color:#1f1d2e\npanel_fg_color:#f0f0f3\nlink_color:#9ccfd8\nbtn_bg_color:#191724\nbtn_fg_color:#e0def4\ntitlebar_bg_color:#191724\ntitlebar_fg_color:#e0def4\nprimary_caret_color:#c5c3ce\nsecondary_caret_color:#c5c3ce\naccent_bg_color:#c4a7e7\n"
+# Default Style
+
+style "murrine-default" {
+ GtkArrow::arrow-scaling= 1.0
+
+ GtkButton::child-displacement-x = 0
+ GtkButton::child-displacement-y = 0
+
+ #GtkButton::default-border = { 0, 0, 0, 0 }
+ GtkButton::inner-border = { 0, 0, 1, 0 }
+ GtkButton::focus-line-width = 2
+ #GtkButton::focus-padding = 4
+ GtkButton::focus-padding = 2
+ #GtkButton::interior-focus = 1
+
+ GtkEntry::inner-border = { 4, 4, 5, 4 }
+ GtkComboBox::inner-border = { 4, 4, 6, 5 }
+ GtkComboBoxText::inner-border = { 4, 4, 6, 5 }
+
+ #GtkButtonBox::child-min-height = 52
+
+ GtkCheckButton::indicator-size = 30
+
+ # The following line hints to gecko (and possibly other appliations)
+ # that the entry should be drawn transparently on the canvas.
+ # Without this, gecko will fill in the background of the entry.
+ GtkEntry::honors-transparent-bg-hint = 1
+ GtkEntry::state-hint = 0
+
+ GtkExpander::expander-size = 30
+
+ GtkImage::x-ayatana-indicator-dynamic = 1
+
+ GtkMenu::horizontal-padding = 2
+ GtkMenu::vertical-padding = 2
+
+ GtkMenuBar::internal-padding = 1
+ GtkMenuBar::window-dragging = 1
+
+ GtkMenuItem::arrow-scaling= 0.5
+
+ GtkPaned::handle-size = 1
+
+ GtkProgressBar::min-horizontal-bar-height = 14
+ GtkProgressBar::min-vertical-bar-width = 14
+
+ GtkRange::trough-border = 0
+ GtkRange::slider-width = 24
+ GtkRange::stepper-size = 24
+ GtkRange::stepper_spacing = 0
+ GtkRange::trough-under-steppers = 1
+
+ GtkScale::slider-length = 30
+ GtkScale::slider-width = 30
+ GtkScale::trough-side-details = 1
+
+ GtkScrollbar::activate-slider = 1
+ GtkScrollbar::has-backward-stepper = 0
+ GtkScrollbar::has-forward-stepper = 0
+ GtkScrollbar::has-secondary-backward-stepper = 0
+ GtkScrollbar::has-secondary-forward-stepper = 0
+ GtkScrollbar::min-slider-length = 160
+ GtkScrollbar::slider-width = 24
+ GtkScrollbar::trough-border = 0
+
+ GtkScrolledWindow::scrollbar-spacing = 0
+ GtkScrolledWindow::scrollbars-within-bevel = 1
+
+ GtkSeparatorMenuItem::horizontal-padding = 0
+
+ GtkToolbar::internal-padding = 0
+
+ GtkTreeView::expander-size = 22
+ GtkTreeView::vertical-separator = 0
+
+ GtkWidget::focus-line-width = 2
+ # The following line prevents the Firefox tabs
+ # from jumping a few pixels when you create a new tab
+ GtkWidget::focus-padding = 0
+
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-width = 2
+ GtkWidget::separator-height = 2
+
+ GtkWindow::resize-grip-height = 2
+ GtkWindow::resize-grip-width = 2
+
+ WnckTasklist::fade-overlay-rect = 0
+
+ GnomeHRef::link_color = @link_color
+ GtkHTML::link-color = @link_color
+ GtkIMHtmlr::hyperlink-color = @link_color
+ GtkIMHtml::hyperlink-color = @link_color
+ GtkWidget::link-color = @link_color
+ GtkWidget::visited-link-color = @text_color
+
+ GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified
+ GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified
+
+ xthickness = 2
+ ythickness = 2
+
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @fg_color
+ fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
+
+ bg[NORMAL] = @bg_color
+ bg[PRELIGHT] = shade (1.02, @bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = shade (0.9, @bg_color)
+ bg[INSENSITIVE] = @bg_color
+
+ base[NORMAL] = @base_color
+ base[PRELIGHT] = shade (0.95, @base_color)
+ base[SELECTED] = @selected_bg_color
+ base[ACTIVE] = @selected_bg_color
+ base[INSENSITIVE] = shade (0.85, @base_color)
+
+ text[NORMAL] = @text_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = @selected_fg_color
+ text[ACTIVE] = @selected_fg_color
+ text[INSENSITIVE] = mix (0.5, @base_color, @text_color)
+
+ engine "murrine" {
+ animation = FALSE
+ arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
+ border_shades = { 1.0, 1.0 } # gradient to draw on border
+ border_colors = { mix(0.2, @fg_color, @bg_color), mix(0.2, @fg_color, @bg_color) }
+ colorize_scrollbar = FALSE
+ comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
+ contrast = 0.8 # overal contrast with borders
+ focusstyle = 3 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
+ glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
+ glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides
+ glow_shade = 1.0 # amount of glow
+ gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets
+ highlight_shade = 1.0 # amount of highlight
+ lightborder_shade = 1.0 # amount of inset light border
+ lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
+ listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
+ listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
+ menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
+ menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
+ menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
+ menustyle = 0 # 0 = none, 1 = vertical striped
+ progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
+ reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
+ roundness = 4# roundness of widgets
+ scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
+ sliderstyle = 0 # 0 = none, 1 = handles
+ stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
+ toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
+ }
+}
+
+style "murrine-wide" {
+ xthickness = 6
+ ythickness = 6
+}
+
+style "murrine-wider" {
+ xthickness = 10
+ ythickness = 10
+}
+
+style "murrine-thin" {
+ xthickness = 1
+ ythickness = 1
+}
+
+# Notebook
+
+style "clearlooks-notebook-bg" {
+ bg[NORMAL] = @bg_color
+ bg[ACTIVE] = shade (0.80, @bg_color)
+}
+
+style "clearlooks-notebook" = "clearlooks-notebook-bg" {
+ xthickness = 8
+ ythickness = 4
+
+ engine "clearlooks" {
+ radius = 0.1
+ }
+}
+
+# Various Standard Widgets
+
+style "murrine-button" = "murrine-wider" {
+ bg[NORMAL] = @btn_bg_color
+ bg[PRELIGHT] = shade (1.04, @btn_bg_color)
+ bg[SELECTED] = mix (0.5, @selected_bg_color, @bg_color)
+ bg[ACTIVE] = shade (0.95, @btn_bg_color)
+ bg[INSENSITIVE] = shade (0.75, @btn_bg_color)
+ xthickness = 10
+ ythickness = 10
+ #xthickness = 5
+ #ythickness = 5
+
+ engine "murrine" {
+ border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) }
+ roundness = 4
+ gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
+ }
+}
+
+style "murrine-buttonlabel" {
+ fg[NORMAL] = @btn_fg_color
+ fg[PRELIGHT] = @btn_fg_color
+ fg[SELECTED] = @btn_fg_color
+ fg[ACTIVE] = @btn_fg_color
+ fg[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color)
+
+ text[NORMAL] = @btn_fg_color
+ text[PRELIGHT] = @btn_fg_color
+ text[SELECTED] = @btn_fg_color
+ text[ACTIVE] = @btn_fg_color
+ text[INSENSITIVE] = @btn_fg_color
+ text[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color)
+
+ engine "murrine" {
+ }
+}
+
+style "murrine-comboboxtext" = "murrine-buttonlabel" {
+ xthickness = 10
+ ythickness = 10
+}
+
+style "murrine-togglebutton" = "murrine-buttonlabel" {
+ xthickness = 10
+ ythickness = 10
+}
+
+style "murrine-radiocheck" = "murrine-togglebutton" {
+ text[NORMAL] = @accent_bg_color
+ text[PRELIGHT] = @accent_bg_color
+}
+
+style "murrine-scrollbar" {
+ bg[NORMAL] = mix (0.21, @fg_color, @bg_color)
+ bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color)
+ bg[ACTIVE] = @selected_bg_color
+
+ engine "murrine" {
+ roundness = 4
+ contrast = 0.0
+ border_shades = { 0.9, 0.9 }
+ trough_shades = { 0.97, 0.97 }
+ trough_border_shades = { 1.0, 1.0 }
+ }
+}
+
+style "murrine-overlay-scrollbar" {
+ bg[ACTIVE] = shade (0.8, @bg_color)
+ bg[INSENSITIVE] = shade (0.97, @bg_color)
+
+ base[SELECTED] = shade (0.6, @bg_color)
+ base[INSENSITIVE] = shade (0.85, @bg_color)
+}
+
+style "murrine-scale" = "murrine-thin" {
+ bg[NORMAL] = @btn_bg_color
+ bg[ACTIVE] = mix(0.2, @fg_color, @bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[INSENSITIVE] = mix(0.95, @bg_color, @btn_bg_color)
+
+ engine "murrine" {
+ roundness = 25
+ #roundness = 4
+ gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
+ #border_shades = { 0.5, 0.5 }
+ border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) }
+ #trough_shades = { 1.08, 1.08 }
+ trough_border_shades = { 0.8, 0.8 }
+ }
+}
+
+style "murrine-progressbar" = "murrine-thin" {
+ bg[NORMAL] = @bg_color
+ bg[ACTIVE] = mix(0.08, @bg_color, @base_color)
+
+ fg[PRELIGHT] = @selected_fg_color
+
+ engine "murrine" {
+ roundness = 4
+ border_shades = { 1.2, 1.2 }
+ trough_border_shades = { 0.8, 0.8 }
+ }
+}
+
+style "murrine-treeview-header" = "murrine-button" {
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+ fg[SELECTED] = @fg_color
+ fg[ACTIVE] = @fg_color
+ fg[INSENSITIVE] = mix(0.20, @bg_color, @fg_color)
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+style "murrine-treeview" {
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+style "murrine-frame" = "murrine-wide" {
+ bg[NORMAL] = mix(0.08, @fg_color, @bg_color)
+}
+
+style "murrine-frame-title" {
+ fg[NORMAL] = lighter (@fg_color)
+}
+
+style "murrine-tooltips" {
+ xthickness = 10
+ ythickness = 10
+
+ bg[NORMAL] = @tooltip_bg_color
+ bg[SELECTED] = @tooltip_bg_color
+
+ fg[NORMAL] = @tooltip_fg_color
+
+ engine "murrine" {
+ textstyle = 0
+ roundness = 4
+ rgba = FALSE
+ }
+}
+
+style "murrine-spinbutton" = "murrine-button" {
+ xthickness = 10
+ ythickness = 10
+ engine "murrine" {
+ }
+}
+
+style "clearlooks-radiocheck" = "murrine-default" {
+ bg[SELECTED] = @base_color
+ bg[PRELIGHT] = @bg_color
+
+ text[NORMAL] = @accent_bg_color
+ text[PRELIGHT] = @accent_bg_color
+
+ engine "clearlooks" {
+ radius = 4.0
+ }
+}
+
+style "clearlooks-base-radiocheck" = "clearlooks-radiocheck" {
+ bg[PRELIGHT] = @bg_color
+}
+
+style "clearlooks-radiocheck-label" = "clearlooks-radiocheck" {
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+ fg[SELECTED] = @fg_color
+ fg[ACTIVE] = @fg_color
+ fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
+}
+
+style "murrine-entry" = "murrine-wider" {
+ text[NORMAL] = @text_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = @text_color
+ text[ACTIVE] = @text_color
+ text[INSENSITIVE] = mix (0.5, @base_color, @text_color)
+
+ xthickness = 10
+ ythickness = 10
+ engine "murrine" {
+ #border_shades = { 1.15, 1.15 }
+ border_colors = { mix(0.22, @text_color, @base_color), mix(0.22, @text_color, @base_color) }
+ roundness = 4
+ }
+}
+
+style "metacity-frame" = "murrine-default" {
+ bg[SELECTED] = @selected_bg_color
+}
+
+style "murrine-statusbar" { }
+style "murrine-comboboxentry" = "murrine-entry" { }
+style "murrine-hscale" = "murrine-scale" { }
+style "murrine-vscale" = "murrine-scale" { }
+style "murrine-hscrollbar" = "murrine-scrollbar" { }
+style "murrine-vscrollbar" = "murrine-scrollbar" { }
+
+# Menus
+
+style "murrine-menu" = "murrine-thin" {
+ bg[NORMAL] = @menu_bg_color
+ bg[PRELIGHT] = @selected_bg_color
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = @menu_bg_color
+ bg[INSENSITIVE] = @menu_bg_color
+
+ fg[NORMAL] = @menu_fg_color
+ fg[PRELIGHT] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
+
+ text[NORMAL] = @menu_fg_color
+ text[PRELIGHT] = @selected_fg_color
+ text[SELECTED] = @selected_fg_color
+ text[ACTIVE] = @selected_fg_color
+ text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
+
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+style "murrine-menu-item" = "murrine-wider" {
+ bg[PRELIGHT] = @selected_bg_color
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = @selected_bg_color
+
+ fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text
+ fg[PRELIGHT] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
+
+ engine "murrine" {
+ textstyle = 0
+ border_shades = { 1.2, 1.2 }
+ }
+}
+
+style "murrine-separator-menu-item" = "murrine-thin" { }
+
+style "murrine-menubar" {
+ bg[NORMAL] = @menubar_bg_color
+ bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[ACTIVE] = shade (0.9, @menubar_bg_color)
+ bg[INSENSITIVE] = @menubar_bg_color
+
+ fg[NORMAL] = @menubar_fg_color
+ fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
+ fg[SELECTED] = shade (1.08, @menubar_fg_color)
+ fg[ACTIVE] = @menubar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
+
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+style "murrine-menubaritem" {
+ bg[NORMAL] = @menubar_bg_color
+ bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[ACTIVE] = shade (0.9, @menubar_bg_color)
+ bg[INSENSITIVE] = @menubar_bg_color
+
+ fg[NORMAL] = @menubar_fg_color
+ fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
+ fg[SELECTED] = shade (1.08, @menubar_fg_color)
+ fg[ACTIVE] = @menubar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
+
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+# Toolbars
+
+style "murrine-toolbar" = "murrine-thin" {
+ bg[NORMAL] = @toolbar_bg_color
+ bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = shade (0.9, @toolbar_bg_color)
+ bg[INSENSITIVE] = @toolbar_bg_color
+
+ fg[NORMAL] = @toolbar_fg_color
+ fg[PRELIGHT] = @toolbar_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @toolbar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
+
+ engine "murrine" {
+ }
+}
+
+style "murrine-toolbutton" = "murrine-button" {
+ bg[NORMAL] = shade (1.08, @toolbar_bg_color)
+ bg[PRELIGHT] = shade (1.10, @toolbar_bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[ACTIVE] = shade (0.95, @toolbar_bg_color)
+ bg[INSENSITIVE] = shade (0.85, @toolbar_bg_color)
+
+ fg[NORMAL] = @toolbar_fg_color
+ fg[PRELIGHT] = @toolbar_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @toolbar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
+
+ engine "murrine" {
+ }
+}
+
+style "murrine-toolbutton-label" = "murrine-toolbutton" {
+ fg[NORMAL] = @toolbar_fg_color
+ fg[PRELIGHT] = @toolbar_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @toolbar_fg_color
+ fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
+
+ engine "murrine" {
+ }
+}
+
+class "GtkToolbar" style "murrine-toolbar"
+class "GtkHandleBox" style "murrine-toolbar"
+widget_class "*Toolbar*.*Separator*" style "murrine-toolbar"
+
+# Panels
+
+style "murrine-panel" = "murrine-thin" {
+ xthickness = 2
+
+ bg[NORMAL] = @panel_bg_color
+ bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
+ bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
+ bg[ACTIVE] = shade (0.8, @panel_bg_color)
+ bg[INSENSITIVE] = @panel_bg_color
+
+ fg[NORMAL] = @panel_fg_color
+ fg[PRELIGHT] = shade (1.08, @panel_fg_color)
+ fg[SELECTED] = shade (1.08, @panel_fg_color)
+ fg[ACTIVE] = @panel_fg_color
+ fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
+
+ base[NORMAL] = @panel_bg_color
+ base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
+ base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
+ base[ACTIVE] = shade (0.9, @panel_bg_color)
+ base[INSENSITIVE] = @panel_bg_color
+
+ text[NORMAL] = @panel_fg_color
+ text[PRELIGHT] = shade (1.08, @panel_fg_color)
+ text[SELECTED] = shade (1.08, @panel_fg_color)
+ text[ACTIVE] = @panel_fg_color
+ text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
+
+ engine "murrine" {
+ roundness = 0
+ contrast = 0.0
+ }
+}
+
+widget "*PanelWidget*" style "murrine-panel"
+widget "*PanelApplet*" style "murrine-panel"
+widget "*fast-user-switch*" style "murrine-panel"
+widget "*CPUFreq*Applet*" style "murrine-panel"
+widget "*indicator-applet*" style "murrine-panel"
+class "PanelApp*" style "murrine-panel"
+class "PanelToplevel*" style "murrine-panel"
+widget_class "*PanelToplevel*" style "murrine-panel"
+widget_class "*notif*" style "murrine-panel"
+widget_class "*Notif*" style "murrine-panel"
+widget_class "*Tray*" style "murrine-panel"
+widget_class "*tray*" style "murrine-panel"
+widget_class "*computertemp*" style "murrine-panel"
+widget_class "*Applet*Tomboy*" style "murrine-panel"
+widget_class "*Applet*Netstatus*" style "murrine-panel"
+widget "*gdm-user-switch-menubar*" style "murrine-panel"
+
+# LXPanel (code based on Lubuntu-default theme's gtkrc file)
+widget "*.tclock.*" style "murrine-panel"
+widget "*.taskbar.*" style "murrine-panel"
+widget_class "*GtkBgbox*" style "murrine-panel"
+
+style "bold-panel-item" {
+ font_name = "Bold"
+
+ engine "murrine" {
+ roundness = 0
+ }
+}
+
+widget "*Panel*MenuBar*" style "bold-panel-item"
+widget "*gimmie*" style "bold-panel-item"
+
+# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug
+# class "*Panel*" style "murrine-panel" # Disabled to fix bug
+
+# XFCE Styles
+
+style "workspace-switcher" = "murrine-panel" {
+ bg[ACTIVE] = @selected_bg_color
+ bg[SELECTED] = @selected_bg_color
+}
+
+style "xfce-header" {
+ bg[NORMAL] = shade (0.9, @bg_color)
+ base[NORMAL] = shade (1.18, @bg_color)
+}
+
+style "xfdesktop-windowlist" {
+ bg[NORMAL] = @base_color
+ fg[INSENSITIVE] = shade (0.95, @base_color)
+ text[INSENSITIVE] = shade (0.95, @base_color)
+}
+
+style "xfdesktop-icon-view" {
+ XfdesktopIconView::label-alpha = 0
+ XfdesktopIconView::selected-label-alpha = 60
+ XfdesktopIconView::shadow-x-offset = 0
+ XfdesktopIconView::shadow-y-offset = 1
+ XfdesktopIconView::selected-shadow-x-offset = 0
+ XfdesktopIconView::selected-shadow-y-offset = 1
+ XfdesktopIconView::shadow-color = @fg_color
+ XfdesktopIconView::selected-shadow-color = @fg_color
+ XfdesktopIconView::shadow-blur-radius = 2
+ XfdesktopIconView::cell-spacing = 2
+ XfdesktopIconView::cell-padding = 6
+ XfdesktopIconView::cell-text-width-proportion = 1.9
+
+ fg[NORMAL] = @bg_color
+ fg[ACTIVE] = @bg_color
+
+}
+
+style "xfwm-tabwin" {
+ Xfwm4TabwinWidget::border-width = 1
+ Xfwm4TabwinWidget::border-alpha = 1.0
+ Xfwm4TabwinWidget::icon-size = 64
+ Xfwm4TabwinWidget::alpha = 1.0
+ Xfwm4TabwinWidget::border-radius = 2
+
+ bg[NORMAL] = @menu_bg_color
+ bg[SELECTED] = @menu_bg_color
+
+ fg[NORMAL] = @menu_fg_color
+
+ engine "murrine" {
+ contrast = 0.0
+ border_shades = { 0.9, 0.9 }
+ }
+}
+
+style "xfwm-tabwin-button" {
+ font_name = "bold"
+
+ bg[SELECTED] = @selected_bg_color
+}
+
+style "xfsm-logout" {
+ bg[NORMAL] = @menu_bg_color
+ bg[ACTIVE] = @menu_bg_color
+ bg[PRELIGHT] = shade (1.1, @menu_bg_color)
+ bg[SELECTED] = shade (0.5, @menu_bg_color)
+ bg[INSENSITIVE] = shade (1.3, @menu_bg_color)
+
+ fg[NORMAL] = @menu_fg_color
+ fg[PRELIGHT] = @menu_fg_color
+
+ text[NORMAL] = @menu_fg_color
+
+ engine "murrine" {
+ }
+}
+
+style "xfsm-logout-button" {
+ bg[NORMAL] = shade (1.2, @menu_bg_color)
+ bg[PRELIGHT] = shade (1.4, @menu_bg_color)
+
+ engine "murrine" {
+ }
+}
+
+widget "*Pager*" style "workspace-switcher"
+
+widget "*Xfce*Panel*" style "murrine-panel"
+class "*Xfce*Panel*" style "murrine-panel"
+
+# Thunar Styles
+
+style "sidepane" {
+ base[NORMAL] = @bg_color
+ base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color))
+ bg[NORMAL] = @bg_color
+ text[NORMAL] = mix (0.9, @fg_color, @bg_color)
+}
+
+widget_class "*ThunarShortcutsView*" style "sidepane"
+widget_class "*ThunarTreeView*" style "sidepane"
+widget_class "*ThunarLocationEntry*" style "murrine-entry"
+
+style "whiskermenu" {
+ bg[NORMAL] = @menu_bg_color
+ bg[ACTIVE] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
+ bg[PRELIGHT] = @selected_bg_color
+
+ fg[NORMAL] = @menu_fg_color
+ fg[ACTIVE] = @menu_fg_color
+ fg[PRELIGHT] = @menu_fg_color
+}
+
+style "whiskermenu-scrollbar" = "murrine-scrollbar" {
+ bg[NORMAL] = mix (0.21, @fg_color, @bg_color)
+ bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color)
+ bg[ACTIVE] = @selected_bg_color
+
+ engine "murrine" {
+ trough_shades = { 4.97, 4.97 }
+ trough_border_shades = { 5.0, 5.0 }
+ }
+}
+
+widget "whiskermenu-window*" style "whiskermenu"
+widget "*whisker*GtkVScrollbar" style "whiskermenu-scrollbar"
+
+# Gtk2 Open-File Dialog
+
+widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
+widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header"
+
+# Google Chrome/Chromium Styles (requires 9.0.597 or newer)
+
+style "chromium-toolbar-button" {
+ engine "murrine" {
+ roundness = 4
+ textstyle = 0
+ }
+}
+
+style "chrome-gtk-frame" {
+ ChromeGtkFrame::frame-color = @titlebar_bg_color
+ ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
+
+ ChromeGtkFrame::frame-gradient-size = 0
+ ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color
+
+ ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
+ ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
+
+ ChromeGtkFrame::incognito-frame-gradient-size = 0
+ ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color
+
+ ChromeGtkFrame::scrollbar-trough-color = @bg_color
+ ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @fg_color, @bg_color)
+}
+
+class "ChromeGtkFrame" style "chrome-gtk-frame"
+
+widget_class "*Chrom*Button*" style "chromium-toolbar-button"
+
+# General Styles
+
+class "GtkWidget" style "murrine-default"
+
+class "GtkFrame" style "murrine-frame"
+class "MetaFrames" style "metacity-frame"
+class "GtkWindow" style "metacity-frame"
+
+class "GtkSeparator" style "murrine-wide"
+class "GtkCalendar" style "murrine-wide"
+
+class "GtkSpinButton" style "murrine-spinbutton"
+
+class "GtkScale" style "murrine-scale"
+class "GtkVScale" style "murrine-vscale"
+class "GtkHScale" style "murrine-hscale"
+class "GtkScrollbar" style "murrine-scrollbar"
+class "GtkVScrollbar" style "murrine-vscrollbar"
+class "GtkHScrollbar" style "murrine-hscrollbar"
+
+class "GtkEntry" style "murrine-entry"
+
+widget_class "*" style "clearlooks-notebook"
+widget_class "**" style "clearlooks-notebook-bg"
+widget_class "**" style "clearlooks-notebook-bg"
+widget_class "**" style "clearlooks-notebook-bg"
+widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
+
+widget_class "*" style "murrine-button"
+widget_class "**" style "murrine-statusbar"
+widget_class "*" style "murrine-progressbar"
+widget_class "*" style "murrine-progressbar"
+
+widget_class "**" style "murrine-comboboxentry"
+widget_class "**" style "murrine-comboboxentry"
+
+widget_class "**" style "murrine-menu"
+widget_class "**" style "murrine-menu-item"
+widget_class "**" style "murrine-separator-menu-item"
+widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item"
+widget_class "**" style "murrine-menubar"
+widget_class "***" style "murrine-menubaritem"
+
+widget_class "*GtkToolButton*" style "murrine-toolbutton"
+widget_class "*GtkToggleToolButton*" style "murrine-toolbutton"
+widget_class "*GtkMenuToolButton*" style "murrine-toolbutton"
+widget_class "*GtkToolbar*Button" style "murrine-toolbutton"
+
+widget_class "*.." style "murrine-frame-title"
+
+widget_class "*.*" style "murrine-treeview"
+widget_class "*.." style "murrine-treeview-header"
+widget_class "*.." style "murrine-treeview-header"
+widget_class "*.." style "murrine-treeview-header"
+widget_class "*.." style "murrine-treeview-header"
+
+widget_class "*." style "clearlooks-radiocheck"
+widget_class "*.*." style "clearlooks-base-radiocheck"
+widget_class "*" style "clearlooks-base-radiocheck"
+
+widget "gtk-tooltip*" style "murrine-tooltips"
+
+widget_class "**" style "murrine-overlay-scrollbar"
+
+# Workarounds and Non-Standard Styling
+
+style "text-is-fg-color-workaround" {
+ text[NORMAL] = @text_color
+ text[PRELIGHT] = @fg_color
+ text[SELECTED] = @selected_fg_color
+ text[ACTIVE] = @fg_color
+ text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
+}
+
+widget_class "*.." style "text-is-fg-color-workaround"
+
+style "fg-is-text-color-workaround" {
+ fg[NORMAL] = @text_color
+ fg[PRELIGHT] = @text_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[INSENSITIVE] = darker (@fg_color)
+}
+
+widget_class "**" style "fg-is-text-color-workaround"
+widget_class "*" style "fg-is-text-color-workaround"
+widget_class "*" style "fg-is-text-color-workaround"
+
+style "murrine-evo-new-button-workaround" {
+ engine "murrine" {
+ toolbarstyle = 0
+ }
+}
+
+widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
+
+style "inkscape-toolbar-fix" {
+ engine "murrine" {
+ gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
+ highlight_shade = 1.0
+ }
+}
+
+#widget "*GtkHandleBox*" style "inkscape-toolbar-fix"
+#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix"
+#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix"
+widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix"
+
+
+
+
+style "gimp-default-style" {
+# Uncommenting this line allows to set a different (smaller) font for GIMP.
+#
+# font_name = "sans 8"
+# Enabling the following line for some reason breaks toolbox resize
+# increment calculation. You can enable it to get an even smaller GUI
+# but need to restart GIMP after the theme change.
+#
+# GtkWidget::focus-padding = 0
+ GtkOptionMenu::indicator-size = { 15, 25 }
+ GtkOptionMenu::indicator-spacing = { 10, 8, 4, 4 }
+ GtkPaned::handle-size = 5
+ GimpDockWindow::default-height = 600
+ GimpDock::font-scale = 1.0
+ GimpMenuDock::minimal-width = 400
+ GimpToolPalette::tool-icon-size = large-toolbar
+ GimpToolPalette::button-relief = none
+ GimpDockbook::tab-border = 0
+ GimpDockbook::tab-icon-size = button
+ GimpColorNotebook::tab-border = 0
+ GimpColorNotebook::tab-icon-size = button
+ GimpDeviceEditor::handle-size = 30
+ GimpDockable::content-border = 1
+ GimpEditor::content-spacing = 1
+ GimpEditor::button-spacing = 1
+ GimpEditor::button-icon-size = button
+ GimpDataEditor::minimal-height = 150
+ GimpFrame::label-spacing = 5
+ GtkDialog::content-area-border = 2
+ GtkDialog::button-spacing = 20
+ GtkDialog::action-area-border = 25
+ GimpUnitComboBox::appears-as-list = 0
+}
+
+class "GtkWidget" style "gimp-default-style"
+style "gimp-tool-dialog-style" = "gimp-default-style"
+{
+ GtkDialog::action-area-border = 6
+}
+class "GimpToolDialog" style "gimp-tool-dialog-style"
+style "gimp-grid-view-style" = "gimp-default-style"
+{
+ bg[NORMAL] = { 1.0, 1.0, 1.0 }
+}
+widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
+style "gimp-dockable-style" = "gimp-default-style"
+{
+ GimpFrame::label-bold = 0
+ GtkButton::focus-line_width = 1
+ GtkButton::focus-padding = 0
+}
+widget "*GimpDockable.*" style "gimp-dockable-style"
+style "gimp-display-style" = "gimp-default-style"
+{
+ GimpRuler::font-scale = 1.0
+ GimpUnitComboBox::label-scale = 1.0
+ GimpScaleComboBox::label-scale = 1.0
+ GtkComboBox::arrow-size = 20
+ GtkButton::inner-border = { 0, 0, 0, 0 }
+ GtkButton::focus-line-width = 0
+ GtkButton::focus-padding = 0
+}
+widget "*GimpDisplayShell.*" style "gimp-display-style"
+style "gimp-overlay-style" = "gimp-display-style"
+{
+ GtkButton::focus-line_width = 2
+}
+widget_class "**" style "gimp-overlay-style"
+
+
+
+
+# Performance Fixes
+
+style "performance-fix" {
+ engine "murrine" {
+ textstyle = 0
+ }
+}
+
+widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape
+widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp
+widget_class "*GimpToolbox*" style "performance-fix"
+widget_class "*GimpMenuDock*" style "performance-fix"
+widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
+widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.)
+
+widget_class "*XfceHeading*" style "xfce-header"
+widget_class "*XfceDesktop*" style "xfdesktop-windowlist"
+widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
+widget "xfwm4-tabwin*" style "xfwm-tabwin"
+widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button"
+widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
+widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
+
+
+# button fg workarounds:
+widget_class "*.." style "murrine-buttonlabel"
+widget_class "***" style:highest "murrine-buttonlabel"
+widget_class "***" style:highest "clearlooks-radiocheck-label"
+widget_class "**" style "murrine-comboboxtext"
+widget_class "**" style "murrine-togglebutton"
+widget_class "*." style "murrine-radiocheck"
+widget_class "***" style:highest "murrine-entry"
+widget_class "****" style:highest "murrine-toolbutton-label"
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/._assets b/local/share/themes/rose-pine-gtk/gtk-3.0/._assets
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/._assets differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/._dist b/local/share/themes/rose-pine-gtk/gtk-3.0/._dist
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/._dist differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk-dark.css b/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk-dark.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk-dark.css differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk.css b/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk.css differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk.gresource b/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk.gresource
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk.gresource differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk.gresource.xml b/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk.gresource.xml
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/._gtk.gresource.xml differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/._thumbnail.png b/local/share/themes/rose-pine-gtk/gtk-3.0/._thumbnail.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/._thumbnail.png differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._all-assets.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._all-assets.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._all-assets.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._all-assets.txt b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._all-assets.txt
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._all-assets.txt differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._change_dpi.sh b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._change_dpi.sh
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._change_dpi.sh differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked-insensitive-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked-insensitive-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed-insensitive-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed-insensitive-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-mixed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked-insensitive-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked-insensitive-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._checkbox-unchecked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-checked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-checked-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-checked-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-unchecked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-unchecked-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-unchecked-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-unchecked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._grid-selection-unchecked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-checked-hover.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-checked-hover.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-checked-hover.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-checked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-checked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed-hover.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed-hover.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed-hover.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed-selected.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed-selected.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed-selected.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-mixed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-unchecked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-checkbox-unchecked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-checked-hover.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-checked-hover.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-checked-hover.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-checked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-checked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed-hover.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed-hover.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed-hover.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed-selected.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed-selected.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed-selected.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-mixed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-unchecked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._menuitem-radio-unchecked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle-vertical.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle-vertical.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle-vertical.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle.png b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle.png differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle@2.png b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle@2.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._pane-handle@2.png differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked-insensitive-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked-insensitive-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-checked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed-insensitive-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed-insensitive-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-mixed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-selected-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-selected-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-selected-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-selected.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-selected.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-selected.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked-insensitive-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked-insensitive-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unchecked.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected-insensitive-dark.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected-insensitive-dark.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected-insensitive.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected-insensitive.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._radio-unselected.svg differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._sed.sh b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._sed.sh
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._sed.sh differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._unsed.sh b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._unsed.sh
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/._unsed.sh differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/all-assets.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/all-assets.svg
new file mode 100644
index 00000000..6b2b9d79
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/all-assets.svg
@@ -0,0 +1,4456 @@
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/all-assets.txt b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/all-assets.txt
new file mode 100644
index 00000000..6e738e3f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/all-assets.txt
@@ -0,0 +1,38 @@
+checkbox-checked-dark
+checkbox-checked-insensitive-dark
+checkbox-checked-insensitive
+checkbox-checked
+checkbox-mixed-dark
+checkbox-mixed-insensitive-dark
+checkbox-mixed-insensitive
+checkbox-mixed
+checkbox-unchecked-dark
+checkbox-unchecked-insensitive-dark
+checkbox-unchecked-insensitive
+checkbox-unchecked
+grid-selection-checked-dark
+grid-selection-checked
+grid-selection-unchecked-dark
+grid-selection-unchecked
+menuitem-checkbox-checked-hover
+menuitem-checkbox-checked-insensitive
+menuitem-checkbox-checked
+menuitem-checkbox-mixed-hover
+menuitem-checkbox-mixed-insensitive
+menuitem-checkbox-mixed
+menuitem-radio-checked-hover
+menuitem-radio-checked-insensitive
+menuitem-radio-checked
+pane-handle
+radio-checked-dark
+radio-checked-insensitive-dark
+radio-checked-insensitive
+radio-checked
+radio-mixed-dark
+radio-mixed-insensitive-dark
+radio-mixed-insensitive
+radio-mixed
+radio-unchecked-dark
+radio-unchecked-insensitive-dark
+radio-unchecked-insensitive
+radio-unchecked
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/change_dpi.sh b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/change_dpi.sh
new file mode 100755
index 00000000..0c03497a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/change_dpi.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+for f in "$@"; do
+ rsvg-convert -d 300 -p 300 -f svg "$f" -o "${f}.bak" ; mv "${f}.bak" "$f"
+done
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked-dark.svg
new file mode 100644
index 00000000..278bd3e6
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked-dark.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg
new file mode 100644
index 00000000..681a7928
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked-insensitive.svg
new file mode 100644
index 00000000..681a7928
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked-insensitive.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked.svg
new file mode 100644
index 00000000..81ec6a05
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-checked.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed-dark.svg
new file mode 100644
index 00000000..6e46f7af
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed-dark.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg
new file mode 100644
index 00000000..17152ad2
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed-insensitive.svg
new file mode 100644
index 00000000..17152ad2
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed-insensitive.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed.svg
new file mode 100644
index 00000000..6e46f7af
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-mixed.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked-dark.svg
new file mode 100644
index 00000000..20f9373b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked-dark.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg
new file mode 100644
index 00000000..b1e34fee
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive.svg
new file mode 100644
index 00000000..b1e34fee
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked.svg
new file mode 100644
index 00000000..20f9373b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/checkbox-unchecked.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-checked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-checked-dark.svg
new file mode 100644
index 00000000..e9c93099
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-checked-dark.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-checked.svg
new file mode 100644
index 00000000..e9c93099
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-checked.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-unchecked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-unchecked-dark.svg
new file mode 100644
index 00000000..35161cb9
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-unchecked-dark.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-unchecked.svg
new file mode 100644
index 00000000..35161cb9
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/grid-selection-unchecked.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg
new file mode 100644
index 00000000..b1116f0d
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg
new file mode 100644
index 00000000..47a3b5d5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-checked.svg
new file mode 100644
index 00000000..939099ce
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-checked.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg
new file mode 100644
index 00000000..24985e6c
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg
new file mode 100644
index 00000000..9a974767
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg
new file mode 100644
index 00000000..09ebfab9
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed.svg
new file mode 100644
index 00000000..61660ca0
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-mixed.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-unchecked.svg
new file mode 100644
index 00000000..cb6c98c7
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-checkbox-unchecked.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-checked-hover.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-checked-hover.svg
new file mode 100644
index 00000000..5f5265a1
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-checked-hover.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg
new file mode 100644
index 00000000..b3b0d2b5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-checked.svg
new file mode 100644
index 00000000..016d6c1b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-checked.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed-hover.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed-hover.svg
new file mode 100644
index 00000000..5bf714c2
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed-hover.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed-insensitive.svg
new file mode 100644
index 00000000..99ac9ec3
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed-selected.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed-selected.svg
new file mode 100644
index 00000000..c8fb0f20
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed-selected.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed.svg
new file mode 100644
index 00000000..1ba944e7
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-mixed.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-unchecked.svg
new file mode 100644
index 00000000..9bc98473
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/menuitem-radio-unchecked.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle-vertical.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle-vertical.svg
new file mode 100644
index 00000000..72a1e144
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle-vertical.svg
@@ -0,0 +1,49 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle.png b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle.png
new file mode 100644
index 00000000..e67a9dc5
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle.png differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle.svg
new file mode 100644
index 00000000..34fe777a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle.svg
@@ -0,0 +1,49 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle@2.png b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle@2.png
new file mode 100644
index 00000000..8a2cd077
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/pane-handle@2.png differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked-dark.svg
new file mode 100644
index 00000000..13119faf
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked-dark.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked-insensitive-dark.svg
new file mode 100644
index 00000000..2ff0a157
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked-insensitive-dark.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked-insensitive.svg
new file mode 100644
index 00000000..2ff0a157
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked-insensitive.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked.svg
new file mode 100644
index 00000000..13119faf
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-checked.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed-dark.svg
new file mode 100644
index 00000000..acdebbfc
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed-dark.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark.svg
new file mode 100644
index 00000000..75d27250
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed-insensitive.svg
new file mode 100644
index 00000000..75d27250
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed-insensitive.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed.svg
new file mode 100644
index 00000000..acdebbfc
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-mixed.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-selected-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-selected-insensitive.svg
new file mode 100644
index 00000000..2ff0a157
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-selected-insensitive.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-selected.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-selected.svg
new file mode 100644
index 00000000..13119faf
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-selected.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked-dark.svg
new file mode 100644
index 00000000..7cf0123f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked-dark.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg
new file mode 100644
index 00000000..8dbcf708
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked-insensitive.svg
new file mode 100644
index 00000000..8dbcf708
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked.svg
new file mode 100644
index 00000000..7cf0123f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unchecked.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected-dark.svg
new file mode 100644
index 00000000..214ed944
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected-dark.svg
@@ -0,0 +1,6 @@
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected-insensitive-dark.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected-insensitive-dark.svg
new file mode 100644
index 00000000..0fdfaf46
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected-insensitive-dark.svg
@@ -0,0 +1,6 @@
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected-insensitive.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected-insensitive.svg
new file mode 100644
index 00000000..8dbcf708
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected-insensitive.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected.svg b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected.svg
new file mode 100644
index 00000000..7cf0123f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/radio-unselected.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/sed.sh b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/sed.sh
new file mode 100755
index 00000000..e58164ae
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/sed.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+sed -i \
+ -e 's/#1f1d2e/rgb(0%,0%,0%)/g' \
+ -e 's/#f0f0f3/rgb(100%,100%,100%)/g' \
+ -e 's/#191724/rgb(50%,0%,0%)/g' \
+ -e 's/#c4a7e7/rgb(0%,50%,0%)/g' \
+ -e 's/#26233a/rgb(50%,0%,50%)/g' \
+ -e 's/#c5c3ce/rgb(0%,0%,50%)/g' \
+ "$@"
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/assets/unsed.sh b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/unsed.sh
new file mode 100755
index 00000000..dc09059b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/assets/unsed.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+sed -i \
+ -e 's/rgb(0%,0%,0%)/#1f1d2e/g' \
+ -e 's/rgb(100%,100%,100%)/#f0f0f3/g' \
+ -e 's/rgb(50%,0%,0%)/#191724/g' \
+ -e 's/rgb(0%,50%,0%)/#c4a7e7/g' \
+ -e 's/rgb(0%,50.196078%,0%)/#c4a7e7/g' \
+ -e 's/rgb(50%,0%,50%)/#26233a/g' \
+ -e 's/rgb(50.196078%,0%,50.196078%)/#26233a/g' \
+ -e 's/rgb(0%,0%,50%)/#c5c3ce/g' \
+ "$@"
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/dist/._gtk-dark.css b/local/share/themes/rose-pine-gtk/gtk-3.0/dist/._gtk-dark.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/dist/._gtk-dark.css differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/dist/._gtk.css b/local/share/themes/rose-pine-gtk/gtk-3.0/dist/._gtk.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/dist/._gtk.css differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk-dark.css b/local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk-dark.css
new file mode 100644
index 00000000..9d5c86a4
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk-dark.css
@@ -0,0 +1,6356 @@
+/*$dark_shadow: #000;*/
+/*$light_shadow: #fff;*/
+/*$dark_shadow: #000;*/
+/*$light_shadow: #fff;*/
+/* dark color scheme */
+@define-color dark_bg_color #191724;
+@define-color dark_fg_color #e0def4;
+/* colormap actually used by the theme, to be overridden in other css files */
+@define-color theme_bg_color #f0f0f3;
+@define-color theme_fg_color #1f1d2e;
+@define-color theme_base_color #c5c3ce;
+@define-color theme_text_color #26233a;
+@define-color theme_selected_bg_color #c4a7e7;
+@define-color theme_selected_fg_color #191724;
+@define-color theme_tooltip_bg_color #1f1d2e;
+@define-color theme_tooltip_fg_color #f0f0f3;
+/* shadow effects */
+@define-color light_shadow #f1f1f4;
+@define-color dark_shadow #060609;
+/* misc colors used by gtk+ */
+@define-color info_fg_color #191724;
+@define-color info_bg_color #9ccfd8;
+@define-color warning_fg_color #191724;
+@define-color warning_bg_color #f6c177;
+@define-color question_fg_color #191724;
+@define-color question_bg_color #9ccfd8;
+@define-color error_fg_color #191724;
+@define-color error_bg_color #eb6f92;
+@define-color link_color #9ccfd8;
+@define-color success_color #ebbcba;
+@define-color warning_color #f6c177;
+@define-color error_color #eb6f92;
+/* widget colors */
+@define-color titlebar_bg_focused @dark_bg_color;
+@define-color titlebar_bg_unfocused @theme_bg_color;
+@define-color titlebar_fg_focused @dark_fg_color;
+@define-color titlebar_fg_unfocused mix(#1f1d2e,#f0f0f3,0.4);
+@define-color menubar_bg_color @dark_bg_color;
+@define-color menubar_fg_color @dark_fg_color;
+@define-color toolbar_bg_color @theme_bg_color;
+@define-color toolbar_fg_color @theme_fg_color;
+@define-color menu_bg_color @dark_bg_color;
+@define-color menu_fg_color @dark_fg_color;
+@define-color panel_bg_color @dark_bg_color;
+@define-color panel_fg_color @dark_fg_color;
+/* osd */
+@define-color osd_base #191724;
+@define-color osd_bg rgba(25, 23, 36, 0.8);
+@define-color osd_fg #e0def4;
+/* lightdm greeter colors */
+@define-color lightdm_bg_color #191724;
+@define-color lightdm_fg_color #e0def4;
+/* window manager colors */
+@define-color wm_bg_focused #191724;
+@define-color wm_bg_unfocused #f0f0f3;
+@define-color wm_border_focused #c4a7e7;
+@define-color wm_border_unfocused #191724;
+@define-color wm_title_focused #e0def4;
+@define-color wm_title_unfocused mix(#1f1d2e,#f0f0f3,0.4);
+@define-color wm_icons_focused #e0def4;
+@define-color wm_icons_focused_prelight #c4a7e7;
+@define-color wm_icons_focused_pressed #9a68d6;
+@define-color wm_icons_unfocused mix(#1f1d2e,#f0f0f3,0.4);
+@define-color wm_icons_unfocused_prelight #c4a7e7;
+@define-color wm_icons_unfocused_pressed #9a68d6;
+/**************
+ ! GTK settings
+***************/
+* {
+ -GtkArrow-arrow-scaling: .5;
+ -GtkExpander-expander-size: 8;
+ -GtkStatusbar-shadow-type: none;
+ -GtkToolItemGroup-expander-size: 8;
+ -GtkWindow-resize-grip-height: 0;
+ -GtkWindow-resize-grip-width: 0;
+ -WnckTasklist-fade-overlay-rect: 0;
+ -GtkWidget-cursor-color: #c5c3ce;
+ -GtkWidget-secondary-cursor-color: #c5c3ce;
+ -GtkWidget-cursor-aspect-ratio: 0.04;
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-style: dashed;
+ outline-width: 1px;
+ outline-offset: -1px;
+ outline-radius: 2px; }
+
+/*************
+ ! Base states
+ *************/
+GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, .view:selected, GtkHTML:selected, .view:selected:focus, GtkHTML:selected:focus, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .grid-child:selected, GtkFlowBox .grid-child:selected, GtkLabel:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+
+* {
+ /* hyperlinks */
+ -GtkHTML-link-color: #9ccfd8;
+ -GtkIMHtml-hyperlink-color: #9ccfd8;
+ -GtkWidget-link-color: #9ccfd8;
+ -GtkWidget-visited-link-color: #9ccfd8; }
+ *:insensitive, *:insensitive:insensitive {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ *:insensitive {
+ -gtk-image-effect: dim; }
+ *:hover {
+ -gtk-image-effect: highlight; }
+ *:link, *:visited {
+ color: #9ccfd8; }
+
+.background {
+ background-color: #f0f0f3;
+ color: #1f1d2e; }
+ .background:backdrop {
+ text-shadow: none;
+ icon-shadow: none; }
+ .background.csd {
+ background-color: #f0f0f3; }
+
+.gtkstyle-fallback {
+ background-color: rgba(240, 240, 243, 0.5);
+ color: #1f1d2e; }
+ .gtkstyle-fallback:hover {
+ background-color: white;
+ color: #1f1d2e; }
+ .gtkstyle-fallback:active {
+ background-color: #d5d5de;
+ color: #1f1d2e; }
+ .gtkstyle-fallback:insensitive {
+ background-color: #efeff2;
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+
+GtkImage, GtkImage:insensitive, GtkLabel, GtkLabel:insensitive, GtkBox, GtkBox:insensitive, GtkGrid, GtkGrid:insensitive {
+ background-color: transparent; }
+
+GtkLabel.separator {
+ color: #1f1d2e; }
+
+GtkLabel:insensitive {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+
+/*********
+ ! Buttons
+**********/
+NemoPathbarButton, column-header, .osd.button, .osd .button,
+#XfceNotifyWindow.button,
+#XfceNotifyWindow .button, .app-notification .button, .app-notification.frame .button, GtkModelButton.button, GtkModelButton.button:backdrop, GtkPopover .button, .error .button, .question .button, .warning .button, .info .button, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action, .destructive-action.button, .suggested-action.button, .header-bar .button, .toolbar .button, .button.default, .button {
+ padding: 3px 5px;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: 150ms ease;
+ outline-color: transparent;
+ -GtkWidget-focus-padding: 1;
+ -GtkWidget-focus-line-width: 0; }
+ NemoPathbarButton:focus, column-header:focus,
+ #XfceNotifyWindow.button:focus,
+ #XfceNotifyWindow .button:focus, .selection-mode.header-bar .button:focus, .selection-mode.toolbar .button:focus, .button:focus, NemoPathbarButton:hover, column-header:hover,
+ #XfceNotifyWindow.button:hover,
+ #XfceNotifyWindow .button:hover, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:hover, .button:hover, NemoPathbarButton:active, column-header:active,
+ #XfceNotifyWindow.button:active,
+ #XfceNotifyWindow .button:active, .selection-mode.header-bar .button:active, .selection-mode.toolbar .button:active, .button:active {
+ transition: none; }
+
+.linked > GtkComboBox > .button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .linked > GtkComboBox > .button:dir(ltr), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(ltr), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(ltr) {
+ border-radius: 0;
+ border-left-style: none;
+ border-right-style: solid; }
+ .linked > GtkComboBox > .button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(rtl) {
+ border-radius: 0;
+ border-right-style: none;
+ border-left-style: solid; }
+
+.linked > GtkComboBox:first-child > .button, .selection-mode.header-bar .linked > GtkComboBox:first-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:first-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:first-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:first-child, .button.linked:first-child, .selection-mode.header-bar .linked.button.suggested-action:first-child, .selection-mode.toolbar .linked.button.suggested-action:first-child, .linked .button:first-child, .linked .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .linked .button.suggested-action:first-child, .linked .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .linked .button.suggested-action:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-style: solid;
+ border-right-style: none;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .linked > GtkComboBox:first-child > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl):first-child, GtkComboBox.combobox-entry .button:dir(rtl):first-child, .button.linked:dir(rtl):first-child, .linked .button:dir(rtl):first-child {
+ border-left-style: none;
+ border-right-style: solid; }
+
+.linked > GtkComboBox:last-child > .button, .selection-mode.header-bar .linked > GtkComboBox:last-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:last-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:last-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:last-child, .button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-style: none;
+ border-right-style: solid;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0; }
+ .linked > GtkComboBox:last-child > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl):last-child, GtkComboBox.combobox-entry .button:dir(rtl):last-child, .button.linked:dir(rtl):last-child, .linked .button:dir(rtl):last-child {
+ border-left-style: solid;
+ border-right-style: none; }
+
+.linked > GtkComboBox:only-child > .button, .selection-mode.header-bar .linked > GtkComboBox:only-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:only-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:only-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:only-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px; }
+
+.header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .toolbar .button.linked, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .selection-mode.toolbar .linked .button.suggested-action, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action, .button.linked, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 0;
+ border-right-style: none;
+ border-left-style: none; }
+
+* {
+ -GtkButton-child-displacement-x: 0;
+ -GtkButton-child-displacement-y: 0;
+ -GtkButton-default-border: 0;
+ -GtkButton-image-spacing: 0;
+ -GtkButton-inner-border: 1;
+ -GtkButton-interior-focus: true;
+ -GtkButtonBox-child-min-height: 24;
+ -GtkButtonBox-child-internal-pad-y: 1;
+ -GtkToolButton-icon-spacing: 6; }
+
+.notebook tab .button, .notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .notebook tab .button.suggested-action, .notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .notebook tab .button.suggested-action, .error .button.close, .error .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .error .close.button.suggested-action, .error .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .error .close.button.suggested-action, .question .button.close, .question .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .question .close.button.suggested-action, .question .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .question .close.button.suggested-action, .warning .button.close, .warning .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .warning .close.button.suggested-action, .warning .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .warning .close.button.suggested-action, .info .button.close, .info .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .info .close.button.suggested-action, .info .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .info .close.button.suggested-action {
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+ .notebook tab .button:focus, .notebook tab .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .notebook tab .button.suggested-action:focus, .notebook tab .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .notebook tab .button.suggested-action:focus, .error .button.close:focus, .question .button.close:focus, .warning .button.close:focus, .info .button.close:focus, .notebook tab .button:hover, .notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .notebook tab .button.suggested-action:hover, .notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .notebook tab .button.suggested-action:hover, .error .button.close:hover, .question .button.close:hover, .warning .button.close:hover, .info .button.close:hover {
+ border: 1px solid rgba(12, 12, 18, 0.3);
+ background-color: rgba(242, 242, 244, 0.2);
+ background-image: none;
+ box-shadow: none; }
+ .notebook tab .button:active, .notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .notebook tab .button.suggested-action:active, .notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .notebook tab .button.suggested-action:active, .error .button.close:active, .question .button.close:active, .warning .button.close:active, .info .button.close:active, .notebook tab .button:checked, .notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .notebook tab .button.suggested-action:checked, .notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .notebook tab .button.suggested-action:checked, .error .button.close:checked, .question .button.close:checked, .warning .button.close:checked, .info .button.close:checked {
+ border: 1px solid rgba(12, 12, 18, 0.3);
+ background-color: rgba(12, 12, 18, 0.1);
+ background-image: none;
+ box-shadow: none; }
+
+.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
+ background-color: #e0def4;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover {
+ border-color: #8e57d1; }
+ .button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button:active:hover, .button:active:focus, .button:active:hover:focus, .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:checked:hover, .button:checked:focus, .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action {
+ border-color: rgba(224, 222, 244, 0);
+ color: #191724;
+ background-color: rgba(224, 222, 244, 0);
+ background-image: none;
+ box-shadow: none; }
+ .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:hover {
+ background-color: #f0effa;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .button:hover:focus, .button:hover:hover, .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.toolbar .button.suggested-action:hover:hover, .button.flat:hover:focus, .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .button:hover:active:focus, .button.flat:hover:active:focus, .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .button:hover:checked:focus, .button.flat:hover:checked:focus, .button.flat:hover:active, .button.flat:hover:active:hover:focus, .button.flat:hover:checked, .button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .button:hover:insensitive, .selection-mode.header-bar .button.suggested-action:hover:insensitive, .selection-mode.toolbar .button.suggested-action:hover:insensitive, .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .button:hover:active:insensitive, .button:hover:checked:insensitive, .button.flat:hover:active:insensitive, .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button.flat:focus {
+ background-color: #f0effa;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .button:focus:hover, .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.toolbar .button.suggested-action:focus:hover, .button.flat:focus:hover {
+ background-color: white;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .button:focus:hover:hover, .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .button:focus:hover:active, .button.flat:focus:hover:active, .button.flat:focus:hover:active:focus, .button:focus:hover:checked, .button.flat:focus:hover:checked, .button.flat:focus:hover:checked:focus, .button.flat:focus:hover:active:hover:focus, .button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .button:focus:hover:insensitive, .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .button:focus:hover:active:insensitive, .button:focus:hover:checked:insensitive, .button.flat:focus:hover:active:insensitive, .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button.flat:checked, .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover {
+ border-color: #8e57d1; }
+ .button:active:checked, .button:active:checked:hover, .button:active:checked:focus, .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .button.flat:active:checked, .button.flat:active:checked:hover, .button.flat:active:checked:focus, .button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive, .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button.flat:checked:insensitive, .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .button:active:checked:insensitive, .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:focus, .button.flat:hover {
+ color: #191724; }
+ .button:insensitive:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#e0def4,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#e0def4,#191724,0.6);
+ box-shadow: none; }
+ .button:insensitive:insensitive :insensitive, .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#e0def4,#191724,0.6); }
+ .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .button:active:insensitive:insensitive, .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(224, 222, 244, 0.9); }
+ .button.separator:insensitive, .selection-mode.header-bar .separator.button.suggested-action:insensitive, .selection-mode.toolbar .separator.button.suggested-action:insensitive, .button .separator:insensitive, .selection-mode.header-bar .button.suggested-action .separator:insensitive, .selection-mode.toolbar .button.suggested-action .separator:insensitive {
+ color: rgba(224, 222, 244, 0.85); }
+ .button.default, .selection-mode.header-bar .default.button.suggested-action, .selection-mode.toolbar .default.button.suggested-action {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover {
+ border-color: #8e57d1; }
+ .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default:active:hover, .button.default:active:focus, .button.default:active:hover:focus, .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:checked:hover, .button.default:checked:focus, .button.default:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .button.default:insensitive, .selection-mode.header-bar .default.button.suggested-action:insensitive, .selection-mode.toolbar .default.button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .button.default:active:insensitive, .button.default:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .button.default.flat, .selection-mode.header-bar .default.flat.button.suggested-action, .selection-mode.toolbar .default.flat.button.suggested-action {
+ border-color: rgba(196, 167, 231, 0);
+ color: #191724;
+ background-color: rgba(196, 167, 231, 0);
+ background-image: none;
+ box-shadow: none; }
+ .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .button.default:hover:focus, .button.default:hover:hover, .button.default.flat:hover:focus, .button.default.flat:hover:hover {
+ border-color: #8e57d1; }
+ .button.default:hover:active, .button.default:hover:active:focus, .button.default.flat:hover:active:focus, .button.default:hover:checked, .button.default:hover:checked:focus, .button.default.flat:hover:checked:focus, .button.default.flat:hover:active, .button.default.flat:hover:active:hover:focus, .button.default.flat:hover:checked, .button.default.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .button.default:hover:insensitive, .button.default.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .button.default:hover:active:insensitive, .button.default:hover:checked:insensitive, .button.default.flat:hover:active:insensitive, .button.default.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default.flat:focus {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .button.default:focus:hover, .button.default.flat:focus:hover {
+ background-color: #d9c6f0;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .button.default:focus:hover:hover, .button.default.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .button.default:focus:hover:active, .button.default.flat:focus:hover:active, .button.default.flat:focus:hover:active:focus, .button.default:focus:hover:checked, .button.default.flat:focus:hover:checked, .button.default.flat:focus:hover:checked:focus, .button.default.flat:focus:hover:active:hover:focus, .button.default.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .button.default:focus:hover:insensitive, .button.default.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .button.default:focus:hover:active:insensitive, .button.default:focus:hover:checked:insensitive, .button.default.flat:focus:hover:active:insensitive, .button.default.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default.flat:checked, .button.default.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover {
+ border-color: #8e57d1; }
+ .button.default:active:checked, .button.default:active:checked:hover, .button.default:active:checked:focus, .button.default:active:checked:hover:focus, .button.default.flat:active:checked, .button.default.flat:active:checked:hover, .button.default.flat:active:checked:focus, .button.default.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .button.default:checked:insensitive, .button.default:active:insensitive, .button.default.flat:checked:insensitive, .button.default.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .button.default:active:checked:insensitive, .button.default.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:focus, .button.default.flat:hover {
+ color: #191724; }
+ .button.default:insensitive:insensitive, .button.default.flat:insensitive:insensitive {
+ background-color: alpha(mix(#c4a7e7,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#c4a7e7,#191724,0.6);
+ box-shadow: none; }
+ .button.default:insensitive:insensitive :insensitive, .button.default.flat:insensitive:insensitive :insensitive {
+ color: mix(#c4a7e7,#191724,0.6); }
+ .button.default:active:insensitive, .button.default:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .button.default:active:insensitive:insensitive, .button.default:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .button.default.separator, .selection-mode.header-bar .default.separator.button.suggested-action, .selection-mode.toolbar .default.separator.button.suggested-action, .button.default .separator, .selection-mode.header-bar .default.button.suggested-action .separator, .selection-mode.toolbar .default.button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(196, 167, 231, 0.9); }
+ .button.default.separator:insensitive, .button.default .separator:insensitive {
+ color: rgba(196, 167, 231, 0.85); }
+ .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .linked .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .button.linked:focus, .selection-mode.header-bar .linked.button.suggested-action:focus, .selection-mode.toolbar .linked.button.suggested-action:focus, .button.linked:hover, .selection-mode.header-bar .linked.button.suggested-action:hover, .selection-mode.toolbar .linked.button.suggested-action:hover, .linked .button:focus, .linked .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .linked .button.suggested-action:focus, .linked .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .linked .button.suggested-action:focus, .linked .button:hover, .linked .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .linked .button.suggested-action:hover, .linked .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .linked .button.suggested-action:hover {
+ box-shadow: inset -1px 0 #8e57d1, 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .button.linked:active:hover, .button.linked:active:focus, .button.linked:active:hover:focus, .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .button.linked:checked:hover, .button.linked:checked:focus, .button.linked:checked:hover:focus, .linked .button:active, .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .linked .button.suggested-action:active, .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .linked .button:active:hover, .linked .button:active:focus, .linked .button:active:hover:focus, .linked .button:checked, .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .linked .button:checked:hover, .linked .button:checked:focus, .linked .button:checked:hover:focus {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ .button.linked:insensitive, .selection-mode.header-bar .linked.button.suggested-action:insensitive, .selection-mode.toolbar .linked.button.suggested-action:insensitive, .linked .button:insensitive, .linked .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .linked .button.suggested-action:insensitive, .linked .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .linked .button.suggested-action:insensitive {
+ box-shadow: inset -1px 0 #9e98dd; }
+ .button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .button.linked:last-child:hover, .button.linked:only-child:hover, .linked .button:last-child:hover, .linked .button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .button.linked:insensitive:last-child, .button.linked:insensitive:only-child, .button.linked:active:insensitive:last-child, .button.linked:active:insensitive:only-child, .button.linked:checked:insensitive:last-child, .button.linked:checked:insensitive:only-child, .linked .button:insensitive:last-child, .linked .button:insensitive:only-child, .linked .button:active:insensitive:last-child, .linked .button:active:insensitive:only-child, .linked .button:checked:insensitive:last-child, .linked .button:checked:insensitive:only-child {
+ box-shadow: none; }
+ .button.linked:active:last-child, .button.linked:active:last-child:focus, .button.linked:active:last-child:hover, .button.linked:active:last-child:hover:focus, .button.linked:checked:last-child, .button.linked:checked:last-child:focus, .button.linked:checked:last-child:hover, .button.linked:checked:last-child:hover:focus, .linked .button:active:last-child, .linked .button:active:last-child:focus, .linked .button:active:last-child:hover, .linked .button:active:last-child:hover:focus, .linked .button:checked:last-child, .linked .button:checked:last-child:focus, .linked .button:checked:last-child:hover, .linked .button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .button.linked:active:only-child, .button.linked:active:only-child:focus, .button.linked:active:only-child:hover, .button.linked:active:only-child:hover:focus, .button.linked:checked:only-child, .button.linked:checked:only-child:focus, .button.linked:checked:only-child:hover, .button.linked:checked:only-child:hover:focus, .linked .button:active:only-child, .linked .button:active:only-child:focus, .linked .button:active:only-child:hover, .linked .button:active:only-child:hover:focus, .linked .button:checked:only-child, .linked .button:checked:only-child:focus, .linked .button:checked:only-child:hover, .linked .button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .spinbutton .button, .spinbutton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton .button.suggested-action, .spinbutton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton .button.suggested-action {
+ color: mix(#26233a,#c5c3ce,0.4);
+ padding: 3px 6px;
+ border: 0;
+ border-radius: 0;
+ border-style: none;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: inset 1px 0 #b0adbc; }
+ .spinbutton .button:insensitive, .spinbutton .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .spinbutton .button.suggested-action:insensitive, .spinbutton .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .spinbutton .button.suggested-action:insensitive {
+ color: mix(#26233a,#c5c3ce,0.7);
+ box-shadow: inset 1px 0 #a5a2b3; }
+ .spinbutton .button:active, .spinbutton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .spinbutton .button.suggested-action:active, .spinbutton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .spinbutton .button.suggested-action:active, .spinbutton .button:checked, .spinbutton .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .spinbutton .button.suggested-action:checked, .spinbutton .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .spinbutton .button.suggested-action:checked, .spinbutton .button:hover, .spinbutton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .spinbutton .button.suggested-action:hover, .spinbutton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .spinbutton .button.suggested-action:hover {
+ color: #26233a; }
+ .spinbutton .button:first-child, .spinbutton .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .spinbutton .button.suggested-action:first-child, .spinbutton .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .spinbutton .button.suggested-action:first-child {
+ border-radius: 2px 0 0 2px;
+ box-shadow: none; }
+ .spinbutton .button:last-child, .spinbutton .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .spinbutton .button.suggested-action:last-child, .spinbutton .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .spinbutton .button.suggested-action:last-child {
+ border-radius: 0 2px 2px 0; }
+ .spinbutton .button:dir(rtl), .spinbutton .selection-mode.header-bar .button.suggested-action:dir(rtl), .selection-mode.header-bar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .selection-mode.toolbar .button.suggested-action:dir(rtl), .selection-mode.toolbar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .linked > GtkComboBox > .button:dir(rtl) {
+ box-shadow: inset -1px 0 #b0adbc; }
+ .spinbutton.vertical .button, .spinbutton.vertical .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton.vertical .button.suggested-action, .spinbutton.vertical .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton.vertical .button.suggested-action {
+ border: 1px solid #babac8;
+ border-radius: 2px;
+ background-color: white;
+ background-image: none;
+ color: #1f1d2e;
+ box-shadow: none; }
+ .spinbutton.vertical .button:hover {
+ border-color: #a0a0b3;
+ background-color: white;
+ background-image: none; }
+ .spinbutton.vertical .button:active, .spinbutton.vertical .button:checked {
+ border-color: #babac8;
+ background-color: #e3e3e8;
+ background-image: none; }
+ .spinbutton.vertical .button:active:hover, .spinbutton.vertical .button:checked:hover {
+ border-color: #a0a0b3; }
+ .spinbutton.vertical .button:focus, .spinbutton.vertical .button:hover:focus, .spinbutton.vertical .button:active:focus, .spinbutton.vertical .button:active:hover:focus {
+ border-color: #a0a0b3; }
+ .spinbutton.vertical .button:insensitive {
+ border-color: #c8c8d3;
+ background-color: #d5d5de;
+ background-image: none; }
+ .spinbutton.vertical .button:first-child {
+ border-width: 1px;
+ border-bottom-width: 0;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ .spinbutton.vertical .button:last-child {
+ border-width: 1px;
+ border-top-width: 0;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+ .button .spinbutton.vertical.entry {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 0; }
+
+/******************
+! ComboBoxes *
+*******************/
+GtkComboBox > .button, .selection-mode.header-bar GtkComboBox > .button.suggested-action, .selection-mode.toolbar GtkComboBox > .button.suggested-action {
+ padding: 1px 4px;
+ -GtkComboBox-arrow-scaling: .5;
+ -GtkComboBox-shadow-type: none; }
+
+GtkComboBox .separator {
+ /* always disable separators */
+ -GtkWidget-wide-separators: true;
+ -GtkWidget-horizontal-separator: 0;
+ -GtkWidget-vertical-separator: 0;
+ border-style: none; }
+
+.linked > GtkComboBox menu menuitem {
+ padding: 3px 5px; }
+
+/*********
+ ! Entry *
+**********/
+.entry.linked, .linked .entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0; }
+ .entry.linked:first-child, .linked .entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .entry.linked:last-child, .linked .entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .entry.linked:only-child, .linked .entry:only-child {
+ border-width: 1px;
+ border-radius: 2px; }
+
+GtkPopover .entry, .menuitem .entry, .entry {
+ padding: 2px 3px;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: border 150ms ease;
+ box-shadow: inset 1px 1px rgba(6, 6, 9, 0.06), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .entry:focus, .entry:hover, .entry:active {
+ transition: none; }
+ .entry:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ .entry:insensitive {
+ box-shadow: none; }
+ .progressbar.entry {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-width: 0;
+ border-radius: 2px;
+ color: #191724; }
+ .image.left.entry {
+ padding-right: 3px; }
+
+.entry {
+ background-color: #c5c3ce;
+ background-image: none;
+ border-color: #9a97aa;
+ color: #26233a; }
+ .entry:focus, .entry:hover {
+ border-color: #8e57d1; }
+ .entry:active, .entry:active:hover, .entry:active:focus, .entry:active:hover:focus, .entry:checked, .entry:checked:hover, .entry:checked:focus, .entry:checked:hover:focus {
+ border-color: #858198; }
+ .entry:insensitive {
+ border-color: #a5a2b3; }
+ .entry:active:insensitive, .entry:checked:insensitive {
+ border-color: #9a97aa; }
+ .entry:focus, .entry:active {
+ border-color: #c4a7e7; }
+ .entry:insensitive {
+ background-color: #b0adbc;
+ background-image: none;
+ color: mix(#c5c3ce,#26233a,0.5); }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Toolbar
+**********/
+.toolbar {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: #babac8;
+ padding: 6px;
+ color: #1f1d2e;
+ padding: 2px;
+ border-style: none; }
+ .toolbar:focus, .toolbar:hover {
+ border-color: #8e57d1; }
+ .toolbar:active, .toolbar:active:hover, .toolbar:active:focus, .toolbar:active:hover:focus, .toolbar:checked, .toolbar:checked:hover, .toolbar:checked:focus, .toolbar:checked:hover:focus {
+ border-color: #a0a0b3; }
+ .toolbar:insensitive {
+ border-color: #c8c8d3; }
+ .toolbar:active:insensitive, .toolbar:checked:insensitive {
+ border-color: #babac8; }
+ .toolbar:insensitive {
+ background-color: #d5d5de;
+ background-image: none;
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ .toolbar .title {
+ font: bold;
+ padding: 0 6px; }
+ .toolbar .subtitle {
+ font: smaller;
+ padding: 0 6px; }
+ .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.22);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover {
+ border-color: #8e57d1; }
+ .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button:active:hover, .toolbar .button:active:focus, .toolbar .button:active:hover:focus, .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:checked:hover, .toolbar .button:checked:focus, .toolbar .button:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.22); }
+ .toolbar .button:insensitive, .toolbar .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive {
+ border-color: rgba(26, 25, 39, 0.22); }
+ .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.22); }
+ .toolbar .button.flat, .toolbar .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .toolbar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action {
+ border-color: rgba(240, 240, 243, 0);
+ color: #1f1d2e;
+ background-color: rgba(240, 240, 243, 0);
+ background-image: none;
+ box-shadow: none; }
+ .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:hover {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.3);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .toolbar .button:hover:focus, .toolbar .button:hover:hover, .toolbar .button.flat:hover:focus, .toolbar .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .toolbar .button:hover:active, .toolbar .button:hover:active:focus, .toolbar .button.flat:hover:active:focus, .toolbar .button:hover:checked, .toolbar .button:hover:checked:focus, .toolbar .button.flat:hover:checked:focus, .toolbar .button.flat:hover:active, .toolbar .button.flat:hover:active:hover:focus, .toolbar .button.flat:hover:checked, .toolbar .button.flat:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.3); }
+ .toolbar .button:hover:insensitive, .toolbar .button.flat:hover:insensitive {
+ border-color: rgba(26, 25, 39, 0.3); }
+ .toolbar .button:hover:active:insensitive, .toolbar .button:hover:checked:insensitive, .toolbar .button.flat:hover:active:insensitive, .toolbar .button.flat:hover:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.3); }
+ .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button.flat:focus {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(31, 29, 46, 0.22);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .toolbar .button:focus:hover, .toolbar .button.flat:focus:hover {
+ background-color: white;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .toolbar .button:focus:hover:hover, .toolbar .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .toolbar .button:focus:hover:active, .toolbar .button.flat:focus:hover:active, .toolbar .button.flat:focus:hover:active:focus, .toolbar .button:focus:hover:checked, .toolbar .button.flat:focus:hover:checked, .toolbar .button.flat:focus:hover:checked:focus, .toolbar .button.flat:focus:hover:active:hover:focus, .toolbar .button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.3); }
+ .toolbar .button:focus:hover:insensitive, .toolbar .button.flat:focus:hover:insensitive {
+ border-color: rgba(26, 25, 39, 0.3); }
+ .toolbar .button:focus:hover:active:insensitive, .toolbar .button:focus:hover:checked:insensitive, .toolbar .button.flat:focus:hover:active:insensitive, .toolbar .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.3); }
+ .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button.flat:checked, .toolbar .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(31, 29, 46, 0.06), inset 0 1px rgba(31, 29, 46, 0.07), inset -1px 0 rgba(31, 29, 46, 0.06), inset 0 -1px rgba(31, 29, 46, 0.05); }
+ .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover {
+ border-color: #8e57d1; }
+ .toolbar .button:checked:active, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .toolbar .button:checked:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .toolbar .button:checked:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .toolbar .button:checked:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .toolbar .button:checked:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .toolbar .button:checked:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .toolbar .button:checked:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .toolbar .button:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .toolbar .button:active:active, .toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .toolbar .button:active:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .toolbar .button:active:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .toolbar .button:active:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .toolbar .button:active:checked, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .toolbar .button:active:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .toolbar .button:active:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .toolbar .button:active:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .toolbar .button.flat:checked:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .toolbar .button.flat:checked:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .toolbar .button.flat:checked:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .toolbar .button.flat:checked:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .toolbar .button.flat:checked:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .toolbar .button.flat:checked:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .toolbar .button.flat:checked:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .toolbar .button.flat:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .toolbar .button.flat:active:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .toolbar .button.flat:active:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .toolbar .button.flat:active:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .toolbar .button.flat:active:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .toolbar .button.flat:active:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .toolbar .button.flat:active:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .toolbar .button.flat:active:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .toolbar .button.flat:active:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.22); }
+ .toolbar .button:checked:insensitive, .toolbar .button:active:insensitive, .toolbar .button.flat:checked:insensitive, .toolbar .button.flat:active:insensitive {
+ border-color: rgba(26, 25, 39, 0.22); }
+ .toolbar .button:active:checked:insensitive, .toolbar .button.flat:active:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.22); }
+ .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:focus, .toolbar .button.flat:hover {
+ color: #1f1d2e; }
+ .toolbar .button:insensitive:insensitive, .toolbar .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#f0f0f3,#1f1d2e,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#f0f0f3,#1f1d2e,0.6);
+ box-shadow: none; }
+ .toolbar .button:insensitive:insensitive :insensitive, .toolbar .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#f0f0f3,#1f1d2e,0.6); }
+ .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .toolbar .button:active:insensitive:insensitive, .toolbar .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .toolbar .button.separator, .toolbar .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .toolbar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .toolbar .button .separator, .toolbar .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .toolbar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(240, 240, 243, 0.9); }
+ .toolbar .button.separator:insensitive, .toolbar .button .separator:insensitive {
+ color: rgba(240, 240, 243, 0.85); }
+ .toolbar .button.linked, .toolbar .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.header-bar .toolbar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .toolbar .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .linked .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .toolbar .button.linked:focus, .toolbar .button.linked:hover, .toolbar .linked .button:focus, .toolbar .linked .button:hover {
+ box-shadow: inset -1px 0 #8e57d1, 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .toolbar .button.linked:active, .toolbar .button.linked:active:hover, .toolbar .button.linked:active:focus, .toolbar .button.linked:active:hover:focus, .toolbar .button.linked:checked, .toolbar .button.linked:checked:hover, .toolbar .button.linked:checked:focus, .toolbar .button.linked:checked:hover:focus, .toolbar .linked .button:active, .toolbar .linked .button:active:hover, .toolbar .linked .button:active:focus, .toolbar .linked .button:active:hover:focus, .toolbar .linked .button:checked, .toolbar .linked .button:checked:hover, .toolbar .linked .button:checked:focus, .toolbar .linked .button:checked:hover:focus {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ .toolbar .button.linked:insensitive, .toolbar .linked .button:insensitive {
+ box-shadow: inset -1px 0 #babac8; }
+ .toolbar .button.linked:last-child, .toolbar .button.linked:only-child, .toolbar .linked .button:last-child, .toolbar .linked .button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .toolbar .button.linked:last-child:hover, .toolbar .button.linked:only-child:hover, .toolbar .linked .button:last-child:hover, .toolbar .linked .button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .toolbar .button.linked:insensitive:last-child, .toolbar .button.linked:insensitive:only-child, .toolbar .button.linked:active:insensitive:last-child, .toolbar .button.linked:active:insensitive:only-child, .toolbar .button.linked:checked:insensitive:last-child, .toolbar .button.linked:checked:insensitive:only-child, .toolbar .linked .button:insensitive:last-child, .toolbar .linked .button:insensitive:only-child, .toolbar .linked .button:active:insensitive:last-child, .toolbar .linked .button:active:insensitive:only-child, .toolbar .linked .button:checked:insensitive:last-child, .toolbar .linked .button:checked:insensitive:only-child {
+ box-shadow: none; }
+ .toolbar .button.linked:active:last-child, .toolbar .button.linked:active:last-child:focus, .toolbar .button.linked:active:last-child:hover, .toolbar .button.linked:active:last-child:hover:focus, .toolbar .button.linked:checked:last-child, .toolbar .button.linked:checked:last-child:focus, .toolbar .button.linked:checked:last-child:hover, .toolbar .button.linked:checked:last-child:hover:focus, .toolbar .linked .button:active:last-child, .toolbar .linked .button:active:last-child:focus, .toolbar .linked .button:active:last-child:hover, .toolbar .linked .button:active:last-child:hover:focus, .toolbar .linked .button:checked:last-child, .toolbar .linked .button:checked:last-child:focus, .toolbar .linked .button:checked:last-child:hover, .toolbar .linked .button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .toolbar .button.linked:active:only-child, .toolbar .button.linked:active:only-child:focus, .toolbar .button.linked:active:only-child:hover, .toolbar .button.linked:active:only-child:hover:focus, .toolbar .button.linked:checked:only-child, .toolbar .button.linked:checked:only-child:focus, .toolbar .button.linked:checked:only-child:hover, .toolbar .button.linked:checked:only-child:hover:focus, .toolbar .linked .button:active:only-child, .toolbar .linked .button:active:only-child:focus, .toolbar .linked .button:active:only-child:hover, .toolbar .linked .button:active:only-child:hover:focus, .toolbar .linked .button:checked:only-child, .toolbar .linked .button:checked:only-child:focus, .toolbar .linked .button:checked:only-child:hover, .toolbar .linked .button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .toolbar GtkComboBox, .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
+ padding: 2px; }
+ .toolbar GtkComboBox.text-button, .toolbar .button.text-button, .toolbar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .toolbar .text-button.button.suggested-action, .selection-mode.toolbar .text-button.button.suggested-action {
+ padding: 3px; }
+ .toolbar GtkComboBox.image-button, .toolbar .button.image-button, .toolbar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .toolbar .image-button.button.suggested-action, .selection-mode.toolbar .image-button.button.suggested-action {
+ padding: 4px 2px 4px 3px; }
+ .toolbar GtkSeparatorToolItem, .toolbar .separator, .toolbar .separator:insensitive {
+ color: #d5d5de;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .toolbar .menubar {
+ -GtkToolbar-button-relief: normal; }
+ .toolbar.inline-toolbar {
+ background-image: none;
+ background-color: transparent; }
+ .toolbar GtkToolButton:insensitive GtkButton:insensitive,
+ .toolbar GtkToolButton:insensitive GtkButton:insensitive.button,
+ .toolbar GtkToolButton:insensitive .selection-mode.header-bar .button.suggested-action:insensitive,
+ .selection-mode.header-bar .toolbar GtkToolButton:insensitive .button.suggested-action:insensitive,
+ .selection-mode.toolbar GtkToolButton:insensitive .button.suggested-action:insensitive,
+ .toolbar GtkToolButton:insensitive GtkButton:insensitive.flat.button,
+ .toolbar GtkToolButton:insensitive .selection-mode.header-bar .flat.button.suggested-action,
+ .selection-mode.header-bar .toolbar GtkToolButton:insensitive .flat.button.suggested-action,
+ .selection-mode.toolbar GtkToolButton:insensitive .flat.button.suggested-action {
+ background-color: #f0f0f3; }
+
+.header-bar {
+ background-color: #191724;
+ background-image: none;
+ border-color: #14121d;
+ padding: 6px;
+ color: #e0def4;
+ border-width: 0 0 1px;
+ border-style: solid; }
+ .header-bar:focus, .header-bar:hover {
+ border-color: #8e57d1; }
+ .header-bar:active, .header-bar:active:hover, .header-bar:active:focus, .header-bar:active:hover:focus, .header-bar:checked, .header-bar:checked:hover, .header-bar:checked:focus, .header-bar:checked:hover:focus {
+ border-color: #121019; }
+ .header-bar:insensitive {
+ border-color: #15141f; }
+ .header-bar:active:insensitive, .header-bar:checked:insensitive {
+ border-color: #14121d; }
+ .header-bar:insensitive {
+ background-color: #171520;
+ background-image: none;
+ color: mix(#e0def4,#191724,0.5); }
+ .header-bar .title {
+ font: bold;
+ padding: 0 6px; }
+ .header-bar .subtitle {
+ font: smaller;
+ padding: 0 6px; }
+ .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.22);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover {
+ border-color: #8e57d1; }
+ .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button:active:hover, .header-bar .button:active:focus, .header-bar .button:active:hover:focus, .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:checked:hover, .header-bar .button:checked:focus, .header-bar .button:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.22); }
+ .header-bar .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .header-bar .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .header-bar .button.suggested-action:insensitive {
+ border-color: rgba(26, 25, 39, 0.22); }
+ .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.22); }
+ .header-bar .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .header-bar .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .header-bar .flat.button.suggested-action {
+ border-color: rgba(240, 240, 243, 0);
+ color: #1f1d2e;
+ background-color: rgba(240, 240, 243, 0);
+ background-image: none;
+ box-shadow: none; }
+ .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:hover {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.3);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .header-bar .button:hover:focus, .header-bar .button:hover:hover, .header-bar .button.flat:hover:focus, .header-bar .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .header-bar .button:hover:active, .header-bar .button:hover:active:focus, .header-bar .button.flat:hover:active:focus, .header-bar .button:hover:checked, .header-bar .button:hover:checked:focus, .header-bar .button.flat:hover:checked:focus, .header-bar .button.flat:hover:active, .header-bar .button.flat:hover:active:hover:focus, .header-bar .button.flat:hover:checked, .header-bar .button.flat:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.3); }
+ .header-bar .button:hover:insensitive, .header-bar .button.flat:hover:insensitive {
+ border-color: rgba(26, 25, 39, 0.3); }
+ .header-bar .button:hover:active:insensitive, .header-bar .button:hover:checked:insensitive, .header-bar .button.flat:hover:active:insensitive, .header-bar .button.flat:hover:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.3); }
+ .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button.flat:focus {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(31, 29, 46, 0.22);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .header-bar .button:focus:hover, .header-bar .button.flat:focus:hover {
+ background-color: white;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .header-bar .button:focus:hover:hover, .header-bar .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .header-bar .button:focus:hover:active, .header-bar .button.flat:focus:hover:active, .header-bar .button.flat:focus:hover:active:focus, .header-bar .button:focus:hover:checked, .header-bar .button.flat:focus:hover:checked, .header-bar .button.flat:focus:hover:checked:focus, .header-bar .button.flat:focus:hover:active:hover:focus, .header-bar .button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.3); }
+ .header-bar .button:focus:hover:insensitive, .header-bar .button.flat:focus:hover:insensitive {
+ border-color: rgba(26, 25, 39, 0.3); }
+ .header-bar .button:focus:hover:active:insensitive, .header-bar .button:focus:hover:checked:insensitive, .header-bar .button.flat:focus:hover:active:insensitive, .header-bar .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.3); }
+ .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button.flat:checked, .header-bar .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(31, 29, 46, 0.06), inset 0 1px rgba(31, 29, 46, 0.07), inset -1px 0 rgba(31, 29, 46, 0.06), inset 0 -1px rgba(31, 29, 46, 0.05); }
+ .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover {
+ border-color: #8e57d1; }
+ .header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active, .header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover, .header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:focus, .header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked, .header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover, .header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:focus, .header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .header-bar .button.suggested-action:active:active, .header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover, .header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:focus, .header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover:focus, .header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked, .header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover, .header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:focus, .header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active, .header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked, .header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active, .header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover, .header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:focus, .header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked, .header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.22); }
+ .header-bar .button:checked:insensitive, .header-bar .button:active:insensitive, .header-bar .button.flat:checked:insensitive, .header-bar .button.flat:active:insensitive {
+ border-color: rgba(26, 25, 39, 0.22); }
+ .header-bar .button:active:checked:insensitive, .header-bar .button.flat:active:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.22); }
+ .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:focus, .header-bar .button.flat:hover {
+ color: #1f1d2e; }
+ .header-bar .button:insensitive:insensitive, .header-bar .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#f0f0f3,#1f1d2e,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#f0f0f3,#1f1d2e,0.6);
+ box-shadow: none; }
+ .header-bar .button:insensitive:insensitive :insensitive, .header-bar .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#f0f0f3,#1f1d2e,0.6); }
+ .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .header-bar .button:active:insensitive:insensitive, .header-bar .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .header-bar .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .header-bar .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .header-bar .separator.button.suggested-action, .header-bar .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .header-bar .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .header-bar .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(240, 240, 243, 0.9); }
+ .header-bar .button.separator:insensitive, .header-bar .button .separator:insensitive {
+ color: rgba(240, 240, 243, 0.85); }
+ .header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .selection-mode.toolbar .linked.button.suggested-action, .selection-mode.toolbar .header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .header-bar .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .linked .button.suggested-action {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .header-bar .button.linked:focus, .header-bar .button.linked:hover, .header-bar .linked .button:focus, .header-bar .linked .button:hover {
+ box-shadow: inset -1px 0 #8e57d1, 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .header-bar .button.linked:active, .header-bar .button.linked:active:hover, .header-bar .button.linked:active:focus, .header-bar .button.linked:active:hover:focus, .header-bar .button.linked:checked, .header-bar .button.linked:checked:hover, .header-bar .button.linked:checked:focus, .header-bar .button.linked:checked:hover:focus, .header-bar .linked .button:active, .header-bar .linked .button:active:hover, .header-bar .linked .button:active:focus, .header-bar .linked .button:active:hover:focus, .header-bar .linked .button:checked, .header-bar .linked .button:checked:hover, .header-bar .linked .button:checked:focus, .header-bar .linked .button:checked:hover:focus {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ .header-bar .button.linked:insensitive, .header-bar .linked .button:insensitive {
+ box-shadow: inset -1px 0 #babac8; }
+ .header-bar .button.linked:last-child, .header-bar .button.linked:only-child, .header-bar .linked .button:last-child, .header-bar .linked .button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .header-bar .button.linked:last-child:hover, .header-bar .button.linked:only-child:hover, .header-bar .linked .button:last-child:hover, .header-bar .linked .button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .header-bar .button.linked:insensitive:last-child, .header-bar .button.linked:insensitive:only-child, .header-bar .button.linked:active:insensitive:last-child, .header-bar .button.linked:active:insensitive:only-child, .header-bar .button.linked:checked:insensitive:last-child, .header-bar .button.linked:checked:insensitive:only-child, .header-bar .linked .button:insensitive:last-child, .header-bar .linked .button:insensitive:only-child, .header-bar .linked .button:active:insensitive:last-child, .header-bar .linked .button:active:insensitive:only-child, .header-bar .linked .button:checked:insensitive:last-child, .header-bar .linked .button:checked:insensitive:only-child {
+ box-shadow: none; }
+ .header-bar .button.linked:active:last-child, .header-bar .button.linked:active:last-child:focus, .header-bar .button.linked:active:last-child:hover, .header-bar .button.linked:active:last-child:hover:focus, .header-bar .button.linked:checked:last-child, .header-bar .button.linked:checked:last-child:focus, .header-bar .button.linked:checked:last-child:hover, .header-bar .button.linked:checked:last-child:hover:focus, .header-bar .linked .button:active:last-child, .header-bar .linked .button:active:last-child:focus, .header-bar .linked .button:active:last-child:hover, .header-bar .linked .button:active:last-child:hover:focus, .header-bar .linked .button:checked:last-child, .header-bar .linked .button:checked:last-child:focus, .header-bar .linked .button:checked:last-child:hover, .header-bar .linked .button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .header-bar .button.linked:active:only-child, .header-bar .button.linked:active:only-child:focus, .header-bar .button.linked:active:only-child:hover, .header-bar .button.linked:active:only-child:hover:focus, .header-bar .button.linked:checked:only-child, .header-bar .button.linked:checked:only-child:focus, .header-bar .button.linked:checked:only-child:hover, .header-bar .button.linked:checked:only-child:hover:focus, .header-bar .linked .button:active:only-child, .header-bar .linked .button:active:only-child:focus, .header-bar .linked .button:active:only-child:hover, .header-bar .linked .button:active:only-child:hover:focus, .header-bar .linked .button:checked:only-child, .header-bar .linked .button:checked:only-child:focus, .header-bar .linked .button:checked:only-child:hover, .header-bar .linked .button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .header-bar GtkComboBox, .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
+ padding: 2px; }
+ .header-bar GtkComboBox.text-button, .header-bar .button.text-button, .selection-mode.header-bar .text-button.button.suggested-action, .header-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .header-bar .text-button.button.suggested-action {
+ padding: 3px; }
+ .header-bar GtkComboBox.image-button, .header-bar .button.image-button, .selection-mode.header-bar .image-button.button.suggested-action, .header-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .header-bar .image-button.button.suggested-action {
+ padding: 4px 2px 4px 3px; }
+ .header-bar GtkSeparatorToolItem, .header-bar .separator, .header-bar .separator:insensitive {
+ color: #171520;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .header-bar .menubar {
+ -GtkToolbar-button-relief: normal; }
+ .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
+ color: #e0def4; }
+
+.titlebar {
+ background-color: #191724;
+ background-image: none;
+ border-radius: 2px 2px 0 0;
+ color: #e0def4; }
+ .titlebar:backdrop {
+ background-color: #f0f0f3;
+ background-image: none;
+ color: mix(#1f1d2e,#f0f0f3,0.4);
+ text-shadow: none; }
+ .titlebar.default-decoration {
+ border: 0;
+ box-shadow: none; }
+ .tiled .titlebar, .maximized .titlebar {
+ border-radius: 0; }
+ .titlebar .title {
+ font: bold; }
+ .titlebar .titlebutton {
+ padding: 3px;
+ border: 0;
+ background-image: none;
+ background-color: transparent;
+ color: #e0def4;
+ box-shadow: none; }
+ .titlebar .titlebutton:hover, .titlebar .titlebutton:hover:focus {
+ background-image: none;
+ background-color: transparent;
+ color: #c4a7e7;
+ box-shadow: none; }
+ .titlebar .titlebutton:active, .titlebar .titlebutton:active:hover {
+ background-image: none;
+ background-color: transparent;
+ color: #af88de;
+ box-shadow: none; }
+ .titlebar .titlebutton:backdrop {
+ background: none;
+ color: mix(#1f1d2e,#f0f0f3,0.4);
+ icon-shadow: none; }
+
+/**************
+ ! Action-bar *
+***************/
+.action-bar {
+ background-color: #f0f0f3;
+ background-image: none;
+ padding: 3px;
+ border-width: 1px 0 0;
+ border-style: solid;
+ border-color: #babac8;
+ color: #1f1d2e; }
+ .action-bar .button.text-button, .action-bar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .action-bar .text-button.button.suggested-action, .action-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .action-bar .text-button.button.suggested-action {
+ padding: 2px; }
+ .action-bar .button.image-button, .action-bar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .action-bar .image-button.button.suggested-action, .action-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .action-bar .image-button.button.suggested-action {
+ padding: 4px; }
+ .action-bar .title {
+ font: bold;
+ padding: 0 6px; }
+ .action-bar .subtitle {
+ font: smaller;
+ padding: 0 6px; }
+
+/***************
+ ! Search bars *
+****************/
+.search-bar {
+ background-color: #ebebef;
+ background-image: none;
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #babac8;
+ color: #1f1d2e; }
+ .search-bar .button.close-button, .search-bar .selection-mode.header-bar .close-button.button.suggested-action, .selection-mode.header-bar .search-bar .close-button.button.suggested-action, .search-bar .selection-mode.toolbar .close-button.button.suggested-action, .selection-mode.toolbar .search-bar .close-button.button.suggested-action {
+ padding: 3px; }
+
+/******************
+ ! Action buttons *
+*******************/
+.suggested-action.button, .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .suggested-action.button {
+ background-color: #ebbcba;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover {
+ border-color: #8e57d1; }
+ .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button:active:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover:focus, .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:checked:hover, .suggested-action.button:checked:focus, .suggested-action.button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .suggested-action.button:insensitive, .selection-mode.header-bar .suggested-action.button:insensitive, .selection-mode.toolbar .suggested-action.button:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .suggested-action.button.flat, .selection-mode.header-bar .suggested-action.flat.button, .selection-mode.toolbar .suggested-action.flat.button {
+ border-color: rgba(235, 188, 186, 0);
+ color: #191724;
+ background-color: rgba(235, 188, 186, 0);
+ background-image: none;
+ box-shadow: none; }
+ .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:hover {
+ background-color: #f0ccca;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .suggested-action.button:hover:focus, .suggested-action.button:hover:hover, .suggested-action.button.flat:hover:focus, .suggested-action.button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .suggested-action.button:hover:active, .suggested-action.button:hover:active:focus, .suggested-action.button.flat:hover:active:focus, .suggested-action.button:hover:checked, .suggested-action.button:hover:checked:focus, .suggested-action.button.flat:hover:checked:focus, .suggested-action.button.flat:hover:active, .suggested-action.button.flat:hover:active:hover:focus, .suggested-action.button.flat:hover:checked, .suggested-action.button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .suggested-action.button:hover:insensitive, .suggested-action.button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .suggested-action.button:hover:active:insensitive, .suggested-action.button:hover:checked:insensitive, .suggested-action.button.flat:hover:active:insensitive, .suggested-action.button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button.flat:focus {
+ background-color: #f0ccca;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .suggested-action.button:focus:hover, .suggested-action.button.flat:focus:hover {
+ background-color: #f4dcdb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .suggested-action.button:focus:hover:hover, .suggested-action.button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .suggested-action.button:focus:hover:active, .suggested-action.button.flat:focus:hover:active, .suggested-action.button.flat:focus:hover:active:focus, .suggested-action.button:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked:focus, .suggested-action.button.flat:focus:hover:active:hover:focus, .suggested-action.button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .suggested-action.button:focus:hover:insensitive, .suggested-action.button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .suggested-action.button:focus:hover:active:insensitive, .suggested-action.button:focus:hover:checked:insensitive, .suggested-action.button.flat:focus:hover:active:insensitive, .suggested-action.button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button.flat:checked, .suggested-action.button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover {
+ border-color: #8e57d1; }
+ .suggested-action.button:active:checked, .suggested-action.button:active:checked:hover, .suggested-action.button:active:checked:focus, .suggested-action.button:active:checked:hover:focus, .suggested-action.button.flat:active:checked, .suggested-action.button.flat:active:checked:hover, .suggested-action.button.flat:active:checked:focus, .suggested-action.button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .suggested-action.button:checked:insensitive, .suggested-action.button:active:insensitive, .suggested-action.button.flat:checked:insensitive, .suggested-action.button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .suggested-action.button:active:checked:insensitive, .suggested-action.button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:focus, .suggested-action.button.flat:hover {
+ color: #191724; }
+ .suggested-action.button:insensitive:insensitive, .suggested-action.button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#ebbcba,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#ebbcba,#191724,0.6);
+ box-shadow: none; }
+ .suggested-action.button:insensitive:insensitive :insensitive, .suggested-action.button.flat:insensitive:insensitive :insensitive {
+ color: mix(#ebbcba,#191724,0.6); }
+ .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .suggested-action.button:active:insensitive:insensitive, .suggested-action.button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .suggested-action.button.separator, .selection-mode.header-bar .suggested-action.separator.button, .selection-mode.toolbar .suggested-action.separator.button, .suggested-action.button .separator, .selection-mode.header-bar .suggested-action.button .separator, .selection-mode.toolbar .suggested-action.button .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 188, 186, 0.9); }
+ .suggested-action.button.separator:insensitive, .suggested-action.button .separator:insensitive {
+ color: rgba(235, 188, 186, 0.85); }
+
+.destructive-action.button, .selection-mode.header-bar .destructive-action.button.suggested-action, .selection-mode.toolbar .destructive-action.button.suggested-action {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover {
+ border-color: #8e57d1; }
+ .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button:active:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover:focus, .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:checked:hover, .destructive-action.button:checked:focus, .destructive-action.button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .destructive-action.button:insensitive, .selection-mode.header-bar .destructive-action.button.suggested-action:insensitive, .selection-mode.toolbar .destructive-action.button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .destructive-action.button.flat, .selection-mode.header-bar .destructive-action.flat.button.suggested-action, .selection-mode.toolbar .destructive-action.flat.button.suggested-action {
+ border-color: rgba(235, 111, 146, 0);
+ color: #191724;
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .destructive-action.button:hover:focus, .destructive-action.button:hover:hover, .destructive-action.button.flat:hover:focus, .destructive-action.button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .destructive-action.button:hover:active, .destructive-action.button:hover:active:focus, .destructive-action.button.flat:hover:active:focus, .destructive-action.button:hover:checked, .destructive-action.button:hover:checked:focus, .destructive-action.button.flat:hover:checked:focus, .destructive-action.button.flat:hover:active, .destructive-action.button.flat:hover:active:hover:focus, .destructive-action.button.flat:hover:checked, .destructive-action.button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .destructive-action.button:hover:insensitive, .destructive-action.button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .destructive-action.button:hover:active:insensitive, .destructive-action.button:hover:checked:insensitive, .destructive-action.button.flat:hover:active:insensitive, .destructive-action.button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .destructive-action.button:focus:hover, .destructive-action.button.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .destructive-action.button:focus:hover:hover, .destructive-action.button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .destructive-action.button:focus:hover:active, .destructive-action.button.flat:focus:hover:active, .destructive-action.button.flat:focus:hover:active:focus, .destructive-action.button:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked:focus, .destructive-action.button.flat:focus:hover:active:hover:focus, .destructive-action.button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .destructive-action.button:focus:hover:insensitive, .destructive-action.button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .destructive-action.button:focus:hover:active:insensitive, .destructive-action.button:focus:hover:checked:insensitive, .destructive-action.button.flat:focus:hover:active:insensitive, .destructive-action.button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button.flat:checked, .destructive-action.button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover {
+ border-color: #8e57d1; }
+ .destructive-action.button:active:checked, .destructive-action.button:active:checked:hover, .destructive-action.button:active:checked:focus, .destructive-action.button:active:checked:hover:focus, .destructive-action.button.flat:active:checked, .destructive-action.button.flat:active:checked:hover, .destructive-action.button.flat:active:checked:focus, .destructive-action.button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .destructive-action.button:checked:insensitive, .destructive-action.button:active:insensitive, .destructive-action.button.flat:checked:insensitive, .destructive-action.button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .destructive-action.button:active:checked:insensitive, .destructive-action.button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:focus, .destructive-action.button.flat:hover {
+ color: #191724; }
+ .destructive-action.button:insensitive:insensitive, .destructive-action.button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ .destructive-action.button:insensitive:insensitive :insensitive, .destructive-action.button.flat:insensitive:insensitive :insensitive {
+ color: mix(#eb6f92,#191724,0.6); }
+ .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .destructive-action.button:active:insensitive:insensitive, .destructive-action.button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .destructive-action.button.separator, .selection-mode.header-bar .destructive-action.separator.button.suggested-action, .selection-mode.toolbar .destructive-action.separator.button.suggested-action, .destructive-action.button .separator, .selection-mode.header-bar .destructive-action.button.suggested-action .separator, .selection-mode.toolbar .destructive-action.button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ .destructive-action.button.separator:insensitive, .destructive-action.button .separator:insensitive {
+ color: rgba(235, 111, 146, 0.85); }
+
+/******************
+* selection mode *
+******************/
+.selection-mode.header-bar, .selection-mode.toolbar {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #9a68d6;
+ padding: 6px;
+ color: #191724; }
+ .selection-mode.header-bar:focus, .selection-mode.header-bar:hover, .selection-mode.toolbar:focus, .selection-mode.toolbar:hover {
+ border-color: #8e57d1; }
+ .selection-mode.header-bar:active, .selection-mode.header-bar:active:hover, .selection-mode.header-bar:active:focus, .selection-mode.header-bar:active:hover:focus, .selection-mode.header-bar:checked, .selection-mode.header-bar:checked:hover, .selection-mode.header-bar:checked:focus, .selection-mode.header-bar:checked:hover:focus, .selection-mode.toolbar:active, .selection-mode.toolbar:active:hover, .selection-mode.toolbar:active:focus, .selection-mode.toolbar:active:hover:focus, .selection-mode.toolbar:checked, .selection-mode.toolbar:checked:hover, .selection-mode.toolbar:checked:focus, .selection-mode.toolbar:checked:hover:focus {
+ border-color: #8549cd; }
+ .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive {
+ border-color: #a578da; }
+ .selection-mode.header-bar:active:insensitive, .selection-mode.header-bar:checked:insensitive, .selection-mode.toolbar:active:insensitive, .selection-mode.toolbar:checked:insensitive {
+ border-color: #9a68d6; }
+ .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive {
+ background-color: #af88de;
+ background-image: none;
+ color: mix(#191724,#c4a7e7,0.5); }
+ .selection-mode.header-bar .title, .selection-mode.toolbar .title {
+ font: bold;
+ padding: 0 6px; }
+ .selection-mode.header-bar .subtitle, .selection-mode.toolbar .subtitle {
+ font: smaller;
+ padding: 0 6px; }
+ .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.22);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover {
+ border-color: #8e57d1; }
+ .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.22); }
+ .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive {
+ border-color: rgba(26, 25, 39, 0.22); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.22); }
+ .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat {
+ border-color: rgba(240, 240, 243, 0);
+ color: #1f1d2e;
+ background-color: rgba(240, 240, 243, 0);
+ background-image: none;
+ box-shadow: none; }
+ .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.3);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.3); }
+ .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive {
+ border-color: rgba(26, 25, 39, 0.3); }
+ .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.3); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(31, 29, 46, 0.22);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover {
+ background-color: white;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.3); }
+ .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive {
+ border-color: rgba(26, 25, 39, 0.3); }
+ .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.3); }
+ .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(31, 29, 46, 0.06), inset 0 1px rgba(31, 29, 46, 0.07), inset -1px 0 rgba(31, 29, 46, 0.06), inset 0 -1px rgba(31, 29, 46, 0.05); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ border-color: #8e57d1; }
+ .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.22); }
+ .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive {
+ border-color: rgba(26, 25, 39, 0.22); }
+ .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.22); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover {
+ color: #1f1d2e; }
+ .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#f0f0f3,#1f1d2e,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#f0f0f3,#1f1d2e,0.6);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#f0f0f3,#1f1d2e,0.6); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator {
+ border: 1px solid currentColor;
+ color: rgba(240, 240, 243, 0.9); }
+ .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive {
+ color: rgba(240, 240, 243, 0.85); }
+ .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .selection-mode.header-bar .button.linked:focus, .selection-mode.header-bar .button.linked:hover, .selection-mode.header-bar .linked .button:focus, .selection-mode.header-bar .linked .button:hover, .selection-mode.toolbar .button.linked:focus, .selection-mode.toolbar .button.linked:hover, .selection-mode.toolbar .linked .button:focus, .selection-mode.toolbar .linked .button:hover {
+ box-shadow: inset -1px 0 #8e57d1, 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .selection-mode.header-bar .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .button.linked:active:hover, .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .button.linked:active:focus, .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .button.linked:active:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .button.linked:checked:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .button.linked:checked:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .button.linked:checked:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .button:active, .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .button:active:hover, .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .button:active:focus, .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .button:active:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .button:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .button:checked:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .button:checked:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .button:checked:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .button.linked:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .button.linked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .button.linked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .button.linked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .button.linked:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .button.linked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .button.linked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .button.linked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button:active, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button:active:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button:active:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button:active:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button:checked, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button:checked:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button:checked:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button:checked:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ .selection-mode.header-bar .button.linked:insensitive, .selection-mode.header-bar .linked .button:insensitive, .selection-mode.toolbar .button.linked:insensitive, .selection-mode.toolbar .linked .button:insensitive {
+ box-shadow: inset -1px 0 #babac8; }
+ .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:last-child, .selection-mode.toolbar .linked .button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .selection-mode.header-bar .button.linked:last-child:hover, .selection-mode.header-bar .button.linked:only-child:hover, .selection-mode.header-bar .linked .button:last-child:hover, .selection-mode.header-bar .linked .button:only-child:hover, .selection-mode.toolbar .button.linked:last-child:hover, .selection-mode.toolbar .button.linked:only-child:hover, .selection-mode.toolbar .linked .button:last-child:hover, .selection-mode.toolbar .linked .button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .selection-mode.header-bar .button.linked:insensitive:last-child, .selection-mode.header-bar .button.linked:insensitive:only-child, .selection-mode.header-bar .button.linked:active:insensitive:last-child, .selection-mode.header-bar .button.linked:active:insensitive:only-child, .selection-mode.header-bar .button.linked:checked:insensitive:last-child, .selection-mode.header-bar .button.linked:checked:insensitive:only-child, .selection-mode.header-bar .linked .button:insensitive:last-child, .selection-mode.header-bar .linked .button:insensitive:only-child, .selection-mode.header-bar .linked .button:active:insensitive:last-child, .selection-mode.header-bar .linked .button:active:insensitive:only-child, .selection-mode.header-bar .linked .button:checked:insensitive:last-child, .selection-mode.header-bar .linked .button:checked:insensitive:only-child, .selection-mode.toolbar .button.linked:insensitive:last-child, .selection-mode.toolbar .button.linked:insensitive:only-child, .selection-mode.toolbar .button.linked:active:insensitive:last-child, .selection-mode.toolbar .button.linked:active:insensitive:only-child, .selection-mode.toolbar .button.linked:checked:insensitive:last-child, .selection-mode.toolbar .button.linked:checked:insensitive:only-child, .selection-mode.toolbar .linked .button:insensitive:last-child, .selection-mode.toolbar .linked .button:insensitive:only-child, .selection-mode.toolbar .linked .button:active:insensitive:last-child, .selection-mode.toolbar .linked .button:active:insensitive:only-child, .selection-mode.toolbar .linked .button:checked:insensitive:last-child, .selection-mode.toolbar .linked .button:checked:insensitive:only-child {
+ box-shadow: none; }
+ .selection-mode.header-bar .button.linked:active:last-child, .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .button.linked:active:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .button.linked:active:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .button.linked:active:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .button.linked:checked:last-child, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .button.linked:checked:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .button.linked:checked:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .button.linked:checked:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button:active:last-child, .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .button:active:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .button:active:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .button:active:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .button:checked:last-child, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .button:checked:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .button:checked:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .button:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .button.linked:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .button.linked:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .button.linked:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .button.linked:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .button.linked:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .button.linked:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .button.linked:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .button.linked:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button:active:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button:active:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button:active:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button:active:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button:checked:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button:checked:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button:checked:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button:checked:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .selection-mode.header-bar .button.linked:active:only-child, .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .button.linked:active:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .button.linked:active:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .button.linked:active:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .button.linked:checked:only-child, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .button.linked:checked:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .button.linked:checked:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .button.linked:checked:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button:active:only-child, .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .button:active:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .button:active:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .button:active:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .button:checked:only-child, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .button:checked:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .button:checked:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .button:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .button.linked:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .button.linked:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .button.linked:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .button.linked:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .button.linked:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .button.linked:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .button.linked:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .button.linked:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button:active:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button:active:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button:active:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button:active:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button:checked:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button:checked:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button:checked:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button:checked:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .selection-mode.header-bar GtkComboBox, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar GtkComboBox, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
+ padding: 2px; }
+ .selection-mode.header-bar GtkComboBox.text-button, .selection-mode.header-bar .button.text-button, .selection-mode.toolbar GtkComboBox.text-button, .selection-mode.toolbar .button.text-button {
+ padding: 3px; }
+ .selection-mode.header-bar GtkComboBox.image-button, .selection-mode.header-bar .button.image-button, .selection-mode.toolbar GtkComboBox.image-button, .selection-mode.toolbar .button.image-button {
+ padding: 4px 2px 4px 3px; }
+ .selection-mode.header-bar GtkSeparatorToolItem, .selection-mode.header-bar .separator, .selection-mode.header-bar .separator:insensitive, .selection-mode.toolbar GtkSeparatorToolItem, .selection-mode.toolbar .separator, .selection-mode.toolbar .separator:insensitive {
+ color: #af88de;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .selection-mode.header-bar .menubar, .selection-mode.toolbar .menubar {
+ -GtkToolbar-button-relief: normal; }
+ .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover {
+ border-color: #8e57d1; }
+ .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat {
+ border-color: rgba(196, 167, 231, 0);
+ color: #191724;
+ background-color: rgba(196, 167, 231, 0);
+ background-image: none;
+ box-shadow: none; }
+ .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover {
+ background-color: #d9c6f0;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ border-color: #8e57d1; }
+ .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover {
+ color: #191724; }
+ .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#c4a7e7,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#c4a7e7,#191724,0.6);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#c4a7e7,#191724,0.6); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator {
+ border: 1px solid currentColor;
+ color: rgba(196, 167, 231, 0.9); }
+ .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive {
+ color: rgba(196, 167, 231, 0.85); }
+ .selection-mode.header-bar .selection-menu.button, .selection-mode.toolbar .selection-menu.button {
+ border: 0;
+ background-color: transparent;
+ background-image: none;
+ color: #9a68d6; }
+ .selection-mode.header-bar .selection-menu.button:hover, .selection-mode.toolbar .selection-menu.button:hover {
+ color: #8549cd; }
+ .selection-mode.header-bar .selection-menu.button:active, .selection-mode.toolbar .selection-menu.button:active {
+ color: #9059d2; }
+ .selection-mode.header-bar .dim-label, .selection-mode.header-bar GtkLabel.separator, .selection-menu.button .selection-mode.header-bar .dim-label, .selection-mode.toolbar .dim-label, .selection-mode.toolbar GtkLabel.separator, .selection-menu.button .selection-mode.toolbar .dim-label {
+ color: #8549cd; }
+
+.selection-mode.toolbar {
+ padding: 3px; }
+
+/**********
+ ! Calendar
+***********/
+GtkCalendar {
+ padding: 1px 3px;
+ outline-offset: -1px; }
+ GtkCalendar:inconsistent {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ GtkCalendar.view, GtkCalendar.view:focus, GtkCalendar.view:hover, GtkCalendar.view:insensitive, GtkCalendar.highlight, GtkCalendar.highlight:focus, GtkCalendar.highlight:hover, GtkCalendar.highlight:insensitive, GtkCalendar.header, GtkCalendar.header:focus, GtkCalendar.header:hover, GtkCalendar.header:insensitive, GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive {
+ background-color: transparent;
+ background-image: none;
+ border-width: 0;
+ border-radius: 0; }
+ GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive {
+ color: #f2f2f4;
+ border-width: 0;
+ box-shadow: none; }
+ GtkCalendar.highlight {
+ color: #c4a7e7; }
+
+/* gnome-calendar */
+.calendar-view {
+ background-color: #c5c3ce;
+ color: #26233a; }
+
+/***************
+ ! Color chooser
+****************/
+GtkColorSwatch, GtkColorSwatch:selected {
+ border: 1px solid rgba(12, 12, 18, 0.1);
+ border-radius: 2px;
+ background-color: transparent;
+ background-clip: border-box; }
+ GtkColorSwatch:hover, GtkColorSwatch:selected:hover {
+ border-color: rgba(12, 12, 18, 0.3); }
+
+GtkColorSwatch.color-light:selected:hover, GtkColorSwatch.color-dark:selected:hover {
+ background-image: none; }
+
+GtkColorSwatch.left, GtkColorSwatch:first-child {
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px; }
+
+GtkColorSwatch.right, GtkColorSwatch:last-child {
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px; }
+
+GtkColorSwatch:only-child {
+ border-radius: 2px; }
+
+GtkColorSwatch.top {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+GtkColorSwatch.bottom {
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px; }
+
+GtkColorEditor GtkColorSwatch {
+ border-radius: 2px; }
+ GtkColorEditor GtkColorSwatch.color-dark:hover, GtkColorEditor GtkColorSwatch.color-light:hover {
+ background-image: none;
+ border-color: rgba(12, 12, 18, 0.3); }
+
+GtkColorChooserWidget #add-color-button {
+ background-clip: padding-box;
+ border-color: rgba(12, 12, 18, 0.1);
+ background-color: #e3e3e8;
+ color: #1f1d2e; }
+ GtkColorChooserWidget #add-color-button:hover {
+ border-color: rgba(12, 12, 18, 0.3);
+ background-color: #d5d5de;
+ color: #1f1d2e; }
+
+.color-active-badge, .color-active-badge:selected {
+ border-width: 2px;
+ border-style: solid;
+ background-color: transparent; }
+
+.color-active-badge.color-light, .color-active-badge.color-light:hover {
+ border-color: rgba(12, 12, 18, 0.3);
+ color: rgba(12, 12, 18, 0.3); }
+
+.color-active-badge.color-dark, .color-active-badge.color-dark:hover {
+ border-color: rgba(242, 242, 244, 0.3);
+ color: rgba(242, 242, 244, 0.3); }
+
+GtkColorButton.button, .selection-mode.header-bar GtkColorButton.button.suggested-action, .selection-mode.toolbar GtkColorButton.button.suggested-action {
+ padding: 3px; }
+
+/***********************
+! Font and file choosers
+************************/
+GtkFontButton .separator, GtkFileChooserButton .separator {
+ /* always disable separators */
+ -GtkWidget-wide-separators: true;
+ -GtkWidget-horizontal-separator: 0;
+ -GtkWidget-vertical-separator: 0; }
+
+GtkFontButton GtkLabel:last-child, GtkFileChooserButton GtkLabel:last-child {
+ color: alpha(currentColor,0.7); }
+
+GtkFontButton GtkImage:last-child, GtkFileChooserButton GtkImage:last-child {
+ color: alpha(currentColor,0.7); }
+
+GtkFileChooser {
+ /* for fallback when header bar not used */ }
+ GtkFileChooser .pane-separator, GtkFileChooser .pane-separator:hover {
+ border-width: 0 1px 0 0;
+ border-style: solid;
+ border-color: currentColor;
+ background-color: #f0f0f3;
+ color: #d5d5de; }
+ GtkFileChooser .dialog-action-box {
+ border-width: 1px 0 0;
+ border-style: solid;
+ border-color: #a0a0b3; }
+
+/******************
+ ! Grid and flowbox
+*******************/
+.list {
+ background-color: #e8e8ed;
+ color: #1f1d2e; }
+ .list-row, .list-row.button, .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.toolbar .list-row.button.suggested-action {
+ border: 0;
+ border-radius: 0;
+ padding: 3px;
+ background-image: none;
+ background-color: rgba(240, 240, 243, 0);
+ box-shadow: none; }
+ .list-row:hover, .list-row.button:hover, .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.toolbar .list-row.button.suggested-action:hover {
+ background-image: none;
+ background-color: #f5f5f7; }
+ .list-row:selected, .list-row:selected:hover, .list-row:selected:focus, .list-row.button:selected, .selection-mode.header-bar .list-row.button.suggested-action:selected, .selection-mode.toolbar .list-row.button.suggested-action:selected, .list-row.button:selected:hover, .list-row.button:selected:focus {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+
+.grid-child, GtkFlowBox .grid-child {
+ padding: 3px;
+ border-radius: 2px; }
+ .grid-child:selected, GtkFlowBox .grid-child:selected {
+ outline-offset: -2px; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Infobar
+**********/
+GtkInfoBar {
+ border: 0; }
+
+.info {
+ background-color: #9ccfd8;
+ background-image: none;
+ border: 1px solid #67b5c3;
+ color: #191724; }
+ .info .button, .info .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .info .button.suggested-action, .info .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .info .button.suggested-action {
+ background-color: #9ccfd8;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover {
+ border-color: #8e57d1; }
+ .info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .button:active:hover, .info .button:active:focus, .info .button:active:hover:focus, .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .button:checked:hover, .info .button:checked:focus, .info .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .info .button:insensitive, .info .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .info .button.suggested-action:insensitive, .info .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .info .button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .info .button:active:insensitive, .info .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .info .button.flat, .info .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .info .flat.button.suggested-action, .info .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .info .flat.button.suggested-action {
+ border-color: rgba(156, 207, 216, 0);
+ color: #191724;
+ background-color: rgba(156, 207, 216, 0);
+ background-image: none;
+ box-shadow: none; }
+ .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:hover {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .info .button:hover:focus, .info .button:hover:hover, .info .button.flat:hover:focus, .info .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .info .button:hover:active, .info .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .info .button.suggested-action:hover:active, .info .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .info .button.suggested-action:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active, .info .button:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover, .info .button:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:focus, .info .button:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover:focus, .info .button:hover:checked, .info .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .info .button.suggested-action:hover:checked, .info .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .info .button.suggested-action:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked, .info .button:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover, .info .button:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:focus, .info .button:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover:focus, .info .button.flat:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active, .info .button.flat:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover, .info .button.flat:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:focus, .info .button.flat:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover:focus, .info .button.flat:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked, .info .button.flat:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover, .info .button.flat:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:focus, .info .button.flat:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .info .button:hover:insensitive, .info .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .info .button:hover:active:insensitive, .info .button:hover:checked:insensitive, .info .button.flat:hover:active:insensitive, .info .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button.flat:focus {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .info .button:focus:hover, .info .button.flat:focus:hover {
+ background-color: #b7dce3;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .info .button:focus:hover:hover, .info .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .info .button:focus:hover:active, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active, .info .button:focus:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover, .info .button:focus:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:focus, .info .button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover:focus, .info .button:focus:hover:checked, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked, .info .button:focus:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover, .info .button:focus:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:focus, .info .button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .button.flat:focus:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active, .info .button.flat:focus:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover, .info .button.flat:focus:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:focus, .info .button.flat:focus:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .button.flat:focus:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked, .info .button.flat:focus:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .button.flat:focus:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .button.flat:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .info .button:focus:hover:insensitive, .info .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .info .button:focus:hover:active:insensitive, .info .button:focus:hover:checked:insensitive, .info .button.flat:focus:hover:active:insensitive, .info .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .button.flat:checked, .info .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover {
+ border-color: #8e57d1; }
+ .info .button:checked:active, .info .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .info .button.suggested-action:checked:active, .info .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .info .button.suggested-action:checked:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active, .info .button:checked:active:hover, .info .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .info .button.suggested-action:checked:active:hover, .info .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .info .button.suggested-action:checked:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:hover, .info .button:checked:active:focus, .info .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .info .button.suggested-action:checked:active:focus, .info .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .info .button.suggested-action:checked:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:focus, .info .button:checked:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:hover:focus, .info .button:checked:checked, .info .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .info .button.suggested-action:checked:checked, .info .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .info .button.suggested-action:checked:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked, .info .button:checked:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:hover, .info .button:checked:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:focus, .info .button:checked:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:hover:focus, .info .button:active:active, .info .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .info .button.suggested-action:active:active, .info .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .info .button.suggested-action:active:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active, .info .button:active:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:hover, .info .button:active:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:focus, .info .button:active:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:hover:focus, .info .button:active:checked, .info .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .info .button.suggested-action:active:checked, .info .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .info .button.suggested-action:active:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked, .info .button:active:checked:hover, .info .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .info .button.suggested-action:active:checked:hover, .info .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .info .button.suggested-action:active:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:hover, .info .button:active:checked:focus, .info .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .info .button.suggested-action:active:checked:focus, .info .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .info .button.suggested-action:active:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:focus, .info .button:active:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:hover:focus, .info .button.flat:checked:active, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active, .info .button.flat:checked:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:hover, .info .button.flat:checked:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:focus, .info .button.flat:checked:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:hover:focus, .info .button.flat:checked:checked, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked, .info .button.flat:checked:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:hover, .info .button.flat:checked:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:focus, .info .button.flat:checked:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:hover:focus, .info .button.flat:active:active, .info .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .info .flat.button.suggested-action:active:active, .info .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .info .flat.button.suggested-action:active:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active, .info .button.flat:active:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:hover, .info .button.flat:active:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:focus, .info .button.flat:active:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:hover:focus, .info .button.flat:active:checked, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked, .info .button.flat:active:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:hover, .info .button.flat:active:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:focus, .info .button.flat:active:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .info .button:checked:insensitive, .info .button:active:insensitive, .info .button.flat:checked:insensitive, .info .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .info .button:active:checked:insensitive, .info .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:focus, .info .button.flat:hover {
+ color: #191724; }
+ .info .button:insensitive:insensitive, .info .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#9ccfd8,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#9ccfd8,#191724,0.6);
+ box-shadow: none; }
+ .info .button:insensitive:insensitive :insensitive, .info .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#9ccfd8,#191724,0.6); }
+ .info .button:active:insensitive, .info .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .info .button:active:insensitive:insensitive, .info .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .info .button.separator, .info .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .info .separator.button.suggested-action, .info .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .info .separator.button.suggested-action, .info .button .separator, .info .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .info .button.suggested-action .separator, .info .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .info .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(156, 207, 216, 0.9); }
+ .info .button.separator:insensitive, .info .button .separator:insensitive {
+ color: rgba(156, 207, 216, 0.85); }
+
+.warning {
+ background-color: #f6c177;
+ background-image: none;
+ border: 1px solid #f1a233;
+ color: #191724; }
+ .warning .button, .warning .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .warning .button.suggested-action, .warning .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .warning .button.suggested-action {
+ background-color: #f6c177;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover {
+ border-color: #8e57d1; }
+ .warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .button:active:hover, .warning .button:active:focus, .warning .button:active:hover:focus, .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .button:checked:hover, .warning .button:checked:focus, .warning .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .warning .button:insensitive, .warning .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .warning .button.suggested-action:insensitive, .warning .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .warning .button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .warning .button:active:insensitive, .warning .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .warning .button.flat, .warning .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .warning .flat.button.suggested-action, .warning .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .warning .flat.button.suggested-action {
+ border-color: rgba(246, 193, 119, 0);
+ color: #191724;
+ background-color: rgba(246, 193, 119, 0);
+ background-image: none;
+ box-shadow: none; }
+ .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:hover {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .warning .button:hover:focus, .warning .button:hover:hover, .warning .button.flat:hover:focus, .warning .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .warning .button:hover:active, .warning .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .warning .button.suggested-action:hover:active, .warning .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .warning .button.suggested-action:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active, .warning .button:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover, .warning .button:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:focus, .warning .button:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover:focus, .warning .button:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked, .warning .button:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover, .warning .button:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:focus, .warning .button:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover:focus, .warning .button.flat:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active, .warning .button.flat:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover, .warning .button.flat:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:focus, .warning .button.flat:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .button.flat:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked, .warning .button.flat:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover, .warning .button.flat:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:focus, .warning .button.flat:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .warning .button:hover:insensitive, .warning .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .warning .button:hover:active:insensitive, .warning .button:hover:checked:insensitive, .warning .button.flat:hover:active:insensitive, .warning .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button.flat:focus {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .warning .button:focus:hover, .warning .button.flat:focus:hover {
+ background-color: #f8d199;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .warning .button:focus:hover:hover, .warning .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .warning .button:focus:hover:active, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active, .warning .button:focus:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover, .warning .button:focus:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:focus, .warning .button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .button:focus:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked, .warning .button:focus:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover, .warning .button:focus:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:focus, .warning .button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .button.flat:focus:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active, .warning .button.flat:focus:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .button.flat:focus:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .button.flat:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .button.flat:focus:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked, .warning .button.flat:focus:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .button.flat:focus:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .button.flat:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .warning .button:focus:hover:insensitive, .warning .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .warning .button:focus:hover:active:insensitive, .warning .button:focus:hover:checked:insensitive, .warning .button.flat:focus:hover:active:insensitive, .warning .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .button.flat:checked, .warning .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover {
+ border-color: #8e57d1; }
+ .warning .button:checked:active, .warning .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .warning .button.suggested-action:checked:active, .warning .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .warning .button.suggested-action:checked:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active, .warning .button:checked:active:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:active:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:hover, .warning .button:checked:active:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:active:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:focus, .warning .button:checked:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:hover:focus, .warning .button:checked:checked, .warning .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .warning .button.suggested-action:checked:checked, .warning .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .warning .button.suggested-action:checked:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked, .warning .button:checked:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:hover, .warning .button:checked:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:focus, .warning .button:checked:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:hover:focus, .warning .button:active:active, .warning .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .warning .button.suggested-action:active:active, .warning .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .warning .button.suggested-action:active:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active, .warning .button:active:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:hover, .warning .button:active:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:focus, .warning .button:active:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:hover:focus, .warning .button:active:checked, .warning .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .warning .button.suggested-action:active:checked, .warning .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .warning .button.suggested-action:active:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked, .warning .button:active:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:active:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:active:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:hover, .warning .button:active:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:active:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:active:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:focus, .warning .button:active:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:hover:focus, .warning .button.flat:checked:active, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active, .warning .button.flat:checked:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:hover, .warning .button.flat:checked:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:focus, .warning .button.flat:checked:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:hover:focus, .warning .button.flat:checked:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked, .warning .button.flat:checked:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:hover, .warning .button.flat:checked:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:focus, .warning .button.flat:checked:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:hover:focus, .warning .button.flat:active:active, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active, .warning .button.flat:active:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:hover, .warning .button.flat:active:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:focus, .warning .button.flat:active:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:hover:focus, .warning .button.flat:active:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked, .warning .button.flat:active:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:hover, .warning .button.flat:active:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:focus, .warning .button.flat:active:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .warning .button:checked:insensitive, .warning .button:active:insensitive, .warning .button.flat:checked:insensitive, .warning .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .warning .button:active:checked:insensitive, .warning .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:focus, .warning .button.flat:hover {
+ color: #191724; }
+ .warning .button:insensitive:insensitive, .warning .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#f6c177,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#f6c177,#191724,0.6);
+ box-shadow: none; }
+ .warning .button:insensitive:insensitive :insensitive, .warning .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#f6c177,#191724,0.6); }
+ .warning .button:active:insensitive, .warning .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .warning .button:active:insensitive:insensitive, .warning .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .warning .button.separator, .warning .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .warning .separator.button.suggested-action, .warning .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .warning .separator.button.suggested-action, .warning .button .separator, .warning .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .warning .button.suggested-action .separator, .warning .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .warning .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(246, 193, 119, 0.9); }
+ .warning .button.separator:insensitive, .warning .button .separator:insensitive {
+ color: rgba(246, 193, 119, 0.85); }
+
+.question {
+ background-color: #9ccfd8;
+ background-image: none;
+ border: 1px solid #67b5c3;
+ color: #191724; }
+ .question .button, .question .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .question .button.suggested-action, .question .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .question .button.suggested-action {
+ background-color: #9ccfd8;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover {
+ border-color: #8e57d1; }
+ .question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .button:active:hover, .question .button:active:focus, .question .button:active:hover:focus, .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .button:checked:hover, .question .button:checked:focus, .question .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .question .button:insensitive, .question .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .question .button.suggested-action:insensitive, .question .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .question .button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .question .button:active:insensitive, .question .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .question .button.flat, .question .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .question .flat.button.suggested-action, .question .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .question .flat.button.suggested-action {
+ border-color: rgba(156, 207, 216, 0);
+ color: #191724;
+ background-color: rgba(156, 207, 216, 0);
+ background-image: none;
+ box-shadow: none; }
+ .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:hover {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .question .button:hover:focus, .question .button:hover:hover, .question .button.flat:hover:focus, .question .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .question .button:hover:active, .question .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .question .button.suggested-action:hover:active, .question .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .question .button.suggested-action:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active, .question .button:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover, .question .button:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:focus, .question .button:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover:focus, .question .button:hover:checked, .question .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .question .button.suggested-action:hover:checked, .question .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .question .button.suggested-action:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked, .question .button:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover, .question .button:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:focus, .question .button:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover:focus, .question .button.flat:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active, .question .button.flat:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover, .question .button.flat:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:focus, .question .button.flat:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover:focus, .question .button.flat:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked, .question .button.flat:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover, .question .button.flat:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:focus, .question .button.flat:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .question .button:hover:insensitive, .question .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .question .button:hover:active:insensitive, .question .button:hover:checked:insensitive, .question .button.flat:hover:active:insensitive, .question .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button.flat:focus {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .question .button:focus:hover, .question .button.flat:focus:hover {
+ background-color: #b7dce3;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .question .button:focus:hover:hover, .question .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .question .button:focus:hover:active, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active, .question .button:focus:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover, .question .button:focus:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:focus, .question .button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover:focus, .question .button:focus:hover:checked, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked, .question .button:focus:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover, .question .button:focus:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:focus, .question .button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .button.flat:focus:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active, .question .button.flat:focus:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover, .question .button.flat:focus:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:focus, .question .button.flat:focus:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .button.flat:focus:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked, .question .button.flat:focus:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .button.flat:focus:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .button.flat:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .question .button:focus:hover:insensitive, .question .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .question .button:focus:hover:active:insensitive, .question .button:focus:hover:checked:insensitive, .question .button.flat:focus:hover:active:insensitive, .question .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .button.flat:checked, .question .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover {
+ border-color: #8e57d1; }
+ .question .button:checked:active, .question .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .question .button.suggested-action:checked:active, .question .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .question .button.suggested-action:checked:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active, .question .button:checked:active:hover, .question .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .question .button.suggested-action:checked:active:hover, .question .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .question .button.suggested-action:checked:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:hover, .question .button:checked:active:focus, .question .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .question .button.suggested-action:checked:active:focus, .question .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .question .button.suggested-action:checked:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:focus, .question .button:checked:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:hover:focus, .question .button:checked:checked, .question .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .question .button.suggested-action:checked:checked, .question .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .question .button.suggested-action:checked:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked, .question .button:checked:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:hover, .question .button:checked:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:focus, .question .button:checked:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:hover:focus, .question .button:active:active, .question .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .question .button.suggested-action:active:active, .question .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .question .button.suggested-action:active:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active, .question .button:active:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:hover, .question .button:active:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:focus, .question .button:active:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:hover:focus, .question .button:active:checked, .question .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .question .button.suggested-action:active:checked, .question .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .question .button.suggested-action:active:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked, .question .button:active:checked:hover, .question .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .question .button.suggested-action:active:checked:hover, .question .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .question .button.suggested-action:active:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:hover, .question .button:active:checked:focus, .question .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .question .button.suggested-action:active:checked:focus, .question .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .question .button.suggested-action:active:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:focus, .question .button:active:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:hover:focus, .question .button.flat:checked:active, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active, .question .button.flat:checked:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:hover, .question .button.flat:checked:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:focus, .question .button.flat:checked:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:hover:focus, .question .button.flat:checked:checked, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked, .question .button.flat:checked:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:hover, .question .button.flat:checked:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:focus, .question .button.flat:checked:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:hover:focus, .question .button.flat:active:active, .question .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .question .flat.button.suggested-action:active:active, .question .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .question .flat.button.suggested-action:active:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active, .question .button.flat:active:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:hover, .question .button.flat:active:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:focus, .question .button.flat:active:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:hover:focus, .question .button.flat:active:checked, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked, .question .button.flat:active:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:hover, .question .button.flat:active:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:focus, .question .button.flat:active:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .question .button:checked:insensitive, .question .button:active:insensitive, .question .button.flat:checked:insensitive, .question .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .question .button:active:checked:insensitive, .question .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:focus, .question .button.flat:hover {
+ color: #191724; }
+ .question .button:insensitive:insensitive, .question .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#9ccfd8,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#9ccfd8,#191724,0.6);
+ box-shadow: none; }
+ .question .button:insensitive:insensitive :insensitive, .question .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#9ccfd8,#191724,0.6); }
+ .question .button:active:insensitive, .question .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .question .button:active:insensitive:insensitive, .question .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .question .button.separator, .question .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .question .separator.button.suggested-action, .question .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .question .separator.button.suggested-action, .question .button .separator, .question .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .question .button.suggested-action .separator, .question .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .question .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(156, 207, 216, 0.9); }
+ .question .button.separator:insensitive, .question .button .separator:insensitive {
+ color: rgba(156, 207, 216, 0.85); }
+
+.error {
+ background-color: #eb6f92;
+ background-image: none;
+ border: 1px solid #e33264;
+ color: #191724; }
+ .error .button, .error .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .error .button.suggested-action, .error .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .error .button.suggested-action {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover {
+ border-color: #8e57d1; }
+ .error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .button:active:hover, .error .button:active:focus, .error .button:active:hover:focus, .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .button:checked:hover, .error .button:checked:focus, .error .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .error .button:insensitive, .error .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .error .button.suggested-action:insensitive, .error .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .error .button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .error .button:active:insensitive, .error .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .error .button.flat, .error .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .error .flat.button.suggested-action, .error .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .error .flat.button.suggested-action {
+ border-color: rgba(235, 111, 146, 0);
+ color: #191724;
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .error .button:hover:focus, .error .button:hover:hover, .error .button.flat:hover:focus, .error .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .error .button:hover:active, .error .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .error .button.suggested-action:hover:active, .error .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .error .button.suggested-action:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active, .error .button:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover, .error .button:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:focus, .error .button:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover:focus, .error .button:hover:checked, .error .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .error .button.suggested-action:hover:checked, .error .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .error .button.suggested-action:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked, .error .button:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover, .error .button:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:focus, .error .button:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover:focus, .error .button.flat:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active, .error .button.flat:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover, .error .button.flat:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:focus, .error .button.flat:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover:focus, .error .button.flat:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked, .error .button.flat:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover, .error .button.flat:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:focus, .error .button.flat:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .error .button:hover:insensitive, .error .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .error .button:hover:active:insensitive, .error .button:hover:checked:insensitive, .error .button.flat:hover:active:insensitive, .error .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .error .button:focus:hover, .error .button.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .error .button:focus:hover:hover, .error .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .error .button:focus:hover:active, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active, .error .button:focus:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover, .error .button:focus:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:focus, .error .button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover:focus, .error .button:focus:hover:checked, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked, .error .button:focus:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover, .error .button:focus:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:focus, .error .button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .button.flat:focus:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active, .error .button.flat:focus:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover, .error .button.flat:focus:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:focus, .error .button.flat:focus:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .button.flat:focus:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked, .error .button.flat:focus:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .button.flat:focus:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .button.flat:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .error .button:focus:hover:insensitive, .error .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .error .button:focus:hover:active:insensitive, .error .button:focus:hover:checked:insensitive, .error .button.flat:focus:hover:active:insensitive, .error .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .button.flat:checked, .error .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover {
+ border-color: #8e57d1; }
+ .error .button:checked:active, .error .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .error .button.suggested-action:checked:active, .error .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .error .button.suggested-action:checked:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active, .error .button:checked:active:hover, .error .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .error .button.suggested-action:checked:active:hover, .error .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .error .button.suggested-action:checked:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:hover, .error .button:checked:active:focus, .error .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .error .button.suggested-action:checked:active:focus, .error .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .error .button.suggested-action:checked:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:focus, .error .button:checked:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:hover:focus, .error .button:checked:checked, .error .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .error .button.suggested-action:checked:checked, .error .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .error .button.suggested-action:checked:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked, .error .button:checked:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:hover, .error .button:checked:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:focus, .error .button:checked:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:hover:focus, .error .button:active:active, .error .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .error .button.suggested-action:active:active, .error .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .error .button.suggested-action:active:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active, .error .button:active:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:hover, .error .button:active:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:focus, .error .button:active:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:hover:focus, .error .button:active:checked, .error .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .error .button.suggested-action:active:checked, .error .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .error .button.suggested-action:active:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked, .error .button:active:checked:hover, .error .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .error .button.suggested-action:active:checked:hover, .error .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .error .button.suggested-action:active:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:hover, .error .button:active:checked:focus, .error .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .error .button.suggested-action:active:checked:focus, .error .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .error .button.suggested-action:active:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:focus, .error .button:active:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:hover:focus, .error .button.flat:checked:active, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active, .error .button.flat:checked:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:hover, .error .button.flat:checked:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:focus, .error .button.flat:checked:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:hover:focus, .error .button.flat:checked:checked, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked, .error .button.flat:checked:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:hover, .error .button.flat:checked:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:focus, .error .button.flat:checked:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:hover:focus, .error .button.flat:active:active, .error .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .error .flat.button.suggested-action:active:active, .error .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .error .flat.button.suggested-action:active:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active, .error .button.flat:active:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:hover, .error .button.flat:active:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:focus, .error .button.flat:active:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:hover:focus, .error .button.flat:active:checked, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked, .error .button.flat:active:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:hover, .error .button.flat:active:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:focus, .error .button.flat:active:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .error .button:checked:insensitive, .error .button:active:insensitive, .error .button.flat:checked:insensitive, .error .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .error .button:active:checked:insensitive, .error .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:focus, .error .button.flat:hover {
+ color: #191724; }
+ .error .button:insensitive:insensitive, .error .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ .error .button:insensitive:insensitive :insensitive, .error .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#eb6f92,#191724,0.6); }
+ .error .button:active:insensitive, .error .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .error .button:active:insensitive:insensitive, .error .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .error .button.separator, .error .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .error .separator.button.suggested-action, .error .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .error .separator.button.suggested-action, .error .button .separator, .error .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .error .button.suggested-action .separator, .error .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .error .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ .error .button.separator:insensitive, .error .button .separator:insensitive {
+ color: rgba(235, 111, 146, 0.85); }
+
+/*********
+ ! Entry *
+**********/
+.entry.linked, .linked .entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0; }
+ .entry.linked:first-child, .linked .entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .entry.linked:last-child, .linked .entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .entry.linked:only-child, .linked .entry:only-child {
+ border-width: 1px;
+ border-radius: 2px; }
+
+GtkPopover .entry, .menuitem .entry, .entry {
+ padding: 2px 3px;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: border 150ms ease;
+ box-shadow: inset 1px 1px rgba(6, 6, 9, 0.06), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .entry:focus, .entry:hover, .entry:active {
+ transition: none; }
+ .entry:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ .entry:insensitive {
+ box-shadow: none; }
+ .progressbar.entry {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-width: 0;
+ border-radius: 2px;
+ color: #191724; }
+ .image.left.entry {
+ padding-right: 3px; }
+
+/*********
+ ! Menubar
+**********/
+.menubar {
+ -GtkWidget-window-dragging: true;
+ border: 0;
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4; }
+ .menubar.menuitem, .menubar .menuitem {
+ padding: 5px 7px;
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ .menubar.menuitem:hover, .menubar .menuitem:hover {
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+ .menubar.menuitem *:hover, .menubar .menuitem *:hover {
+ color: #fafafd; }
+
+/******
+ ! Menu
+*******/
+* {
+ -GtkMenu-horizontal-padding: 0;
+ -GtkMenu-vertical-padding: 0; }
+
+GtkTreeMenu.menu, GtkTreeMenu .menu, GtkMenuToolButton.menu, GtkMenuToolButton .menu, GtkComboBox.menu, GtkComboBox .menu {
+ background-color: #191724;
+ margin: 3px; }
+
+#toolbar-popup, .menu {
+ padding: 0;
+ border-radius: 0;
+ border: 1px solid mix(#191724,#e0def4,0.21);
+ background-color: #191724;
+ color: #e0def4; }
+ #toolbar-popup:selected, .menu:selected {
+ background-color: #c4a7e7; }
+ #toolbar-popup .button, #toolbar-popup .button:hover, #toolbar-popup .button:active, #toolbar-popup .button:active *:insensitive, #toolbar-popup .button:insensitive, .menu .button, .menu .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .menu .button.suggested-action, .menu .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .menu .button.suggested-action, .menu .button:hover, .menu .button:active, .menu .button:active *:insensitive, .menu .button:insensitive {
+ border-width: 0;
+ background-color: transparent;
+ background-image: none; }
+
+.context-menu {
+ font: initial; }
+
+GtkTreeMenu .menuitem {
+ padding: 0;
+ border-width: 0; }
+
+.menuitem, .menu .menuitem {
+ margin: 3px;
+ padding: 5px 7px;
+ border: 0;
+ border-radius: 0;
+ background-color: transparent;
+ background-image: none;
+ -GtkMenuItem-arrow-scaling: .5; }
+ .menuitem:active, .menuitem:hover, .menu .menuitem:active, .menu .menuitem:hover {
+ border: 0;
+ background-color: #c4a7e7;
+ background-image: none;
+ color: #191724; }
+ .menuitem *:active, .menuitem *:hover, .menu .menuitem *:active, .menu .menuitem *:hover {
+ color: #191724; }
+ .menuitem:insensitive, .menuitem *:insensitive, .menu .menuitem:insensitive, .menu .menuitem *:insensitive {
+ color: mix(#e0def4,#191724,0.5); }
+
+.menuitem.check, GtkIconView.menuitem.content-view.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:insensitive {
+ background-image: none; }
+
+.menuitem.check, GtkIconView.menuitem.content-view.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:active, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:active, .menuitem.radio:insensitive {
+ border-style: none;
+ background-color: transparent; }
+
+.menuitem.separator {
+ -GtkMenuItem-horizontal-padding: 0;
+ -GtkWidget-separator-height: 1;
+ border-style: none;
+ color: #171520; }
+
+.menuitem.button, .selection-mode.header-bar .menuitem.button.suggested-action, .selection-mode.toolbar .menuitem.button.suggested-action, .menuitem.button:focus, .menuitem.button:active, .menuitem.button:insensitive, .menuitem.button:active:insensitive, .menuitem.button.flat, .menuitem.button.flat:focus, .menuitem.button.flat:active, .menuitem.button.flat:insensitive, .menuitem.button.flat:active:insensitive {
+ background-color: transparent;
+ background-image: none;
+ border: 0;
+ box-shadow: none;
+ color: currentColor; }
+
+.menuitem.button:hover, .selection-mode.header-bar .menuitem.button.suggested-action:hover, .selection-mode.toolbar .menuitem.button.suggested-action:hover, .menuitem.button:focus:hover, .menuitem.button:active:hover, .menuitem.button:selected, .selection-mode.header-bar .menuitem.button.suggested-action:selected, .selection-mode.toolbar .menuitem.button.suggested-action:selected, .menuitem.button.flat:hover, .menuitem.button.flat:focus:hover, .menuitem.button.flat:active:hover, .menuitem.button.flat:selected {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+
+.menuitem GtkCalendar:inconsistent {
+ color: mix(#e0def4,#191724,0.5); }
+
+.menuitem GtkCalendar .button, .menuitem GtkCalendar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .menuitem GtkCalendar .button.suggested-action, .menuitem GtkCalendar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .menuitem GtkCalendar .button.suggested-action {
+ border-style: none;
+ background-color: transparent;
+ background-image: none; }
+
+.menuitem .accelerator {
+ color: rgba(224, 222, 244, 0.6); }
+ .menuitem .accelerator:hover {
+ color: rgba(25, 23, 36, 0.8); }
+ .menuitem .accelerator:insensitive {
+ color: alpha(mix(#e0def4,#191724,0.5),0.4); }
+
+.menuitem .entry {
+ background-color: #191724;
+ background-image: none;
+ border-color: #14121d;
+ color: #e0def4; }
+ .menuitem .entry:focus, .menuitem .entry:hover {
+ border-color: #8e57d1; }
+ .menuitem .entry:active, .menuitem .entry:active:hover, .menuitem .entry:active:focus, .menuitem .entry:active:hover:focus, .menuitem .entry:checked, .menuitem .entry:checked:hover, .menuitem .entry:checked:focus, .menuitem .entry:checked:hover:focus {
+ border-color: #121019; }
+ .menuitem .entry:insensitive {
+ border-color: #15141f; }
+ .menuitem .entry:active:insensitive, .menuitem .entry:checked:insensitive {
+ border-color: #14121d; }
+ .menuitem .entry:focus, .menuitem .entry:active {
+ border-color: #c4a7e7; }
+ .menuitem .entry:insensitive {
+ background-color: #171520;
+ background-image: none;
+ color: mix(#191724,#e0def4,0.5); }
+
+GtkModelMenuItem GtkBox GtkImage {
+ padding-right: 3px; }
+
+/*********
+ ! Popover
+**********/
+GtkPopover {
+ border-color: #14121d;
+ margin: 10px;
+ padding: 3px;
+ border-radius: 2px;
+ border-width: 1px;
+ border-style: solid;
+ background-clip: border-box;
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4;
+ box-shadow: 0 3px 6px rgba(12, 12, 18, 0.16); }
+ GtkPopover:focus, GtkPopover:hover {
+ border-color: #8e57d1; }
+ GtkPopover:active, GtkPopover:active:hover, GtkPopover:active:focus, GtkPopover:active:hover:focus, GtkPopover:checked, GtkPopover:checked:hover, GtkPopover:checked:focus, GtkPopover:checked:hover:focus {
+ border-color: #121019; }
+ GtkPopover:insensitive {
+ border-color: #15141f; }
+ GtkPopover:active:insensitive, GtkPopover:checked:insensitive {
+ border-color: #14121d; }
+ GtkPopover.background {
+ background-image: none;
+ background-color: #191724;
+ color: #e0def4; }
+ GtkPopover:backdrop {
+ box-shadow: none; }
+ GtkPopover.osd {
+ box-shadow: 0 2px 7px 3px rgba(12, 12, 18, 0.5); }
+ GtkPopover.osd > .toolbar .button, GtkPopover.osd > .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover.osd > .toolbar .button.suggested-action, GtkPopover.osd > .toolbar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover.osd > .toolbar .button.suggested-action {
+ border-radius: 0;
+ border-width: 0;
+ background-color: transparent;
+ background-image: none; }
+ GtkPopover .view, GtkPopover GtkHTML, GtkPopover .list {
+ background-color: #211e2f;
+ background-image: none;
+ color: #e0def4; }
+ GtkPopover .view:hover, GtkPopover GtkHTML:hover, GtkPopover .list:hover {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ GtkPopover .list-row, GtkPopover .list-row.button, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action {
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ GtkPopover .list-row:focus, GtkPopover .list-row:hover, GtkPopover .list-row:active, GtkPopover .list-row.button:focus, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:focus, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:focus, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .list-row.button:hover, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:hover, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .list-row.button:active, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:active, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:active, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:active, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:active {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ GtkPopover .frame {
+ border-color: #14121d;
+ border-radius: 2px; }
+ GtkPopover .entry {
+ background-color: #c5c3ce;
+ background-image: none;
+ border-color: #9a97aa;
+ color: #26233a; }
+ GtkPopover .entry:focus, GtkPopover .entry:hover {
+ border-color: #8e57d1; }
+ GtkPopover .entry:active, GtkPopover .entry:active:hover, GtkPopover .entry:active:focus, GtkPopover .entry:active:hover:focus, GtkPopover .entry:checked, GtkPopover .entry:checked:hover, GtkPopover .entry:checked:focus, GtkPopover .entry:checked:hover:focus {
+ border-color: #858198; }
+ GtkPopover .entry:insensitive {
+ border-color: #a5a2b3; }
+ GtkPopover .entry:active:insensitive, GtkPopover .entry:checked:insensitive {
+ border-color: #9a97aa; }
+ GtkPopover .entry:focus, GtkPopover .entry:active {
+ border-color: #c4a7e7; }
+ GtkPopover .entry:insensitive {
+ background-color: #b0adbc;
+ background-image: none;
+ color: mix(#c5c3ce,#26233a,0.5); }
+ GtkPopover .button, GtkPopover .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover .button.suggested-action, GtkPopover .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover .button.suggested-action {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover {
+ border-color: #8e57d1; }
+ GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .button:active:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover:focus, GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .button:checked:hover, GtkPopover .button:checked:focus, GtkPopover .button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ GtkPopover .button:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ GtkPopover .button.flat, GtkPopover .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar GtkPopover .flat.button.suggested-action, GtkPopover .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar GtkPopover .flat.button.suggested-action {
+ border-color: rgba(31, 29, 46, 0);
+ color: #e0def4;
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ GtkPopover .button:hover:focus, GtkPopover .button:hover:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:hover, GtkPopover .button.flat:hover:focus, GtkPopover .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ GtkPopover .button:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active, GtkPopover .button:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .button:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .button:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked, GtkPopover .button:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .button:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .button.flat:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .button.flat:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .button.flat:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .button.flat:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .button.flat:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .button.flat:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .button.flat:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .button.flat:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ GtkPopover .button:hover:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:insensitive, GtkPopover .button.flat:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ GtkPopover .button:hover:active:insensitive, GtkPopover .button:hover:checked:insensitive, GtkPopover .button.flat:hover:active:insensitive, GtkPopover .button.flat:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ GtkPopover .button:focus:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover, GtkPopover .button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ GtkPopover .button:focus:hover:hover, GtkPopover .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ GtkPopover .button:focus:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button:focus:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .button.flat:focus:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .button.flat:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .button.flat:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .button.flat:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button.flat:focus:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .button.flat:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .button.flat:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .button.flat:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ GtkPopover .button:focus:hover:insensitive, GtkPopover .button.flat:focus:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ GtkPopover .button:focus:hover:active:insensitive, GtkPopover .button:focus:hover:checked:insensitive, GtkPopover .button.flat:focus:hover:active:insensitive, GtkPopover .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .button.flat:checked, GtkPopover .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover {
+ border-color: #8e57d1; }
+ GtkPopover .button:checked:active, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active, GtkPopover .button:checked:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:hover, GtkPopover .button:checked:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:focus, GtkPopover .button:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:hover:focus, GtkPopover .button:checked:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked, GtkPopover .button:checked:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:hover, GtkPopover .button:checked:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:focus, GtkPopover .button:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:hover:focus, GtkPopover .button:active:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active, GtkPopover .button:active:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:hover, GtkPopover .button:active:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:focus, GtkPopover .button:active:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:hover:focus, GtkPopover .button:active:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked, GtkPopover .button:active:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:hover, GtkPopover .button:active:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:focus, GtkPopover .button:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:hover:focus, GtkPopover .button.flat:checked:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active, GtkPopover .button.flat:checked:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:hover, GtkPopover .button.flat:checked:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:focus, GtkPopover .button.flat:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:hover:focus, GtkPopover .button.flat:checked:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked, GtkPopover .button.flat:checked:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:hover, GtkPopover .button.flat:checked:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:focus, GtkPopover .button.flat:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:hover:focus, GtkPopover .button.flat:active:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active, GtkPopover .button.flat:active:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:hover, GtkPopover .button.flat:active:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:focus, GtkPopover .button.flat:active:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:hover:focus, GtkPopover .button.flat:active:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked, GtkPopover .button.flat:active:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:hover, GtkPopover .button.flat:active:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:focus, GtkPopover .button.flat:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button.flat:checked:insensitive, GtkPopover .button.flat:active:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ GtkPopover .button:active:checked:insensitive, GtkPopover .button.flat:active:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:focus, GtkPopover .button.flat:hover {
+ color: #e0def4; }
+ GtkPopover .button:insensitive:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#1f1d2e,#e0def4,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#1f1d2e,#e0def4,0.6);
+ box-shadow: none; }
+ GtkPopover .button:insensitive:insensitive :insensitive, GtkPopover .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#1f1d2e,#e0def4,0.6); }
+ GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ GtkPopover .button:active:insensitive:insensitive, GtkPopover .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ GtkPopover .button.separator, GtkPopover .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar GtkPopover .separator.button.suggested-action, GtkPopover .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar GtkPopover .separator.button.suggested-action, GtkPopover .button .separator, GtkPopover .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar GtkPopover .button.suggested-action .separator, GtkPopover .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar GtkPopover .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ GtkPopover .button.separator:insensitive, GtkPopover .selection-mode.header-bar .separator.button.suggested-action:insensitive, .selection-mode.header-bar GtkPopover .separator.button.suggested-action:insensitive, GtkPopover .selection-mode.toolbar .separator.button.suggested-action:insensitive, .selection-mode.toolbar GtkPopover .separator.button.suggested-action:insensitive, GtkPopover .button .separator:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action .separator:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action .separator:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action .separator:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action .separator:insensitive {
+ color: rgba(31, 29, 46, 0.85); }
+ GtkPopover > .list, GtkPopover > .view, GtkPopover > GtkHTML, GtkPopover > .toolbar {
+ background-color: transparent; }
+ GtkPopover .separator {
+ border: 0;
+ background-color: transparent;
+ color: #171520;
+ font-size: 80%;
+ font-weight: bold; }
+
+GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggested-action, .selection-mode.toolbar GtkModelButton.button.suggested-action, GtkModelButton.button:backdrop {
+ background-color: transparent;
+ background-image: none;
+ border-color: shade(alpha(currentColor,0.32),0.8);
+ color: currentColor;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover {
+ border-color: #8e57d1; }
+ GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, GtkModelButton.button:active:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover:focus, GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, GtkModelButton.button:checked:hover, GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover:focus, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover:focus, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover:focus {
+ border-color: shade(alpha(currentColor,0.32),0.7); }
+ GtkModelButton.button:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive, GtkModelButton.button:backdrop:insensitive {
+ border-color: shade(alpha(currentColor,0.32),0.85); }
+ GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive {
+ border-color: shade(alpha(currentColor,0.32),0.8); }
+ GtkModelButton.button.flat, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action, GtkModelButton.button:backdrop.flat {
+ border-color: rgba(0, 0, 0, 0);
+ color: currentColor;
+ background-color: rgba(0, 0, 0, 0);
+ background-image: none;
+ box-shadow: none; }
+ GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:hover {
+ background-color: rgba(0, 0, 0, 0);
+ background-image: none;
+ border-color: shade(alpha(currentColor,0.4),0.8);
+ color: currentColor;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ GtkModelButton.button:hover:focus, GtkModelButton.button:hover:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:hover, GtkModelButton.button.flat:hover:focus, GtkModelButton.button.flat:hover:hover, GtkModelButton.button:backdrop:hover:focus, GtkModelButton.button:backdrop:hover:hover, GtkModelButton.button:backdrop.flat:hover:focus, GtkModelButton.button:backdrop.flat:hover:hover {
+ border-color: #8e57d1; }
+ GtkModelButton.button:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active, GtkModelButton.button:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover, GtkModelButton.button:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:focus, GtkModelButton.button:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover:focus, GtkModelButton.button:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked, GtkModelButton.button:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover, GtkModelButton.button:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:focus, GtkModelButton.button:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button.flat:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active, GtkModelButton.button.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover, GtkModelButton.button.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:focus, GtkModelButton.button.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, GtkModelButton.button.flat:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked, GtkModelButton.button.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover, GtkModelButton.button.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:focus, GtkModelButton.button.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active, GtkModelButton.button:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, GtkModelButton.button:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, GtkModelButton.button:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, GtkModelButton.button:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked, GtkModelButton.button:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, GtkModelButton.button:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, GtkModelButton.button:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active, GtkModelButton.button:backdrop.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover, GtkModelButton.button:backdrop.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:focus, GtkModelButton.button:backdrop.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked, GtkModelButton.button:backdrop.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover, GtkModelButton.button:backdrop.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:focus, GtkModelButton.button:backdrop.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover:focus {
+ border-color: shade(alpha(currentColor,0.4),0.7); }
+ GtkModelButton.button:hover:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:insensitive, GtkModelButton.button.flat:hover:insensitive, GtkModelButton.button:backdrop:hover:insensitive, GtkModelButton.button:backdrop.flat:hover:insensitive {
+ border-color: shade(alpha(currentColor,0.4),0.85); }
+ GtkModelButton.button:hover:active:insensitive, GtkModelButton.button:hover:checked:insensitive, GtkModelButton.button.flat:hover:active:insensitive, GtkModelButton.button.flat:hover:checked:insensitive, GtkModelButton.button:backdrop:hover:active:insensitive, GtkModelButton.button:backdrop:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:hover:active:insensitive, GtkModelButton.button:backdrop.flat:hover:checked:insensitive {
+ border-color: shade(alpha(currentColor,0.4),0.8); }
+ GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button.flat:focus, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop.flat:focus {
+ background-color: rgba(0, 0, 0, 0);
+ background-image: none;
+ border-color: alpha(currentColor,0.32);
+ color: currentColor;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ GtkModelButton.button:focus:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover, GtkModelButton.button.flat:focus:hover, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:focus:hover {
+ background-color: rgba(0, 0, 0, 0);
+ background-image: none;
+ border-color: shade(alpha(currentColor,0.4),0.8);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ GtkModelButton.button:focus:hover:hover, GtkModelButton.button.flat:focus:hover:hover, GtkModelButton.button:backdrop:focus:hover:hover, GtkModelButton.button:backdrop.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ GtkModelButton.button:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active, GtkModelButton.button:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover, GtkModelButton.button:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:focus, GtkModelButton.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked, GtkModelButton.button:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active, GtkModelButton.button.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, GtkModelButton.button.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, GtkModelButton.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked, GtkModelButton.button.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, GtkModelButton.button:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, GtkModelButton.button:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, GtkModelButton.button:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, GtkModelButton.button:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, GtkModelButton.button:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, GtkModelButton.button:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, GtkModelButton.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active, GtkModelButton.button:backdrop.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover, GtkModelButton.button:backdrop.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:focus, GtkModelButton.button:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover, GtkModelButton.button:backdrop.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover:focus {
+ border-color: shade(alpha(currentColor,0.4),0.7); }
+ GtkModelButton.button:focus:hover:insensitive, GtkModelButton.button.flat:focus:hover:insensitive, GtkModelButton.button:backdrop:focus:hover:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:insensitive {
+ border-color: shade(alpha(currentColor,0.4),0.85); }
+ GtkModelButton.button:focus:hover:active:insensitive, GtkModelButton.button:focus:hover:checked:insensitive, GtkModelButton.button.flat:focus:hover:active:insensitive, GtkModelButton.button.flat:focus:hover:checked:insensitive, GtkModelButton.button:backdrop:focus:hover:active:insensitive, GtkModelButton.button:backdrop:focus:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:active:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:checked:insensitive {
+ border-color: shade(alpha(currentColor,0.4),0.8); }
+ GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, GtkModelButton.button.flat:checked, GtkModelButton.button.flat:active, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop.flat:checked, GtkModelButton.button:backdrop.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: shade(alpha(currentColor,0.32),0.8);
+ color: #191724;
+ box-shadow: inset 1px 0 alpha(currentColor,0.06), inset 0 1px alpha(currentColor,0.07), inset -1px 0 alpha(currentColor,0.06), inset 0 -1px alpha(currentColor,0.05); }
+ GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover {
+ border-color: #8e57d1; }
+ GtkModelButton.button:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active, GtkModelButton.button:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:hover, GtkModelButton.button:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:focus, GtkModelButton.button:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:hover:focus, GtkModelButton.button:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked, GtkModelButton.button:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:hover, GtkModelButton.button:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:focus, GtkModelButton.button:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:hover:focus, GtkModelButton.button:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active, GtkModelButton.button:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:hover, GtkModelButton.button:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:focus, GtkModelButton.button:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:hover:focus, GtkModelButton.button:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked, GtkModelButton.button:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:hover, GtkModelButton.button:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:focus, GtkModelButton.button:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:hover:focus, GtkModelButton.button.flat:checked:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active, GtkModelButton.button.flat:checked:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:hover, GtkModelButton.button.flat:checked:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:focus, GtkModelButton.button.flat:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:hover:focus, GtkModelButton.button.flat:checked:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked, GtkModelButton.button.flat:checked:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:hover, GtkModelButton.button.flat:checked:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:focus, GtkModelButton.button.flat:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:hover:focus, GtkModelButton.button.flat:active:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active, GtkModelButton.button.flat:active:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:hover, GtkModelButton.button.flat:active:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:focus, GtkModelButton.button.flat:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:hover:focus, GtkModelButton.button.flat:active:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked, GtkModelButton.button.flat:active:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:hover, GtkModelButton.button.flat:active:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:focus, GtkModelButton.button.flat:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:hover:focus, GtkModelButton.button:backdrop:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active, GtkModelButton.button:backdrop:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:hover, GtkModelButton.button:backdrop:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:focus, GtkModelButton.button:backdrop:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:hover:focus, GtkModelButton.button:backdrop:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked, GtkModelButton.button:backdrop:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover, GtkModelButton.button:backdrop:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:focus, GtkModelButton.button:backdrop:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover:focus, GtkModelButton.button:backdrop:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active, GtkModelButton.button:backdrop:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:hover, GtkModelButton.button:backdrop:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:focus, GtkModelButton.button:backdrop:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:hover:focus, GtkModelButton.button:backdrop:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked, GtkModelButton.button:backdrop:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:hover, GtkModelButton.button:backdrop:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:focus, GtkModelButton.button:backdrop:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:hover:focus, GtkModelButton.button:backdrop.flat:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active, GtkModelButton.button:backdrop.flat:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover, GtkModelButton.button:backdrop.flat:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:focus, GtkModelButton.button:backdrop.flat:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover:focus, GtkModelButton.button:backdrop.flat:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked, GtkModelButton.button:backdrop.flat:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover, GtkModelButton.button:backdrop.flat:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:focus, GtkModelButton.button:backdrop.flat:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover:focus, GtkModelButton.button:backdrop.flat:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active, GtkModelButton.button:backdrop.flat:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover, GtkModelButton.button:backdrop.flat:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:focus, GtkModelButton.button:backdrop.flat:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover:focus, GtkModelButton.button:backdrop.flat:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked, GtkModelButton.button:backdrop.flat:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover, GtkModelButton.button:backdrop.flat:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:focus, GtkModelButton.button:backdrop.flat:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover:focus {
+ border-color: shade(alpha(currentColor,0.32),0.7); }
+ GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button.flat:checked:insensitive, GtkModelButton.button.flat:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop.flat:checked:insensitive, GtkModelButton.button:backdrop.flat:active:insensitive {
+ border-color: shade(alpha(currentColor,0.32),0.85); }
+ GtkModelButton.button:active:checked:insensitive, GtkModelButton.button.flat:active:checked:insensitive, GtkModelButton.button:backdrop:active:checked:insensitive, GtkModelButton.button:backdrop.flat:active:checked:insensitive {
+ border-color: shade(alpha(currentColor,0.32),0.8); }
+ GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:focus, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:focus, GtkModelButton.button:backdrop.flat:hover {
+ color: currentColor; }
+ GtkModelButton.button:insensitive:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive:insensitive, GtkModelButton.button.flat:insensitive:insensitive, GtkModelButton.button:backdrop:insensitive:insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive {
+ background-color: alpha(mix(transparent,currentColor,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(transparent,currentColor,0.6);
+ box-shadow: none; }
+ GtkModelButton.button:insensitive:insensitive :insensitive, GtkModelButton.button.flat:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive :insensitive {
+ color: mix(transparent,currentColor,0.6); }
+ GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ GtkModelButton.button:active:insensitive:insensitive, GtkModelButton.button:checked:insensitive:insensitive, GtkModelButton.button:backdrop:active:insensitive:insensitive, GtkModelButton.button:backdrop:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ GtkModelButton.button.separator, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action, GtkModelButton.button .separator, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator, GtkModelButton.button:backdrop.separator, GtkModelButton.button:backdrop .separator {
+ border: 1px solid currentColor;
+ color: rgba(0, 0, 0, 0); }
+ GtkModelButton.button.separator:insensitive, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action:insensitive, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action:insensitive, GtkModelButton.button .separator:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator:insensitive, GtkModelButton.button:backdrop.separator:insensitive, GtkModelButton.button:backdrop .separator:insensitive {
+ color: rgba(0, 0, 0, 0); }
+ GtkModelButton.button:focus:hover, GtkModelButton.button.flat:checked:hover, GtkModelButton.button:active:hover, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:selected, .selection-mode.header-bar GtkModelButton.button.suggested-action:selected, .selection-mode.toolbar GtkModelButton.button.suggested-action:selected, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop:selected {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724;
+ box-shadow: none; }
+ GtkModelButton.button.flat:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked, GtkModelButton.button:backdrop.flat:checked {
+ box-shadow: none; }
+ GtkModelButton.button.flat, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop.flat, GtkModelButton.button:backdrop.flat:hover {
+ transition: none; }
+
+/***************
+! Dimmed label *
+****************/
+.dim-label, GtkLabel.separator {
+ opacity: .5;
+ text-shadow: none; }
+
+/***********
+ ! Tooltip *
+************/
+.tooltip.background {
+ background-color: #1f1d2e;
+ background-image: none;
+ border: 0;
+ border-radius: 2px;
+ color: #f0f0f3; }
+
+.tooltip * {
+ background-color: transparent;
+ color: inherit; }
+
+/***********
+ ! Dialogs *
+************/
+GtkMessageDialog, .message-dialog, .prompt {
+ -GtkDialog-content-area-border: 3px;
+ -GtkDialog-action-area-border: 3px;
+ -GtkDialog-button-spacing: 3px;
+ margin: 0;
+ padding: 0; }
+
+/*********************
+ ! App notifications *
+**********************/
+.app-notification, .app-notification.frame {
+ border-style: solid;
+ border-color: rgba(20, 18, 29, 0.8);
+ border-width: 0 1px 1px;
+ border-radius: 0 0 2px 2px;
+ padding: 6px;
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ color: #e0def4; }
+ .app-notification .button, .app-notification .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .app-notification .button.suggested-action, .app-notification .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .app-notification .button.suggested-action, .app-notification.frame .button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover {
+ border-color: #8e57d1; }
+ .app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover:focus, .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover:focus, .app-notification.frame .button:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .button:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .app-notification .button:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:insensitive, .app-notification.frame .button:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .app-notification .button.flat, .app-notification .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .app-notification .flat.button.suggested-action, .app-notification .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .app-notification .flat.button.suggested-action, .app-notification.frame .button.flat {
+ border-color: rgba(25, 23, 36, 0);
+ color: #e0def4;
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .button.flat:hover, .app-notification.frame .button:hover, .app-notification.frame .button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .app-notification .button:hover:focus, .app-notification .button:hover:hover, .app-notification .button.flat:hover:focus, .app-notification .button.flat:hover:hover, .app-notification.frame .button:hover:focus, .app-notification.frame .button:hover:hover, .app-notification.frame .button.flat:hover:focus, .app-notification.frame .button.flat:hover:hover {
+ border-color: #8e57d1; }
+ .app-notification .button:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active, .app-notification .button:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover, .app-notification .button:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:focus, .app-notification .button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .button:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked, .app-notification .button:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .button:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .button.flat:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active, .app-notification .button.flat:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .button.flat:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .button.flat:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .button.flat:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .button.flat:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .button.flat:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .button.flat:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .button:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button.flat:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .button.flat:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .button.flat:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .button.flat:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .button.flat:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .button.flat:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .button.flat:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .button.flat:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .app-notification .button:hover:insensitive, .app-notification .button.flat:hover:insensitive, .app-notification.frame .button:hover:insensitive, .app-notification.frame .button.flat:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .app-notification .button:hover:active:insensitive, .app-notification .button:hover:checked:insensitive, .app-notification .button.flat:hover:active:insensitive, .app-notification .button.flat:hover:checked:insensitive, .app-notification.frame .button:hover:active:insensitive, .app-notification.frame .button:hover:checked:insensitive, .app-notification.frame .button.flat:hover:active:insensitive, .app-notification.frame .button.flat:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button.flat:focus, .app-notification.frame .button:focus, .app-notification.frame .button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ .app-notification .button:focus:hover, .app-notification .button.flat:focus:hover, .app-notification.frame .button:focus:hover, .app-notification.frame .button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ .app-notification .button:focus:hover:hover, .app-notification .button.flat:focus:hover:hover, .app-notification.frame .button:focus:hover:hover, .app-notification.frame .button.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ .app-notification .button:focus:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active, .app-notification .button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .button:focus:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .button.flat:focus:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .button.flat:focus:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .button.flat:focus:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .button.flat:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .button.flat:focus:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .button.flat:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .button.flat:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .button.flat:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button.flat:focus:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .button.flat:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .button.flat:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .button.flat:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button.flat:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .button.flat:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button.flat:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button.flat:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .app-notification .button:focus:hover:insensitive, .app-notification .button.flat:focus:hover:insensitive, .app-notification.frame .button:focus:hover:insensitive, .app-notification.frame .button.flat:focus:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .app-notification .button:focus:hover:active:insensitive, .app-notification .button:focus:hover:checked:insensitive, .app-notification .button.flat:focus:hover:active:insensitive, .app-notification .button.flat:focus:hover:checked:insensitive, .app-notification.frame .button:focus:hover:active:insensitive, .app-notification.frame .button:focus:hover:checked:insensitive, .app-notification.frame .button.flat:focus:hover:active:insensitive, .app-notification.frame .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .button.flat:checked, .app-notification .button.flat:active, .app-notification.frame .button:checked, .app-notification.frame .button:active, .app-notification.frame .button.flat:checked, .app-notification.frame .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover {
+ border-color: #8e57d1; }
+ .app-notification .button:checked:active, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active, .app-notification .button:checked:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:hover, .app-notification .button:checked:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:focus, .app-notification .button:checked:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:hover:focus, .app-notification .button:checked:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked, .app-notification .button:checked:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:hover, .app-notification .button:checked:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:focus, .app-notification .button:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:hover:focus, .app-notification .button:active:active, .app-notification .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .app-notification .button.suggested-action:active:active, .app-notification .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .app-notification .button.suggested-action:active:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active, .app-notification .button:active:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:hover, .app-notification .button:active:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:focus, .app-notification .button:active:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:hover:focus, .app-notification .button:active:checked, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked, .app-notification .button:active:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:hover, .app-notification .button:active:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:focus, .app-notification .button:active:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:hover:focus, .app-notification .button.flat:checked:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active, .app-notification .button.flat:checked:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:hover, .app-notification .button.flat:checked:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:focus, .app-notification .button.flat:checked:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:hover:focus, .app-notification .button.flat:checked:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked, .app-notification .button.flat:checked:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:hover, .app-notification .button.flat:checked:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:focus, .app-notification .button.flat:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:hover:focus, .app-notification .button.flat:active:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active, .app-notification .button.flat:active:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:hover, .app-notification .button.flat:active:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:focus, .app-notification .button.flat:active:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:hover:focus, .app-notification .button.flat:active:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked, .app-notification .button.flat:active:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:hover, .app-notification .button.flat:active:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:focus, .app-notification .button.flat:active:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:hover:focus, .app-notification.frame .button:checked:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active, .app-notification.frame .button:checked:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:hover, .app-notification.frame .button:checked:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:focus, .app-notification.frame .button:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:hover:focus, .app-notification.frame .button:checked:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked, .app-notification.frame .button:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:hover, .app-notification.frame .button:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:focus, .app-notification.frame .button:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:hover:focus, .app-notification.frame .button:active:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active, .app-notification.frame .button:active:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:hover, .app-notification.frame .button:active:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:focus, .app-notification.frame .button:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:hover:focus, .app-notification.frame .button:active:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked, .app-notification.frame .button:active:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:hover, .app-notification.frame .button:active:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:focus, .app-notification.frame .button:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:hover:focus, .app-notification.frame .button.flat:checked:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active, .app-notification.frame .button.flat:checked:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:hover, .app-notification.frame .button.flat:checked:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:focus, .app-notification.frame .button.flat:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:hover:focus, .app-notification.frame .button.flat:checked:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked, .app-notification.frame .button.flat:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:hover, .app-notification.frame .button.flat:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:focus, .app-notification.frame .button.flat:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:hover:focus, .app-notification.frame .button.flat:active:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active, .app-notification.frame .button.flat:active:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:hover, .app-notification.frame .button.flat:active:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:focus, .app-notification.frame .button.flat:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:hover:focus, .app-notification.frame .button.flat:active:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked, .app-notification.frame .button.flat:active:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:hover, .app-notification.frame .button.flat:active:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:focus, .app-notification.frame .button.flat:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .app-notification .button:checked:insensitive, .app-notification .button:active:insensitive, .app-notification .button.flat:checked:insensitive, .app-notification .button.flat:active:insensitive, .app-notification.frame .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button.flat:checked:insensitive, .app-notification.frame .button.flat:active:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .app-notification .button:checked:active:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:insensitive, .app-notification .button:checked:checked:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:insensitive, .app-notification .button:active:active:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:insensitive, .app-notification .button:active:checked:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:insensitive, .app-notification .button.flat:checked:active:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:insensitive, .app-notification .button.flat:checked:checked:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:insensitive, .app-notification .button.flat:active:active:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:insensitive, .app-notification .button.flat:active:checked:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:insensitive, .app-notification.frame .button:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:insensitive, .app-notification.frame .button:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:insensitive, .app-notification.frame .button:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:insensitive, .app-notification.frame .button:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:insensitive, .app-notification.frame .button.flat:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:insensitive, .app-notification.frame .button.flat:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:insensitive, .app-notification.frame .button.flat:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:insensitive, .app-notification.frame .button.flat:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .button.flat:focus, .app-notification .button.flat:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover, .app-notification.frame .button.flat:focus, .app-notification.frame .button.flat:hover {
+ color: #e0def4; }
+ .app-notification .button:insensitive:insensitive, .app-notification .button.flat:insensitive:insensitive, .app-notification.frame .button:insensitive:insensitive, .app-notification.frame .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .app-notification .button:insensitive:insensitive :insensitive, .app-notification .button.flat:insensitive:insensitive :insensitive, .app-notification.frame .button:insensitive:insensitive :insensitive, .app-notification.frame .button.flat:insensitive:insensitive :insensitive {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .app-notification .button:active:insensitive:insensitive, .app-notification .button:checked:insensitive:insensitive, .app-notification.frame .button:active:insensitive:insensitive, .app-notification.frame .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .app-notification .button.separator, .app-notification .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .app-notification .separator.button.suggested-action, .app-notification .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .app-notification .separator.button.suggested-action, .app-notification .button .separator, .app-notification .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .app-notification .button.suggested-action .separator, .app-notification .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .app-notification .button.suggested-action .separator, .app-notification.frame .button.separator, .app-notification.frame .button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .app-notification .button.separator:insensitive, .app-notification .button .separator:insensitive, .app-notification.frame .button.separator:insensitive, .app-notification.frame .button .separator:insensitive {
+ color: rgba(25, 23, 36, 0.65); }
+
+/*************
+ ! Expanders *
+**************/
+GtkExpander {
+ padding: 3px;
+ outline-offset: 1px; }
+
+.expander {
+ color: alpha(currentColor,0.7);
+ border: alpha(currentColor,0.7); }
+ .expander:hover {
+ color: alpha(currentColor,0.8);
+ border-color: alpha(currentColor,0.8); }
+ .expander:active {
+ color: alpha(currentColor,0.9);
+ border-color: alpha(currentColor,0.9); }
+
+/*******************
+ ! Symbolic images *
+********************/
+.image {
+ color: alpha(currentColor,0.5); }
+ .image:hover {
+ color: alpha(currentColor,0.9); }
+ .image:selected, .image:selected:hover {
+ color: #191724; }
+
+/****************
+ ! Floating bar *
+*****************/
+.floating-bar {
+ background-color: #f0f0f3;
+ background-image: none;
+ border: 1px solid #babac8;
+ border-radius: 2px;
+ color: #1f1d2e; }
+ .floating-bar.top {
+ border-top-width: 0;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0; }
+ .floating-bar.right {
+ border-right-width: 0;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .floating-bar.bottom {
+ border-bottom-width: 0;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ .floating-bar.left {
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .floating-bar .button, .floating-bar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .floating-bar .button.suggested-action, .floating-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .floating-bar .button.suggested-action {
+ -GtkButton-image-spacing: 0;
+ -GtkButton-inner-border: 0;
+ border: 0;
+ background-color: transparent;
+ background-image: none; }
+
+/*************************
+ ! Touch text selections *
+**************************/
+GtkBubbleWindow {
+ border-radius: 2px;
+ background-clip: border-box; }
+ GtkBubbleWindow.osd.background {
+ background-color: rgba(25, 23, 36, 0.8); }
+ GtkBubbleWindow .toolbar {
+ background-color: transparent; }
+
+/***************
+ ! Font-viewer *
+****************/
+SushiFontWidget {
+ padding: 3px 6px; }
+
+/*************
+ ! Gucharmap *
+**************/
+GucharmapChartable {
+ background-color: #c5c3ce;
+ color: #26233a; }
+
+/*************
+ ! Evolution *
+**************/
+EPreviewPane .entry {
+ background-color: #c5c3ce;
+ color: #26233a; }
+
+/*******************
+ ! Gnome Bluetooth *
+********************/
+GtkEntry.entry.pin-entry {
+ font: regular 50;
+ padding-left: 25px;
+ padding-right: 25px; }
+
+GtkLabel.pin-label {
+ font: regular 50; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/**********
+ ! Notebook
+***********/
+.notebook {
+ padding: 0;
+ border-style: solid;
+ border-color: #babac8;
+ border-radius: 0;
+ background-color: #f0f0f3;
+ background-image: none;
+ background-clip: border-box;
+ color: #26233a;
+ -GtkNotebook-initial-gap: 0;
+ -GtkNotebook-arrow-spacing: 5;
+ -GtkNotebook-tab-curvature: 0;
+ -GtkNotebook-tab-overlap: 1;
+ -GtkNotebook-has-tab-gap: false; }
+ .notebook.frame.top {
+ border-width: 0 1px 1px; }
+ .notebook.frame.right {
+ border-width: 1px 0 1px 1px; }
+ .notebook.frame.bottom {
+ border-width: 1px 1px 0; }
+ .notebook.frame.left {
+ border-width: 1px 1px 1px 0; }
+ .notebook.header {
+ border-width: 2px;
+ background-color: transparent; }
+ .notebook GtkViewport {
+ border-width: 0;
+ background-color: #c5c3ce;
+ color: #26233a; }
+ .notebook tab {
+ padding: 4px 6px;
+ border-style: solid;
+ border-color: #8f8fa6;
+ background-color: #babac8;
+ background-image: none;
+ /* close button styling */ }
+ .notebook tab:active {
+ background-color: #f0f0f3;
+ background-image: none; }
+ .notebook tab.top {
+ border-width: 2px 1px 1px;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ .notebook tab.top:active {
+ border-top-width: 3px;
+ border-top-color: #c4a7e7;
+ border-bottom-width: 0; }
+ .notebook tab.right {
+ border-width: 1px 2px 1px 1px;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .notebook tab.right:active {
+ border-right-width: 3px;
+ border-right-color: #c4a7e7;
+ border-left-width: 0; }
+ .notebook tab.bottom {
+ border-width: 1px 1px 2px;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0; }
+ .notebook tab.bottom:active {
+ border-bottom-width: 3px;
+ border-bottom-color: #c4a7e7;
+ border-top-width: 0; }
+ .notebook tab.left {
+ border-width: 1px 1px 1px 2px;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .notebook tab.left:active {
+ border-left-width: 3px;
+ border-left-color: #c4a7e7;
+ border-right-width: 0; }
+ .notebook tab GtkLabel {
+ color: mix(#26233a,#c5c3ce,0.3); }
+ .notebook tab.reorderable-page:hover {
+ background-color: #a5a2b3;
+ border-left: 0;
+ border-right: 0;
+ /* using box shadows instead of borders due to slanted edges */
+ box-shadow: inset 0 3px rgba(12, 12, 18, 0.03), inset 0 2px rgba(12, 12, 18, 0.03), inset 0 1px rgba(12, 12, 18, 0.03), inset 1px 0 #858198, inset -1px 0 #858198; }
+ .notebook tab.reorderable-page:active {
+ background-color: #b0adbc;
+ border-left: 0;
+ border-right: 0;
+ box-shadow: inset 0 3px rgba(12, 12, 18, 0.03), inset 0 2px rgba(12, 12, 18, 0.03), inset 0 1px rgba(12, 12, 18, 0.03), inset 1px 0 #908ca1, inset -1px 0 #908ca1; }
+ .notebook .prelight-page, .notebook .prelight-page GtkLabel {
+ color: mix(#26233a,#c5c3ce,0.15); }
+ .notebook .active-page, .notebook .active-page GtkLabel {
+ color: #26233a; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*******
+ ! OSD *
+********/
+GtkOverlay.osd {
+ background-color: transparent; }
+
+.osd,
+#XfceNotifyWindow {
+ /* used by gnome-settings-daemon's media-keys OSD */
+ /* used by Documents */ }
+ .osd.background,
+ #XfceNotifyWindow.background {
+ background-color: rgba(25, 23, 36, 0.6);
+ color: #e0def4; }
+ .osd.frame,
+ #XfceNotifyWindow.frame {
+ background-clip: border-box;
+ background-origin: border-box; }
+ .osd.button, .selection-mode.header-bar .osd.button.suggested-action, .selection-mode.toolbar .osd.button.suggested-action, .osd .button, .osd .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .osd .button.suggested-action, .osd .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .osd .button.suggested-action,
+ #XfceNotifyWindow.button,
+ #XfceNotifyWindow .button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover,
+ #XfceNotifyWindow.button:focus,
+ #XfceNotifyWindow.button:hover,
+ #XfceNotifyWindow .button:focus,
+ #XfceNotifyWindow .button:hover {
+ border-color: #8e57d1; }
+ .osd.button:active, .selection-mode.header-bar .osd.button.suggested-action:active, .selection-mode.toolbar .osd.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover:focus, .osd.button:checked, .selection-mode.header-bar .osd.button.suggested-action:checked, .selection-mode.toolbar .osd.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover:focus, .osd .button:active, .osd .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .osd .button.suggested-action:active, .osd .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .osd .button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover:focus, .osd .button:checked, .osd .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .osd .button.suggested-action:checked, .osd .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .osd .button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover:focus,
+ #XfceNotifyWindow.button:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active,
+ #XfceNotifyWindow.button:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover:focus,
+ #XfceNotifyWindow.button:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked,
+ #XfceNotifyWindow.button:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover:focus,
+ #XfceNotifyWindow .button:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active,
+ #XfceNotifyWindow .button:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .button:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .button:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover:focus,
+ #XfceNotifyWindow .button:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked,
+ #XfceNotifyWindow .button:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .osd.button:insensitive, .selection-mode.header-bar .osd.button.suggested-action:insensitive, .selection-mode.toolbar .osd.button.suggested-action:insensitive, .osd .button:insensitive, .osd .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .osd .button.suggested-action:insensitive, .osd .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .osd .button.suggested-action:insensitive,
+ #XfceNotifyWindow.button:insensitive,
+ #XfceNotifyWindow .button:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive,
+ #XfceNotifyWindow.button:active:insensitive,
+ #XfceNotifyWindow.button:checked:insensitive,
+ #XfceNotifyWindow .button:active:insensitive,
+ #XfceNotifyWindow .button:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .osd.button.flat, .selection-mode.header-bar .osd.flat.button.suggested-action, .selection-mode.toolbar .osd.flat.button.suggested-action, .osd .button.flat, .osd .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .osd .flat.button.suggested-action, .osd .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .osd .flat.button.suggested-action,
+ #XfceNotifyWindow.button.flat,
+ #XfceNotifyWindow .button.flat {
+ border-color: rgba(25, 23, 36, 0);
+ color: #e0def4;
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd.button.flat:hover, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .button.flat:hover,
+ #XfceNotifyWindow.button:hover,
+ #XfceNotifyWindow.button.flat:hover,
+ #XfceNotifyWindow .button:hover,
+ #XfceNotifyWindow .button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .osd.button:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:focus, .osd.button:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:hover, .osd.button.flat:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:focus, .osd.button.flat:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:hover, .osd .button:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:focus, .osd .button:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:hover, .osd .button.flat:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:focus, .osd .button.flat:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:hover,
+ #XfceNotifyWindow.button:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:focus,
+ #XfceNotifyWindow.button:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:hover,
+ #XfceNotifyWindow.button.flat:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:focus,
+ #XfceNotifyWindow.button.flat:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:hover,
+ #XfceNotifyWindow .button:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:focus,
+ #XfceNotifyWindow .button:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:hover,
+ #XfceNotifyWindow .button.flat:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:focus,
+ #XfceNotifyWindow .button.flat:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:hover {
+ border-color: #8e57d1; }
+ .osd.button:hover:active, .selection-mode.header-bar .osd.button.suggested-action:hover:active, .selection-mode.toolbar .osd.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active, .osd.button:hover:active:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:hover, .osd.button:hover:active:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:focus, .osd.button:hover:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:hover:focus, .osd.button:hover:checked, .selection-mode.header-bar .osd.button.suggested-action:hover:checked, .selection-mode.toolbar .osd.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked, .osd.button:hover:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:hover, .osd.button:hover:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:focus, .osd.button:hover:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:hover:focus, .osd.button.flat:hover:active, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active, .osd.button.flat:hover:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:hover, .osd.button.flat:hover:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:focus, .osd.button.flat:hover:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:hover:focus, .osd.button.flat:hover:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked, .osd.button.flat:hover:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:hover, .osd.button.flat:hover:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:focus, .osd.button.flat:hover:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:hover:focus, .osd .button:hover:active, .osd .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .osd .button.suggested-action:hover:active, .osd .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .osd .button.suggested-action:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active, .osd .button:hover:active:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:active:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:hover, .osd .button:hover:active:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:active:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:focus, .osd .button:hover:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:hover:focus, .osd .button:hover:checked, .osd .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .osd .button.suggested-action:hover:checked, .osd .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .osd .button.suggested-action:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked, .osd .button:hover:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:hover, .osd .button:hover:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:focus, .osd .button:hover:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:hover:focus, .osd .button.flat:hover:active, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active, .osd .button.flat:hover:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:hover, .osd .button.flat:hover:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:focus, .osd .button.flat:hover:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:hover:focus, .osd .button.flat:hover:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked, .osd .button.flat:hover:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:hover, .osd .button.flat:hover:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:focus, .osd .button.flat:hover:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow.button:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active,
+ #XfceNotifyWindow.button:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow.button:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow.button:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow.button:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked,
+ #XfceNotifyWindow.button:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow.button:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow.button:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow.button.flat:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active,
+ #XfceNotifyWindow.button.flat:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow.button.flat:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow.button.flat:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow.button.flat:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked,
+ #XfceNotifyWindow.button.flat:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow.button.flat:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow.button.flat:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow .button:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active,
+ #XfceNotifyWindow .button:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow .button:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow .button:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow .button:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked,
+ #XfceNotifyWindow .button:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow .button:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow .button:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow .button.flat:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active,
+ #XfceNotifyWindow .button.flat:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow .button.flat:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow .button.flat:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow .button.flat:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked,
+ #XfceNotifyWindow .button.flat:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow .button.flat:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow .button.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .osd.button:hover:insensitive, .osd.button.flat:hover:insensitive, .osd .button:hover:insensitive, .osd .button.flat:hover:insensitive,
+ #XfceNotifyWindow.button:hover:insensitive,
+ #XfceNotifyWindow.button.flat:hover:insensitive,
+ #XfceNotifyWindow .button:hover:insensitive,
+ #XfceNotifyWindow .button.flat:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .osd.button:hover:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:insensitive, .osd.button:hover:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:insensitive, .osd.button.flat:hover:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:insensitive, .osd.button.flat:hover:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:insensitive, .osd .button:hover:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:hover:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:insensitive, .osd .button:hover:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:insensitive, .osd .button.flat:hover:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:insensitive, .osd .button.flat:hover:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow.button:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow.button:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow.button.flat:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow.button.flat:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow .button:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow .button:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow .button.flat:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow .button.flat:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button.flat:focus, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button.flat:focus,
+ #XfceNotifyWindow.button:focus,
+ #XfceNotifyWindow.button.flat:focus,
+ #XfceNotifyWindow .button:focus,
+ #XfceNotifyWindow .button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ .osd.button:focus:hover, .osd.button.flat:focus:hover, .osd .button:focus:hover, .osd .button.flat:focus:hover,
+ #XfceNotifyWindow.button:focus:hover,
+ #XfceNotifyWindow.button.flat:focus:hover,
+ #XfceNotifyWindow .button:focus:hover,
+ #XfceNotifyWindow .button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ .osd.button:focus:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:focus, .osd.button:focus:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:hover, .osd.button.flat:focus:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:focus, .osd.button.flat:focus:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:hover, .osd .button:focus:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:focus, .osd .button:focus:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:hover, .osd .button.flat:focus:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:focus, .osd .button.flat:focus:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow.button:focus:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow.button:focus:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow.button.flat:focus:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow .button:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow .button:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow .button.flat:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:hover {
+ border-color: #8e57d1; }
+ .osd.button:focus:hover:active, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active, .osd.button:focus:hover:active:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:hover, .osd.button:focus:hover:active:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:focus, .osd.button:focus:hover:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:hover:focus, .osd.button:focus:hover:checked, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked, .osd.button:focus:hover:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:hover, .osd.button:focus:hover:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:focus, .osd.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:hover:focus, .osd.button.flat:focus:hover:active, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active, .osd.button.flat:focus:hover:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:hover, .osd.button.flat:focus:hover:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:focus, .osd.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:hover:focus, .osd.button.flat:focus:hover:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked, .osd.button.flat:focus:hover:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:hover, .osd.button.flat:focus:hover:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:focus, .osd.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:hover:focus, .osd .button:focus:hover:active, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active, .osd .button:focus:hover:active:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:hover, .osd .button:focus:hover:active:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:focus, .osd .button:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:hover:focus, .osd .button:focus:hover:checked, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked, .osd .button:focus:hover:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:hover, .osd .button:focus:hover:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:focus, .osd .button:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:hover:focus, .osd .button.flat:focus:hover:active, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active, .osd .button.flat:focus:hover:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:hover, .osd .button.flat:focus:hover:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:focus, .osd .button.flat:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:hover:focus, .osd .button.flat:focus:hover:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked, .osd .button.flat:focus:hover:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:hover, .osd .button.flat:focus:hover:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:focus, .osd .button.flat:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow.button:focus:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow.button:focus:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow.button:focus:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow.button:focus:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow.button:focus:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow.button:focus:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow.button:focus:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow.button:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow.button.flat:focus:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow.button.flat:focus:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow.button.flat:focus:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow.button.flat:focus:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .button:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow .button:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow .button:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow .button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .button:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow .button:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow .button:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow .button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow .button.flat:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow .button.flat:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow .button.flat:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow .button.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .osd.button:focus:hover:insensitive, .osd.button.flat:focus:hover:insensitive, .osd .button:focus:hover:insensitive, .osd .button.flat:focus:hover:insensitive,
+ #XfceNotifyWindow.button:focus:hover:insensitive,
+ #XfceNotifyWindow.button.flat:focus:hover:insensitive,
+ #XfceNotifyWindow .button:focus:hover:insensitive,
+ #XfceNotifyWindow .button.flat:focus:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .osd.button:focus:hover:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:insensitive, .osd.button:focus:hover:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:insensitive, .osd.button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:insensitive, .osd.button.flat:focus:hover:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:insensitive, .osd .button:focus:hover:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:insensitive, .osd .button:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:insensitive, .osd .button.flat:focus:hover:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:insensitive, .osd .button.flat:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow.button:focus:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow.button:focus:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow.button.flat:focus:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow.button.flat:focus:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .button.flat:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .button.flat:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .osd.button:checked, .selection-mode.header-bar .osd.button.suggested-action:checked, .selection-mode.toolbar .osd.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked, .osd.button:active, .selection-mode.header-bar .osd.button.suggested-action:active, .selection-mode.toolbar .osd.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active, .osd.button.flat:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked, .osd.button.flat:active, .selection-mode.header-bar .osd.flat.button.suggested-action:active, .selection-mode.toolbar .osd.flat.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active, .osd .button:checked, .osd .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .osd .button.suggested-action:checked, .osd .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .osd .button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked, .osd .button:active, .osd .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .osd .button.suggested-action:active, .osd .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .osd .button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active, .osd .button.flat:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked, .osd .button.flat:active, .osd .selection-mode.header-bar .flat.button.suggested-action:active, .selection-mode.header-bar .osd .flat.button.suggested-action:active, .osd .selection-mode.toolbar .flat.button.suggested-action:active, .selection-mode.toolbar .osd .flat.button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active,
+ #XfceNotifyWindow.button:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked,
+ #XfceNotifyWindow.button:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active,
+ #XfceNotifyWindow.button.flat:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked,
+ #XfceNotifyWindow.button.flat:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active,
+ #XfceNotifyWindow .button:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked,
+ #XfceNotifyWindow .button:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active,
+ #XfceNotifyWindow .button.flat:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked,
+ #XfceNotifyWindow .button.flat:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button.flat:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button.flat:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button.flat:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button.flat:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow .button:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .button:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .button.flat:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button.flat:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button.flat:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow .button.flat:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:hover {
+ border-color: #8e57d1; }
+ .osd.button:checked:active, .selection-mode.header-bar .osd.button.suggested-action:checked:active, .selection-mode.toolbar .osd.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active, .osd.button:checked:active:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:hover, .osd.button:checked:active:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:focus, .osd.button:checked:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:hover:focus, .osd.button:checked:checked, .selection-mode.header-bar .osd.button.suggested-action:checked:checked, .selection-mode.toolbar .osd.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked, .osd.button:checked:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:hover, .osd.button:checked:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:focus, .osd.button:checked:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:hover:focus, .osd.button:active:active, .selection-mode.header-bar .osd.button.suggested-action:active:active, .selection-mode.toolbar .osd.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active, .osd.button:active:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:hover, .osd.button:active:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:focus, .osd.button:active:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:hover:focus, .osd.button:active:checked, .selection-mode.header-bar .osd.button.suggested-action:active:checked, .selection-mode.toolbar .osd.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked, .osd.button:active:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:hover, .osd.button:active:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:focus, .osd.button:active:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:hover:focus, .osd.button.flat:checked:active, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active, .osd.button.flat:checked:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:hover, .osd.button.flat:checked:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:focus, .osd.button.flat:checked:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:hover:focus, .osd.button.flat:checked:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked, .osd.button.flat:checked:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:hover, .osd.button.flat:checked:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:focus, .osd.button.flat:checked:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:hover:focus, .osd.button.flat:active:active, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active, .osd.button.flat:active:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:hover, .osd.button.flat:active:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:focus, .osd.button.flat:active:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:hover:focus, .osd.button.flat:active:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked, .osd.button.flat:active:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:hover, .osd.button.flat:active:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:focus, .osd.button.flat:active:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:hover:focus, .osd .button:checked:active, .osd .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .osd .button.suggested-action:checked:active, .osd .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .osd .button.suggested-action:checked:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active, .osd .button:checked:active:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:active:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:hover, .osd .button:checked:active:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:active:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:focus, .osd .button:checked:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:hover:focus, .osd .button:checked:checked, .osd .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .osd .button.suggested-action:checked:checked, .osd .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .osd .button.suggested-action:checked:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked, .osd .button:checked:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:hover, .osd .button:checked:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:focus, .osd .button:checked:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:hover:focus, .osd .button:active:active, .osd .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .osd .button.suggested-action:active:active, .osd .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .osd .button.suggested-action:active:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active, .osd .button:active:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:hover, .osd .button:active:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:focus, .osd .button:active:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:hover:focus, .osd .button:active:checked, .osd .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .osd .button.suggested-action:active:checked, .osd .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .osd .button.suggested-action:active:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked, .osd .button:active:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:active:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:active:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:hover, .osd .button:active:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:active:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:active:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:focus, .osd .button:active:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:hover:focus, .osd .button.flat:checked:active, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active, .osd .button.flat:checked:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:hover, .osd .button.flat:checked:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:focus, .osd .button.flat:checked:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:hover:focus, .osd .button.flat:checked:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked, .osd .button.flat:checked:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:hover, .osd .button.flat:checked:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:focus, .osd .button.flat:checked:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:hover:focus, .osd .button.flat:active:active, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active, .osd .button.flat:active:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:hover, .osd .button.flat:active:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:focus, .osd .button.flat:active:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:hover:focus, .osd .button.flat:active:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked, .osd .button.flat:active:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:hover, .osd .button.flat:active:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:focus, .osd .button.flat:active:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow.button:checked:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active,
+ #XfceNotifyWindow.button:checked:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow.button:checked:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow.button:checked:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow.button:checked:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked,
+ #XfceNotifyWindow.button:checked:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow.button:checked:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow.button:checked:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow.button:active:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active,
+ #XfceNotifyWindow.button:active:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:hover,
+ #XfceNotifyWindow.button:active:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:focus,
+ #XfceNotifyWindow.button:active:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow.button:active:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked,
+ #XfceNotifyWindow.button:active:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow.button:active:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow.button:active:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow.button.flat:checked:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active,
+ #XfceNotifyWindow.button.flat:checked:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow.button.flat:checked:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow.button.flat:checked:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow.button.flat:checked:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked,
+ #XfceNotifyWindow.button.flat:checked:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow.button.flat:checked:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow.button.flat:checked:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow.button.flat:active:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active,
+ #XfceNotifyWindow.button.flat:active:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover,
+ #XfceNotifyWindow.button.flat:active:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:focus,
+ #XfceNotifyWindow.button.flat:active:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow.button.flat:active:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked,
+ #XfceNotifyWindow.button.flat:active:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow.button.flat:active:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow.button.flat:active:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow .button:checked:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active,
+ #XfceNotifyWindow .button:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow .button:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow .button:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow .button:checked:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked,
+ #XfceNotifyWindow .button:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow .button:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow .button:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow .button:active:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active,
+ #XfceNotifyWindow .button:active:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:hover,
+ #XfceNotifyWindow .button:active:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:focus,
+ #XfceNotifyWindow .button:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow .button:active:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked,
+ #XfceNotifyWindow .button:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow .button:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow .button:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow .button.flat:checked:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active,
+ #XfceNotifyWindow .button.flat:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow .button.flat:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow .button.flat:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow .button.flat:checked:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked,
+ #XfceNotifyWindow .button.flat:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow .button.flat:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow .button.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow .button.flat:active:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active,
+ #XfceNotifyWindow .button.flat:active:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover,
+ #XfceNotifyWindow .button.flat:active:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:focus,
+ #XfceNotifyWindow .button.flat:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow .button.flat:active:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked,
+ #XfceNotifyWindow .button.flat:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow .button.flat:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow .button.flat:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .osd.button:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:insensitive, .osd.button:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:insensitive, .osd.button.flat:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:insensitive, .osd.button.flat:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:insensitive, .osd .button:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:insensitive, .osd .button:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:insensitive, .osd .button.flat:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:insensitive, .osd .button.flat:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:insensitive,
+ #XfceNotifyWindow.button:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow.button:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:insensitive,
+ #XfceNotifyWindow.button.flat:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow.button.flat:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:insensitive,
+ #XfceNotifyWindow .button:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow .button:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:insensitive,
+ #XfceNotifyWindow .button.flat:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow .button.flat:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .osd.button:checked:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:insensitive, .osd.button:checked:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:insensitive, .osd.button:active:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:insensitive, .osd.button:active:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:insensitive, .osd.button.flat:checked:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:insensitive, .osd.button.flat:checked:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:insensitive, .osd.button.flat:active:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:insensitive, .osd.button.flat:active:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:insensitive, .osd .button:checked:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:insensitive, .osd .button:checked:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:insensitive, .osd .button:active:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:insensitive, .osd .button:active:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:insensitive, .osd .button.flat:checked:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:insensitive, .osd .button.flat:checked:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:insensitive, .osd .button.flat:active:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:insensitive, .osd .button.flat:active:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow.button:checked:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow.button:checked:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow.button:active:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow.button:active:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow.button.flat:checked:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow.button.flat:checked:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow.button.flat:active:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow.button.flat:active:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow .button:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow .button:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow .button:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow .button:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow .button.flat:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow .button.flat:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow .button.flat:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow .button.flat:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button.flat:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button.flat:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button.flat:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button.flat:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow .button:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .button:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .button.flat:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button.flat:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button.flat:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow .button.flat:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover, .osd.button.flat:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus, .osd.button.flat:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover, .osd .button.flat:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus, .osd .button.flat:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover,
+ #XfceNotifyWindow.button:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus,
+ #XfceNotifyWindow.button:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover,
+ #XfceNotifyWindow.button.flat:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus,
+ #XfceNotifyWindow.button.flat:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover,
+ #XfceNotifyWindow .button:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus,
+ #XfceNotifyWindow .button:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover,
+ #XfceNotifyWindow .button.flat:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus,
+ #XfceNotifyWindow .button.flat:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover {
+ color: #e0def4; }
+ .osd.button:insensitive:insensitive, .osd.button.flat:insensitive:insensitive, .osd .button:insensitive:insensitive, .osd .button.flat:insensitive:insensitive,
+ #XfceNotifyWindow.button:insensitive:insensitive,
+ #XfceNotifyWindow.button.flat:insensitive:insensitive,
+ #XfceNotifyWindow .button:insensitive:insensitive,
+ #XfceNotifyWindow .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .osd.button:insensitive:insensitive :insensitive, .osd.button.flat:insensitive:insensitive :insensitive, .osd .button:insensitive:insensitive :insensitive, .osd .button.flat:insensitive:insensitive :insensitive,
+ #XfceNotifyWindow.button:insensitive:insensitive :insensitive,
+ #XfceNotifyWindow.button.flat:insensitive:insensitive :insensitive,
+ #XfceNotifyWindow .button:insensitive:insensitive :insensitive,
+ #XfceNotifyWindow .button.flat:insensitive:insensitive :insensitive {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive,
+ #XfceNotifyWindow.button:active:insensitive,
+ #XfceNotifyWindow.button:checked:insensitive,
+ #XfceNotifyWindow .button:active:insensitive,
+ #XfceNotifyWindow .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .osd.button:active:insensitive:insensitive, .osd.button:checked:insensitive:insensitive, .osd .button:active:insensitive:insensitive, .osd .button:checked:insensitive:insensitive,
+ #XfceNotifyWindow.button:active:insensitive:insensitive,
+ #XfceNotifyWindow.button:checked:insensitive:insensitive,
+ #XfceNotifyWindow .button:active:insensitive:insensitive,
+ #XfceNotifyWindow .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .osd.button.separator, .selection-mode.header-bar .osd.separator.button.suggested-action, .selection-mode.toolbar .osd.separator.button.suggested-action, .osd.button .separator, .selection-mode.header-bar .osd.button.suggested-action .separator, .selection-mode.toolbar .osd.button.suggested-action .separator, .osd .button.separator, .osd .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .osd .separator.button.suggested-action, .osd .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .osd .separator.button.suggested-action, .osd .button .separator, .osd .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .osd .button.suggested-action .separator, .osd .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .osd .button.suggested-action .separator,
+ #XfceNotifyWindow.button.separator,
+ #XfceNotifyWindow.button .separator,
+ #XfceNotifyWindow .button.separator,
+ #XfceNotifyWindow .button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .osd.button.separator:insensitive, .osd.button .separator:insensitive, .osd .button.separator:insensitive, .osd .button .separator:insensitive,
+ #XfceNotifyWindow.button.separator:insensitive,
+ #XfceNotifyWindow.button .separator:insensitive,
+ #XfceNotifyWindow .button.separator:insensitive,
+ #XfceNotifyWindow .button .separator:insensitive {
+ color: rgba(25, 23, 36, 0.65); }
+ .osd.toolbar,
+ #XfceNotifyWindow.toolbar {
+ -GtkToolbar-button-relief: normal;
+ padding: 3px;
+ border: 1px solid rgba(20, 18, 29, 0.8);
+ border-radius: 2px;
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ color: #e0def4; }
+ .osd.toolbar .separator,
+ #XfceNotifyWindow.toolbar .separator {
+ color: rgba(23, 21, 32, 0.8); }
+ .osd.trough,
+ #XfceNotifyWindow.trough {
+ background-color: rgba(20, 18, 29, 0.8); }
+ .osd.progressbar,
+ #XfceNotifyWindow.progressbar {
+ background-color: #e0def4; }
+ .osd .scale.slider,
+ #XfceNotifyWindow .scale.slider {
+ background-color: rgba(27, 25, 39, 0.8);
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.8); }
+ .osd .scale.slider:focus, .osd .scale.slider:hover,
+ #XfceNotifyWindow .scale.slider:focus,
+ #XfceNotifyWindow .scale.slider:hover {
+ border-color: #8e57d1; }
+ .osd .scale.slider:active, .osd .scale.slider:active:hover, .osd .scale.slider:active:focus, .osd .scale.slider:active:hover:focus, .osd .scale.slider:checked, .osd .scale.slider:checked:hover, .osd .scale.slider:checked:focus, .osd .scale.slider:checked:hover:focus,
+ #XfceNotifyWindow .scale.slider:active,
+ #XfceNotifyWindow .scale.slider:active:hover,
+ #XfceNotifyWindow .scale.slider:active:focus,
+ #XfceNotifyWindow .scale.slider:active:hover:focus,
+ #XfceNotifyWindow .scale.slider:checked,
+ #XfceNotifyWindow .scale.slider:checked:hover,
+ #XfceNotifyWindow .scale.slider:checked:focus,
+ #XfceNotifyWindow .scale.slider:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.8); }
+ .osd .scale.slider:insensitive,
+ #XfceNotifyWindow .scale.slider:insensitive {
+ border-color: rgba(21, 20, 31, 0.8); }
+ .osd .scale.slider:active:insensitive, .osd .scale.slider:checked:insensitive,
+ #XfceNotifyWindow .scale.slider:active:insensitive,
+ #XfceNotifyWindow .scale.slider:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.8); }
+ .osd .scale.slider:insensitive,
+ #XfceNotifyWindow .scale.slider:insensitive {
+ background-color: rgba(23, 21, 32, 0.8);
+ background-image: none; }
+ .osd .scale.trough,
+ #XfceNotifyWindow .scale.trough {
+ border-color: rgba(20, 18, 29, 0.8);
+ background-color: rgba(27, 25, 39, 0.8);
+ background-image: none; }
+ .osd .scale.trough.highlight,
+ #XfceNotifyWindow .scale.trough.highlight {
+ border-color: #c4a7e7;
+ background-color: #c4a7e7;
+ background-image: none; }
+ .osd .scale.trough:insensitive, .osd .scale.trough.highlight:insensitive,
+ #XfceNotifyWindow .scale.trough:insensitive,
+ #XfceNotifyWindow .scale.trough.highlight:insensitive {
+ border-color: rgba(21, 20, 31, 0.8);
+ background-color: rgba(23, 21, 32, 0.8);
+ background-image: none; }
+ .osd.view, GtkHTML.osd, .osd .view, .osd GtkHTML,
+ #XfceNotifyWindow.view,
+ GtkHTML#XfceNotifyWindow,
+ #XfceNotifyWindow .view,
+ #XfceNotifyWindow GtkHTML {
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd .scrollbar .trough,
+ #XfceNotifyWindow .scrollbar .trough {
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd .scrollbar .slider,
+ #XfceNotifyWindow .scrollbar .slider {
+ border: 1px solid mix(rgba(22, 20, 31, 0.8),#e0def4,0.21);
+ border-radius: 0;
+ background-color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.21); }
+ .osd .scrollbar .slider:hover,
+ #XfceNotifyWindow .scrollbar .slider:hover {
+ border-color: mix(rgba(22, 20, 31, 0.8),#e0def4,0.31);
+ background-color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.31); }
+ .osd .scrollbar .slider:active,
+ #XfceNotifyWindow .scrollbar .slider:active {
+ border-color: #af88de;
+ background-color: #c4a7e7; }
+ .osd GtkIconView.cell:selected, .osd GtkIconView.cell:selected:focus,
+ #XfceNotifyWindow GtkIconView.cell:selected,
+ #XfceNotifyWindow GtkIconView.cell:selected:focus {
+ background-color: transparent;
+ border: 3px solid mix(rgba(22, 20, 31, 0.8),#e0def4,0.21);
+ border-radius: 2px;
+ outline-color: transparent; }
+ .osd .page-thumbnail,
+ #XfceNotifyWindow .page-thumbnail {
+ border: 1px solid rgba(23, 21, 32, 0.8);
+ /* when there's no pixbuf yet */
+ background-color: rgba(25, 23, 36, 0.8); }
+
+.osd GtkProgressBar, GtkProgressBar.osd {
+ -GtkProgressBar-xspacing: 0;
+ -GtkProgressBar-yspacing: 2px;
+ -GtkProgressBar-min-horizontal-bar-height: 2px;
+ padding: 0; }
+ .osd GtkProgressBar.trough, GtkProgressBar.osd.trough {
+ padding: 0;
+ border-style: none;
+ border-radius: 0;
+ background-image: none;
+ background-color: transparent; }
+ .osd GtkProgressBar.progressbar, GtkProgressBar.osd.progressbar {
+ border-style: none;
+ border-radius: 0;
+ background-color: #c4a7e7;
+ background-image: none; }
+
+.overshoot.top {
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ .overshoot.top:backdrop {
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+.overshoot.bottom {
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ .overshoot.bottom:backdrop {
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+.overshoot.left {
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ .overshoot.left:backdrop {
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+.overshoot.right {
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ .overshoot.right:backdrop {
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+.undershoot.top {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-top: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center top; }
+
+.undershoot.bottom {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-bottom: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center bottom; }
+
+.undershoot.left {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-left: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: left center; }
+
+.undershoot.right {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-right: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: right center; }
+
+/*****************
+ ! Progress bars *
+******************/
+GtkProgressBar {
+ padding: 0;
+ border-radius: 2px;
+ font-size: smaller;
+ color: rgba(31, 29, 46, 0.6);
+ -GtkProgressBar-min-horizontal-bar-height: 6;
+ -GtkProgressBar-min-vertical-bar-width: 6; }
+ GtkProgressBar.osd {
+ -GtkProgressBar-xspacing: 0;
+ -GtkProgressBar-yspacing: 0;
+ -GtkProgressBar-min-horizontal-bar-height: 3; }
+ GtkProgressBar.trough {
+ border: 1px solid rgba(186, 186, 200, 0.5);
+ background-color: mix(#c5c3ce,#f0f0f3,0.08);
+ background-image: none; }
+
+.progressbar {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-radius: 0;
+ box-shadow: none; }
+ .progressbar.left {
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px; }
+ .progressbar.right {
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px; }
+ .progressbar.left.right {
+ box-shadow: none; }
+ .progressbar.vertical {
+ background-color: #c4a7e7;
+ background-image: none; }
+ .progressbar.vertical.bottom {
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px; }
+ .progressbar.vertical.top {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+GtkLevelBar {
+ -GtkLevelBar-min-block-width: 34;
+ -GtkLevelBar-min-block-height: 3; }
+ GtkLevelBar.vertical {
+ -GtkLevelBar-min-block-width: 3;
+ -GtkLevelBar-min-block-height: 34; }
+
+.level-bar.trough {
+ background-color: mix(#c5c3ce,#f0f0f3,0.08);
+ background-image: none;
+ border: 1px solid rgba(186, 186, 200, 0.5);
+ border-radius: 2px; }
+
+.level-bar.fill-block {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: transparent;
+ border-radius: 0; }
+ .level-bar.fill-block.indicator-discrete.horizontal {
+ margin-right: 1px; }
+ .level-bar.fill-block.indicator-discrete.vertical {
+ margin-bottom: 1px; }
+ .level-bar.fill-block.level-high {
+ background-color: #ebbcba;
+ border-color: transparent; }
+ .level-bar.fill-block.level-low {
+ background-color: #f6c177;
+ border-color: transparent; }
+ .level-bar.fill-block.empty-fill-block {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none; }
+
+.scale {
+ -GtkRange-slider-width: 16;
+ -GtkRange-trough-border: 1;
+ -GtkScale-slider-length: 16;
+ padding: 0;
+ border-width: 1px;
+ border-radius: 2px;
+ outline-offset: -1px; }
+ .scale.slider {
+ background-color: mix(#c5c3ce,#f0f0f3,0.08);
+ background-image: none;
+ border-color: #babac8;
+ border-radius: 8px;
+ border-width: 1px;
+ border-style: solid;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.3); }
+ .scale.slider:focus, .scale.slider:hover {
+ border-color: #8e57d1; }
+ .scale.slider:active, .scale.slider:active:hover, .scale.slider:active:focus, .scale.slider:active:hover:focus, .scale.slider:checked, .scale.slider:checked:hover, .scale.slider:checked:focus, .scale.slider:checked:hover:focus {
+ border-color: #a0a0b3; }
+ .scale.slider:insensitive {
+ border-color: #c8c8d3; }
+ .scale.slider:active:insensitive, .scale.slider:checked:insensitive {
+ border-color: #babac8; }
+ .scale.slider:insensitive {
+ background-color: #d5d5de;
+ background-image: none; }
+ .scale.fine-tune:active, .scale.fine-tune:active:hover, .scale.fine-tune.horizontal:active, .scale.fine-tune.horizontal:active:hover {
+ background-size: 50%;
+ background-repeat: no-repeat;
+ background-position: center; }
+ .scale.mark {
+ border-color: rgba(186, 186, 200, 0.5); }
+ .scale.trough {
+ background-color: mix(#c5c3ce,#f0f0f3,0.08);
+ background-image: none;
+ margin: 7px 0;
+ border: 1px solid rgba(186, 186, 200, 0.5);
+ border-radius: 2px; }
+ .scale.trough:insensitive {
+ background-color: #d5d5de;
+ background-image: none; }
+ .scale.trough.vertical {
+ margin: 0 7px; }
+ .scale.highlight.left, .memuitem .scale.highlight.left {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #c4a7e7; }
+ .scale.highlight.left:hover, .memuitem .scale.highlight.left:hover {
+ border-color: #9a68d6;
+ background-color: #9a68d6; }
+ .scale.highlight.left:insensitive, .memuitem .scale.highlight.left:insensitive {
+ background-color: #d5d5de;
+ background-image: none;
+ border-color: #c8c8d3; }
+ .scale.highlight.bottom {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #c4a7e7; }
+
+/***********
+ ! Scrollbar
+************/
+* {
+ -GtkRange-slider-width: 8;
+ -GtkRange-stepper-spacing: 0;
+ -GtkRange-trough-border: 2;
+ -GtkRange-trough-under-steppers: 1;
+ -GtkScrollbar-has-backward-stepper: false;
+ -GtkScrollbar-has-forward-stepper: false;
+ -GtkScrollbar-min-slider-length: 80;
+ -GtkScrolledWindow-scrollbar-spacing: 0;
+ -GtkScrolledWindow-scrollbars-within-bevel: 1; }
+
+.scrollbar {
+ border: 0;
+ padding: 0; }
+ .scrollbar.button, .selection-mode.header-bar .scrollbar.button.suggested-action, .selection-mode.toolbar .scrollbar.button.suggested-action, .scrollbar.button:active, .scrollbar.button:active:hover {
+ border-width: 0;
+ border-radius: 0;
+ background-color: transparent;
+ background-image: none;
+ color: rgba(31, 29, 46, 0.5); }
+ .scrollbar.slider, .scrollbar.slider.vertical {
+ border: 0;
+ border-radius: 2px;
+ background-color: mix(#f0f0f3,#1f1d2e,0.21); }
+ .scrollbar.slider:hover, .scrollbar.slider.vertical:hover {
+ background-color: mix(#f0f0f3,#1f1d2e,0.31); }
+ .scrollbar.slider:active, .scrollbar.slider.vertical:active {
+ background-color: #c4a7e7; }
+ .scrollbar.slider.fine-tune:hover:active, .scrollbar.slider.vertical.fine-tune:hover:active {
+ border: 2px solid transparent; }
+ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
+ opacity: .5;
+ -GtkRange-slider-width: 4px; }
+ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
+ margin: 0;
+ background-color: #1f1d2e;
+ background-clip: padding-box; }
+ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough {
+ border-style: none;
+ background-color: transparent; }
+ .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering {
+ opacity: .7; }
+
+.scrollbars-junction,
+.scrollbars-junction.frame,
+.scrollbar.trough {
+ border: 0;
+ border-radius: 0;
+ background-color: #f0f0f3;
+ background-image: none; }
+
+OsThumb, OsScrollbar {
+ color: #a0a0b3; }
+ OsThumb:selected, OsScrollbar:selected {
+ background-color: #c4a7e7; }
+ OsThumb:active, OsScrollbar:active {
+ background-color: #c4a7e7; }
+ OsThumb:insensitive, OsScrollbar:insensitive {
+ background-color: #d5d5de; }
+
+/*********
+ ! Sidebar
+**********/
+.sidebar, .sidebar.view, .sidebar .view, .sidebar GtkHTML, .sidebar GtkScrolledWindow {
+ background-color: #f0f0f3;
+ color: mix(#1f1d2e,#f0f0f3,0.1); }
+ .sidebar.separator, .sidebar.separator:hover, .sidebar.separator:focus, .sidebar.view.separator, .sidebar.view.separator:hover, .sidebar.view.separator:focus, .sidebar .view.separator, .sidebar GtkHTML.separator, .sidebar .view.separator:hover, .sidebar .view.separator:focus, .sidebar GtkScrolledWindow.separator, .sidebar GtkScrolledWindow.separator:hover, .sidebar GtkScrolledWindow.separator:focus {
+ border-width: 1px;
+ border-style: solid;
+ border-color: #d5d5de;
+ color: #d5d5de; }
+
+.sidebar row:selected, .sidebar row:selected:hover, .sidebar row:selected:focus, .sidebar .view row:selected, .sidebar .view row:selected:hover, .sidebar .view row:selected:focus {
+ border: 0;
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+
+.sidebar row:selected:hover, .sidebar .view row:selected:hover {
+ border: 0;
+ background-image: none;
+ background-color: #ceb7eb;
+ color: #191724; }
+
+.sidebar row:hover, .sidebar .view row:hover {
+ border: 0;
+ background-image: none;
+ background-color: #fdfdfe; }
+
+.sidebar .frame {
+ border-width: 0; }
+
+.sidebar .sidebar-row {
+ padding: 1px; }
+
+.sidebar .sidebar-icon {
+ padding-left: 6px;
+ padding-right: 6px; }
+
+GtkAssistant .sidebar {
+ padding: 3px;
+ border-width: 0 1px 0 0;
+ border-style: solid;
+ border-right-color: #babac8;
+ border-radius: 0;
+ background-color: #f0f0f3;
+ color: mix(#1f1d2e,#f0f0f3,0.1); }
+ GtkAssistant .sidebar:dir(ltr) {
+ border-width: 0 1px 0 0; }
+ GtkAssistant .sidebar:dir(rtl), GtkAssistant .linked > GtkComboBox > .sidebar.button:dir(rtl) {
+ border-width: 0 0 0 1px; }
+ GtkAssistant .sidebar .label {
+ padding: 3px 6px; }
+ GtkAssistant .sidebar .label.highlight {
+ background-color: mix(#f0f0f3,#1f1d2e,0.8); }
+ GtkAssistant .sidebar.csd .sidebar {
+ border-top-style: none; }
+ GtkAssistant .sidebar .highlight {
+ font: bold; }
+
+/******
+! Paned
+*******/
+GtkPaned {
+ -GtkPaned-handle-size: 1;
+ -gtk-icon-source: none;
+ margin: 0 3px; }
+ GtkPaned:dir(rtl), .linked > GtkComboBox > GtkPaned.button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl) {
+ margin-right: 0;
+ margin-left: 3px; }
+ GtkPaned .pane-separator {
+ background-color: #d5d5de; }
+ GtkPaned.wide {
+ -GtkPaned-handle-size: 4;
+ margin: 0; }
+ GtkPaned.wide .pane-separator {
+ background-color: transparent;
+ border-style: none solid;
+ border-color: #d5d5de;
+ border-width: 1px; }
+ GtkPaned.wide.vertical .pane-separator {
+ border-style: solid none; }
+
+/*******************
+ ! Spinner animation
+********************/
+@keyframes spin {
+ to {
+ -gtk-icon-transform: rotate(1turn); } }
+
+.spinner {
+ background-image: none;
+ background-color: #c4a7e7;
+ opacity: 0;
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
+ .spinner:active {
+ opacity: 1;
+ animation: spin 1s linear infinite; }
+ .spinner:active:insensitive {
+ opacity: .5; }
+
+/***********************
+ ! Check and Radio items
+************************/
+* {
+ -GtkCheckButton-indicator-size: 16;
+ -GtkCheckMenuItem-indicator-size: 16; }
+
+.radio {
+ background-image: none;
+ -gtk-icon-source: url("../assets/radio-unchecked-dark.svg"); }
+ .radio:insensitive {
+ -gtk-icon-source: url("../assets/radio-unchecked-insensitive-dark.svg"); }
+ .radio:checked, .radio:active {
+ -gtk-icon-source: url("../assets/radio-checked-dark.svg"); }
+ .radio:checked:insensitive, .radio:active:insensitive {
+ -gtk-icon-source: url("../assets/radio-checked-insensitive-dark.svg"); }
+ .radio:inconsistent {
+ -gtk-icon-source: url("../assets/radio-mixed-dark.svg"); }
+ .radio:inconsistent:insensitive {
+ -gtk-icon-source: url("../assets/radio-mixed-insensitive-dark.svg"); }
+ .radio.menuitem {
+ -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); }
+ .radio.menuitem:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); }
+ .radio.menuitem:checked, .radio.menuitem:active {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); }
+ .radio.menuitem:checked:hover, .radio.menuitem:active:hover {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); }
+ .radio.menuitem:checked:insensitive, .radio.menuitem:active:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); }
+ .radio.menuitem:inconsistent {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); }
+ .radio.menuitem:inconsistent:hover {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); }
+ .radio.menuitem:inconsistent:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); }
+
+.check, GtkIconView.content-view.check {
+ background-image: none;
+ -gtk-icon-source: url("../assets/checkbox-unchecked-dark.svg"); }
+ .check:insensitive, GtkIconView.content-view.check:insensitive {
+ -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive-dark.svg"); }
+ .check:checked, GtkIconView.content-view.check:checked, .check:active, GtkIconView.content-view.check:active {
+ -gtk-icon-source: url("../assets/checkbox-checked-dark.svg"); }
+ .check:checked:insensitive, .check:active:insensitive {
+ -gtk-icon-source: url("../assets/checkbox-checked-insensitive-dark.svg"); }
+ .check:inconsistent, GtkIconView.content-view.check:inconsistent {
+ -gtk-icon-source: url("../assets/checkbox-mixed-dark.svg"); }
+ .check:inconsistent:insensitive {
+ -gtk-icon-source: url("../assets/checkbox-mixed-insensitive-dark.svg"); }
+ .check.menuitem, GtkIconView.menuitem.content-view.check {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); }
+ .check.menuitem:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); }
+ .check.menuitem:checked, .check.menuitem:active {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); }
+ .check.menuitem:checked:hover, .check.menuitem:active:hover {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); }
+ .check.menuitem:checked:insensitive, .check.menuitem:active:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); }
+ .check.menuitem:inconsistent {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); }
+ .check.menuitem:inconsistent:hover {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); }
+ .check.menuitem:inconsistent:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); }
+
+.view.content-view.check:not(list), GtkHTML.content-view.check:not(list), GtkIconView.content-view.check:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked-dark.svg");
+ background-color: transparent; }
+
+.view.content-view.check:hover:not(list), GtkHTML.content-view.check:hover:not(list), GtkIconView.content-view.check:hover:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked-dark.svg");
+ background-color: transparent; }
+
+.view.content-view.check:active:not(list), GtkHTML.content-view.check:active:not(list), GtkIconView.content-view.check:active:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked-dark.svg");
+ background-color: transparent; }
+
+.view.content-view.check:backdrop:not(list), GtkHTML.content-view.check:backdrop:not(list), GtkIconView.content-view.check:backdrop:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked-dark.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:not(list), GtkHTML.content-view.check:checked:not(list), GtkIconView.content-view.check:checked:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked-dark.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:hover:not(list), GtkHTML.content-view.check:checked:hover:not(list), GtkIconView.content-view.check:checked:hover:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked-dark.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:active:not(list), GtkHTML.content-view.check:checked:active:not(list), GtkIconView.content-view.check:checked:active:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked-dark.svg");
+ background-color: transparent; }
+
+.view.content-view.check:backdrop:checked:not(list), GtkHTML.content-view.check:backdrop:checked:not(list), GtkIconView.content-view.check:backdrop:checked:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked-dark.svg");
+ background-color: transparent; }
+
+/********
+ ! Switch
+*********/
+GtkSwitch {
+ padding: 0;
+ border-radius: 2px;
+ font: bold condensed;
+ outline-offset: -4px; }
+ GtkSwitch.slider {
+ background-color: white;
+ background-image: none;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ GtkSwitch.slider:insensitive {
+ border-color: rgba(0, 0, 0, 0.1);
+ background-color: #d5d5de;
+ box-shadow: none; }
+ GtkSwitch.trough {
+ background-color: #e3e3e8;
+ background-image: none;
+ border: 1px solid #babac8;
+ color: #1f1d2e;
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.07), inset 0 1px rgba(6, 6, 9, 0.08), inset -1px 0 rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ GtkSwitch.trough:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #af88de;
+ color: #191724; }
+ GtkSwitch.trough:insensitive {
+ background-color: #d5d5de;
+ background-image: none;
+ border-color: #c8c8d3;
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Toolbar
+**********/
+/***************
+ ! Generic views
+****************/
+* {
+ -GtkTextView-error-underline-color: #eb6f92; }
+
+.view, GtkHTML {
+ color: #26233a;
+ background-color: #c5c3ce; }
+ .view:insensitive, GtkHTML:insensitive, .view:insensitive:insensitive {
+ background-color: #b0adbc;
+ color: mix(#26233a,#c5c3ce,0.5); }
+
+.cell {
+ border-width: 0;
+ border-radius: 0; }
+ .cell:selected, .cell:selected:focus {
+ background-color: #c4a7e7;
+ color: #191724; }
+
+row:selected, row:selected:hover, row:selected:focus {
+ -GtkWidget-focus-padding: 1;
+ -GtkWidget-focus-line-width: 0;
+ border: 0;
+ background-color: #c4a7e7;
+ background-image: none;
+ color: #191724; }
+
+.content-view.view, GtkHTML.content-view, GtkIconView.content-view.check {
+ background-color: #c5c3ce; }
+ .content-view.view:hover, GtkHTML.content-view:hover {
+ background-color: rgba(196, 167, 231, 0.6); }
+ .content-view.view:selected, GtkHTML.content-view:selected, .content-view.view:active, GtkHTML.content-view:active {
+ background-color: #c4a7e7; }
+ .content-view.view:insensitive, GtkHTML.content-view:insensitive {
+ background-color: #b0adbc; }
+ .content-view.view.check, GtkHTML.content-view.check, .content-view.view.check:active, .content-view.view.check:hover, .content-view.view.check:insensitive, .content-view.view.check:selected {
+ background-color: transparent; }
+
+.content-view .subtitle, GtkIconView.content-view.check .subtitle {
+ font: smaller;
+ padding: 0 12px; }
+
+GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus {
+ border: 0;
+ border-radius: 2px;
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+
+.dim-label, GtkLabel.separator, .dim-label.view {
+ color: alpha(currentColor,0.5); }
+
+.dnd {
+ border: 1px solid #c4a7e7; }
+
+.grip {
+ background-color: transparent; }
+
+.arrow {
+ color: alpha(currentColor,0.7); }
+
+.rubberband, .rubberband.view, .rubberband.content-view.view, GtkHTML.content-view {
+ border: 1px solid #c4a7e7;
+ border-radius: 0;
+ background-color: rgba(196, 167, 231, 0.3); }
+
+GdMainIconView.content-view {
+ -GdMainIconView-icon-size: 40; }
+
+/* this will get overridden by .view, needed by gedit line numbers */
+GtkTextView {
+ background-color: mix(#f0f0f3,#c5c3ce,0.5); }
+
+GtkHTML:insensitive {
+ background-color: #b0adbc; }
+
+GtkDrawingArea {
+ background-color: transparent; }
+
+/************
+ ! Treeview *
+*************/
+GtkTreeView {
+ -GtkTreeView-expander-size: 8;
+ -GtkTreeView-vertical-separator: 0;
+ outline-offset: -1px;
+ border-top-color: #171520; }
+ GtkTreeView:hover, GtkTreeView:selected, GtkTreeView:selected:focus, GtkTreeView:backdrop:selected, GtkTreeView:backdrop:selected:focus {
+ border-top-color: #c4a7e7; }
+ GtkTreeView.dnd {
+ border: 1px solid #c4a7e7; }
+ GtkTreeView .entry {
+ border-radius: 0;
+ background-color: #c5c3ce;
+ background-image: none; }
+ GtkTreeView .progressbar {
+ background-color: #c4a7e7;
+ background-image: none;
+ border: 1px solid #9a68d6; }
+ GtkTreeView .progressbar:selected:focus, GtkTreeView .progressbar:selected {
+ background-color: #c4a7e7;
+ background-image: none;
+ border: 1px solid #8e57d1;
+ color: #191724; }
+ GtkTreeView .progressbar:insensitive:insensitive {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: #c8c8d3; }
+ GtkTreeView .trough {
+ background-color: mix(#f0f0f3,#c5c3ce,0.5);
+ border: 1px solid #9a97aa; }
+ GtkTreeView .trough:selected:focus, GtkTreeView .trough:selected {
+ background-color: #c5c3ce;
+ border: 1px solid #8e57d1;
+ color: #26233a; }
+ GtkTreeView .trough:insensitive:insensitive {
+ background-color: #c5c3ce; }
+
+/***********
+ ! Separator
+************/
+.view.separator, .separator {
+ color: #d5d5de;
+ border: 1px solid currentColor; }
+
+/*********************
+ ! Column view headers
+**********************/
+column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active {
+ border-width: 0 1px 1px 0;
+ border-radius: 0; }
+
+column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active, column-header .button:focus, column-header .button:active:focus {
+ border-color: #d5d5de;
+ border-bottom-color: #babac8; }
+
+column-header .button:hover, column-header .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar column-header .button.suggested-action:hover, column-header .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar column-header .button.suggested-action:hover, column-header .button:active:hover, column-header .button:hover:focus, column-header .button:active:hover:focus {
+ border-color: #d5d5de;
+ border-bottom-color: #babac8; }
+
+column-header .button:last-child .button, column-header .selection-mode.header-bar .button.suggested-action:last-child .button, .selection-mode.header-bar column-header .button.suggested-action:last-child .button, column-header .selection-mode.toolbar .button.suggested-action:last-child .button, .selection-mode.toolbar column-header .button.suggested-action:last-child .button, column-header .button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button:last-child .button.suggested-action, column-header .button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button:last-child .button.suggested-action {
+ border-width: 0 0 1px; }
+
+/**********
+ ! Frames *
+***********/
+.frame {
+ border: 1px solid #babac8; }
+ .frame.flat {
+ border: 0; }
+
+.content-view, GtkIconView.content-view.check {
+ background-color: mix(#c5c3ce,#f0f0f3,0.28);
+ color: mix(#26233a,#1f1d2e,0.18);
+ border: 1px solid shade(mix(#c5c3ce,#f0f0f3,0.78),0.8); }
+
+/**************
+ ! Window frame
+***************/
+.window-frame.csd.message-dialog, .window-frame.csd.popup, .window-frame {
+ box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0 0 1px #c4a7e7; }
+ .window-frame.csd.message-dialog:backdrop, .window-frame.csd.popup:backdrop, .window-frame:backdrop {
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #191724; }
+
+.window-frame {
+ border: 0;
+ border-radius: 2px 2px 0 0;
+ background-color: mix(#121019,#e0def4,0.21);
+ /* this is used for the resize cursor area */
+ margin: 9px; }
+ .window-frame.tiled {
+ border-radius: 0; }
+ .window-frame.solid-csd {
+ border-radius: 0;
+ margin: 0;
+ background-color: mix(#121019,#e0def4,0.21);
+ box-shadow: none; }
+ .window-frame.csd.popup {
+ border-radius: 0; }
+ .window-frame.csd.tooltip {
+ border-radius: 2px;
+ box-shadow: none; }
+ .window-frame.csd.message-dialog {
+ border-radius: 2px; }
+ .window-frame.ssd {
+ box-shadow: 0 0 0 1px #c4a7e7; }
+ .window-frame.ssd.maximized {
+ border-radius: 0; }
+
+/***********************
+ ! Unity Greeter *
+ ***********************/
+.lightdm.menu {
+ background-image: none;
+ background-color: rgba(12, 12, 18, 0.6);
+ border-color: rgba(242, 242, 244, 0.2);
+ border-radius: 4px;
+ padding: 1px;
+ color: #f2f2f4; }
+
+.lightdm-combo .menu {
+ background-color: #1b1927;
+ border-radius: 0;
+ padding: 0;
+ color: #f2f2f4; }
+
+.lightdm.menu .menuitem *,
+.lightdm.menu .menuitem.check:active,
+.lightdm.menu .menuitem.radio:active {
+ color: #f2f2f4; }
+
+.lightdm.menubar *,
+.lightdm.menubar .menuitem {
+ padding: 2px; }
+
+.lightdm-combo.combobox-entry .button,
+.lightdm-combo .cell,
+.lightdm-combo .button,
+.lightdm-combo .selection-mode.header-bar .button.suggested-action,
+.selection-mode.header-bar .lightdm-combo .button.suggested-action,
+.lightdm-combo .selection-mode.toolbar .button.suggested-action,
+.selection-mode.toolbar .lightdm-combo .button.suggested-action,
+.lightdm-combo .entry,
+.lightdm.button,
+.selection-mode.header-bar .lightdm.button.suggested-action,
+.selection-mode.toolbar .lightdm.button.suggested-action {
+ background-image: none;
+ background-color: rgba(12, 12, 18, 0.3);
+ border-color: rgba(242, 242, 244, 0.9);
+ border-radius: 5px;
+ padding: 5px;
+ color: #f2f2f4; }
+
+.lightdm.button:hover, .selection-mode.header-bar .lightdm.button.suggested-action:hover, .selection-mode.toolbar .lightdm.button.suggested-action:hover {
+ background-image: none;
+ background-color: rgba(242, 242, 244, 0.3);
+ border-color: rgba(242, 242, 244, 0.6);
+ border-radius: 5px;
+ padding: 5px;
+ color: #f2f2f4;
+ text-shadow: none; }
+
+.lightdm.button:active, .selection-mode.header-bar .lightdm.button.suggested-action:active, .selection-mode.toolbar .lightdm.button.suggested-action:active,
+.lightdm.button:active:focus,
+.lightdm.button:focus,
+.selection-mode.header-bar .lightdm.button.suggested-action:focus,
+.selection-mode.toolbar .lightdm.button.suggested-action:focus,
+.lightdm.entry {
+ background-image: none;
+ background-color: rgba(12, 12, 18, 0.3);
+ border-color: rgba(242, 242, 244, 0.6);
+ border-radius: 5px;
+ padding: 6px;
+ color: #f2f2f4;
+ text-shadow: none; }
+
+.lightdm.entry:hover,
+.lightdm.entry:active,
+.lightdm.entry:active:focus {
+ background-image: none;
+ border-image: none; }
+
+.lightdm.entry:focus {
+ border-color: rgba(242, 242, 244, 0.6);
+ border-width: 1px;
+ border-style: solid;
+ color: #f2f2f4; }
+
+.lightdm.entry:selected {
+ background-color: rgba(242, 242, 244, 0.2); }
+
+@keyframes dashentry_spinner {
+ to {
+ -gtk-icon-transform: rotate(1turn); } }
+
+.lightdm.entry:active {
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
+ animation: dashentry_spinner 1s infinite linear; }
+
+.lightdm.option-button {
+ background: none;
+ border-width: 0; }
+
+.lightdm.option-button:insensitive:insensitive {
+ background: none; }
+
+.lightdm.toggle-button {
+ background: none;
+ border-width: 0; }
+
+.lightdm.toggle-button.selected:hover {
+ background-color: rgba(242, 242, 244, 0.3);
+ border-color: rgba(242, 242, 244, 0.3);
+ border-width: 1px; }
+
+.lightdm.toggle-button.selected {
+ background-color: rgba(12, 12, 18, 0.3);
+ border-color: rgba(242, 242, 244, 0.3);
+ border-width: 1px; }
+
+/*********
+ ! Gedit *
+**********/
+GeditWindow .pane-separator {
+ border-width: 0 1px 0 0;
+ border-style: solid; }
+ GeditWindow .pane-separator, GeditWindow .pane-separator:hover {
+ border-color: #d5d5de;
+ background-color: #f0f0f3; }
+
+.gedit-document-panel {
+ background-color: #f0f0f3;
+ color: mix(#1f1d2e,#f0f0f3,0.1); }
+ .gedit-document-panel .list-row {
+ padding: 3px; }
+ .gedit-document-panel .list-row .button, .gedit-document-panel .list-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .list-row .button.suggested-action, .gedit-document-panel .list-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .list-row .button.suggested-action {
+ padding: 1px;
+ border-radius: 2px;
+ border-style: solid;
+ border-color: transparent;
+ border-width: 1px;
+ background-color: transparent;
+ background-image: none;
+ color: transparent;
+ icon-shadow: none; }
+ .gedit-document-panel .prelight-row .button, .gedit-document-panel .prelight-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .prelight-row .button.suggested-action, .gedit-document-panel .prelight-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .prelight-row .button.suggested-action {
+ border-color: rgba(12, 12, 18, 0.1);
+ color: rgba(242, 242, 244, 0.8); }
+ .gedit-document-panel .prelight-row .button:active {
+ border-color: rgba(12, 12, 18, 0.2);
+ background-color: rgba(12, 12, 18, 0.08);
+ color: #f2f2f4; }
+ .gedit-document-panel list-row .button:hover, .gedit-document-panel list-row .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel list-row .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel .prelight-row .button:hover {
+ border-color: rgba(12, 12, 18, 0.1);
+ color: #f2f2f4; }
+
+.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover {
+ border-top: 1px solid #d5d5de;
+ background-color: #f0f0f3; }
+
+.gedit-document-panel-document-row:hover {
+ background-color: #fdfdfe; }
+
+.gedit-document-panel-dragged-row {
+ border: 1px solid rgba(12, 12, 18, 0.1);
+ background-color: rgba(12, 12, 18, 0.5);
+ color: #f2f2f4; }
+
+.gedit-document-panel-placeholder-row {
+ border: 0;
+ background-color: rgba(12, 12, 18, 0.08);
+ transition: all 200ms ease-in; }
+
+GeditStatusbar {
+ border-top: 1px solid #babac8; }
+
+GeditStatusbar GeditSmallButton, GeditStatusMenuButton {
+ text-shadow: none; }
+ GeditStatusbar GeditSmallButton .button, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action, GeditStatusMenuButton .button, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action {
+ border-style: solid;
+ border-width: 0 1px;
+ border-color: transparent;
+ border-radius: 0;
+ padding: 1px 6px 2px 4px; }
+ GeditStatusbar GeditSmallButton .button:hover, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .button:active:hover, GeditStatusMenuButton .button:hover, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .button:active:hover {
+ border-color: #babac8; }
+ GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active {
+ background-color: #e3e3e8;
+ color: #1f1d2e; }
+
+GeditViewFrame .gedit-search-slider {
+ padding: 3px;
+ border-radius: 0 0 2px 2px;
+ border-width: 0 1px 1px;
+ border-style: solid;
+ border-color: #9a97aa;
+ background-color: #c5c3ce; }
+ GeditViewFrame .gedit-search-slider .not-found {
+ background-color: #eb6f92;
+ background-image: none;
+ color: #191724; }
+
+GeditFileBrowserWidget .toolbar {
+ padding: 1.5px;
+ border-top: 0;
+ background-color: #f0f0f3;
+ background-image: none; }
+
+.gedit-search-entry-occurrences-tag {
+ margin: 1.5px;
+ padding: 1.5px;
+ color: mix(#26233a,#c5c3ce,0.5); }
+
+/************
+ ! Nautilus *
+*************/
+.nautilus-desktop.nautilus-canvas-item {
+ color: #f2f2f4;
+ text-shadow: 1px 1px #0c0c12; }
+ .nautilus-desktop.nautilus-canvas-item:active {
+ color: #1f1d2e; }
+ .nautilus-desktop.nautilus-canvas-item:selected {
+ color: #191724; }
+ .nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:hover, .nautilus-desktop.nautilus-canvas-item:selected {
+ text-shadow: none; }
+
+NautilusWindow .toolbar {
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #babac8; }
+
+NautilusWindow .sidebar .frame {
+ border: 0; }
+
+NautilusWindow GtkPaned {
+ border-width: 0 1px 0 0;
+ border-style: solid; }
+ NautilusWindow GtkPaned, NautilusWindow GtkPaned:hover {
+ border-color: #d5d5de;
+ background-color: #f0f0f3; }
+
+NautilusNotebook.notebook {
+ border-right-width: 0;
+ border-left-width: 0;
+ border-bottom-width: 0; }
+
+NautilusNotebook .frame {
+ border: 0; }
+
+NautilusQueryEditor .toolbar {
+ padding-top: 2px;
+ padding-bottom: 1px;
+ border-width: 1px 0 0;
+ border-style: solid;
+ border-color: #f0f0f3;
+ background-color: #d5d5de; }
+ NautilusQueryEditor .toolbar:nth-child(2) {
+ border-color: #babac8; }
+ NautilusQueryEditor .toolbar.search-bar {
+ border-top-width: 0;
+ border-bottom-width: 0; }
+ NautilusQueryEditor .toolbar:last-child, NautilusQueryEditor .toolbar:only-child, NautilusQueryEditor .toolbar.search-bar:last-child, NautilusQueryEditor .toolbar.search-bar:only-child {
+ border-bottom-width: 1px;
+ border-bottom-color: #babac8; }
+
+/********
+ ! Nemo *
+*********/
+.nemo-desktop.nemo-canvas-item {
+ color: #f2f2f4;
+ text-shadow: 1px 1px #0c0c12; }
+ .nemo-desktop.nemo-canvas-item:active {
+ color: #1f1d2e; }
+ .nemo-desktop.nemo-canvas-item:selected {
+ color: #191724; }
+ .nemo-desktop.nemo-canvas-item:active, .nemo-desktop.nemo-canvas-item:hover, .nemo-desktop.nemo-canvas-item:selected {
+ text-shadow: none; }
+
+NemoPathbarButton {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.22);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12);
+ -NemoPathbarButton-border-radius: 2px; }
+ NemoPathbarButton:focus, NemoPathbarButton:hover {
+ border-color: #8e57d1; }
+ NemoPathbarButton:active, NemoPathbarButton:active:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover:focus, NemoPathbarButton:checked, NemoPathbarButton:checked:hover, NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.22); }
+ NemoPathbarButton:insensitive {
+ border-color: rgba(26, 25, 39, 0.22); }
+ NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.22); }
+ NemoPathbarButton.flat {
+ border-color: rgba(240, 240, 243, 0);
+ color: #1f1d2e;
+ background-color: rgba(240, 240, 243, 0);
+ background-image: none;
+ box-shadow: none; }
+ NemoPathbarButton:hover, NemoPathbarButton.flat:hover {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.3);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ NemoPathbarButton:hover:focus, NemoPathbarButton:hover:hover, NemoPathbarButton.flat:hover:focus, NemoPathbarButton.flat:hover:hover {
+ border-color: #8e57d1; }
+ NemoPathbarButton:hover:active, NemoPathbarButton:hover:active:hover, NemoPathbarButton:hover:active:focus, NemoPathbarButton:hover:active:hover:focus, NemoPathbarButton:hover:checked, NemoPathbarButton:hover:checked:hover, NemoPathbarButton:hover:checked:focus, NemoPathbarButton:hover:checked:hover:focus, NemoPathbarButton.flat:hover:active, NemoPathbarButton.flat:hover:active:hover, NemoPathbarButton.flat:hover:active:focus, NemoPathbarButton.flat:hover:active:hover:focus, NemoPathbarButton.flat:hover:checked, NemoPathbarButton.flat:hover:checked:hover, NemoPathbarButton.flat:hover:checked:focus, NemoPathbarButton.flat:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.3); }
+ NemoPathbarButton:hover:insensitive, NemoPathbarButton.flat:hover:insensitive {
+ border-color: rgba(26, 25, 39, 0.3); }
+ NemoPathbarButton:hover:active:insensitive, NemoPathbarButton:hover:checked:insensitive, NemoPathbarButton.flat:hover:active:insensitive, NemoPathbarButton.flat:hover:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.3); }
+ NemoPathbarButton:focus, NemoPathbarButton.flat:focus {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(31, 29, 46, 0.22);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ NemoPathbarButton:focus:hover, NemoPathbarButton.flat:focus:hover {
+ background-color: white;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ NemoPathbarButton:focus:hover:focus, NemoPathbarButton:focus:hover:hover, NemoPathbarButton.flat:focus:hover:focus, NemoPathbarButton.flat:focus:hover:hover {
+ border-color: #8e57d1; }
+ NemoPathbarButton:focus:hover:active, NemoPathbarButton:focus:hover:active:hover, NemoPathbarButton:focus:hover:active:focus, NemoPathbarButton:focus:hover:active:hover:focus, NemoPathbarButton:focus:hover:checked, NemoPathbarButton:focus:hover:checked:hover, NemoPathbarButton:focus:hover:checked:focus, NemoPathbarButton:focus:hover:checked:hover:focus, NemoPathbarButton.flat:focus:hover:active, NemoPathbarButton.flat:focus:hover:active:hover, NemoPathbarButton.flat:focus:hover:active:focus, NemoPathbarButton.flat:focus:hover:active:hover:focus, NemoPathbarButton.flat:focus:hover:checked, NemoPathbarButton.flat:focus:hover:checked:hover, NemoPathbarButton.flat:focus:hover:checked:focus, NemoPathbarButton.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.3); }
+ NemoPathbarButton:focus:hover:insensitive, NemoPathbarButton.flat:focus:hover:insensitive {
+ border-color: rgba(26, 25, 39, 0.3); }
+ NemoPathbarButton:focus:hover:active:insensitive, NemoPathbarButton:focus:hover:checked:insensitive, NemoPathbarButton.flat:focus:hover:active:insensitive, NemoPathbarButton.flat:focus:hover:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.3); }
+ NemoPathbarButton:checked, NemoPathbarButton:active, NemoPathbarButton.flat:checked, NemoPathbarButton.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(31, 29, 46, 0.06), inset 0 1px rgba(31, 29, 46, 0.07), inset -1px 0 rgba(31, 29, 46, 0.06), inset 0 -1px rgba(31, 29, 46, 0.05); }
+ NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover {
+ border-color: #8e57d1; }
+ NemoPathbarButton:checked:active, NemoPathbarButton:checked:active:hover, NemoPathbarButton:checked:active:focus, NemoPathbarButton:checked:active:hover:focus, NemoPathbarButton:checked:checked, NemoPathbarButton:checked:checked:hover, NemoPathbarButton:checked:checked:focus, NemoPathbarButton:checked:checked:hover:focus, NemoPathbarButton:active:active, NemoPathbarButton:active:active:hover, NemoPathbarButton:active:active:focus, NemoPathbarButton:active:active:hover:focus, NemoPathbarButton:active:checked, NemoPathbarButton:active:checked:hover, NemoPathbarButton:active:checked:focus, NemoPathbarButton:active:checked:hover:focus, NemoPathbarButton.flat:checked:active, NemoPathbarButton.flat:checked:active:hover, NemoPathbarButton.flat:checked:active:focus, NemoPathbarButton.flat:checked:active:hover:focus, NemoPathbarButton.flat:checked:checked, NemoPathbarButton.flat:checked:checked:hover, NemoPathbarButton.flat:checked:checked:focus, NemoPathbarButton.flat:checked:checked:hover:focus, NemoPathbarButton.flat:active:active, NemoPathbarButton.flat:active:active:hover, NemoPathbarButton.flat:active:active:focus, NemoPathbarButton.flat:active:active:hover:focus, NemoPathbarButton.flat:active:checked, NemoPathbarButton.flat:active:checked:hover, NemoPathbarButton.flat:active:checked:focus, NemoPathbarButton.flat:active:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.22); }
+ NemoPathbarButton:checked:insensitive, NemoPathbarButton:active:insensitive, NemoPathbarButton.flat:checked:insensitive, NemoPathbarButton.flat:active:insensitive {
+ border-color: rgba(26, 25, 39, 0.22); }
+ NemoPathbarButton:checked:active:insensitive, NemoPathbarButton:checked:checked:insensitive, NemoPathbarButton:active:active:insensitive, NemoPathbarButton:active:checked:insensitive, NemoPathbarButton.flat:checked:active:insensitive, NemoPathbarButton.flat:checked:checked:insensitive, NemoPathbarButton.flat:active:active:insensitive, NemoPathbarButton.flat:active:checked:insensitive {
+ border-color: rgba(25, 23, 37, 0.22); }
+ NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ NemoPathbarButton:focus, NemoPathbarButton:hover, NemoPathbarButton.flat:focus, NemoPathbarButton.flat:hover {
+ color: #1f1d2e; }
+ NemoPathbarButton:insensitive:insensitive, NemoPathbarButton.flat:insensitive:insensitive {
+ background-color: alpha(mix(#f0f0f3,#1f1d2e,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#f0f0f3,#1f1d2e,0.6);
+ box-shadow: none; }
+ NemoPathbarButton:insensitive:insensitive :insensitive, NemoPathbarButton.flat:insensitive:insensitive :insensitive {
+ color: mix(#f0f0f3,#1f1d2e,0.6); }
+ NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ NemoPathbarButton:active:insensitive:insensitive, NemoPathbarButton:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ NemoPathbarButton.separator, NemoPathbarButton .separator {
+ border: 1px solid currentColor;
+ color: rgba(240, 240, 243, 0.9); }
+ NemoPathbarButton.separator:insensitive, NemoPathbarButton .separator:insensitive {
+ color: rgba(240, 240, 243, 0.85); }
+
+NemoPlacesTreeView {
+ -NemoPlacesTreeView-disk-full-bg-color: #babac8;
+ -NemoPlacesTreeView-disk-full-fg-color: #c4a7e7;
+ -NemoPlacesTreeView-disk-full-bar-width: 1px;
+ -NemoPlacesTreeView-disk-full-bar-radius: 1px;
+ -NemoPlacesTreeView-disk-full-bottom-padding: 2px;
+ -NemoPlacesTreeView-disk-full-max-length: 70px; }
+ NemoPlacesTreeView:selected {
+ -NemoPlacesTreeView-disk-full-bg-color: #191724;
+ -NemoPlacesTreeView-disk-full-fg-color: #eee6f8; }
+
+NemoWindow .nemo-inactive-pane .view, NemoWindow .nemo-inactive-pane GtkHTML, NemoWindow .nemo-inactive-pane iconview {
+ background-color: mix(#c5c3ce,#26233a,0.12);
+ color: #26233a; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+UnityPanelWidget, .unity-panel, .xfce4-panel, WnckPager, WnckTasklist, PanelAppletFrame, PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem, PanelSeparator, PanelWidget, PanelApplet, PanelToplevel {
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4; }
+
+.xfce4-panel .button, .xfce4-panel .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .xfce4-panel .button.suggested-action, .xfce4-panel .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .xfce4-panel .button.suggested-action, PanelApplet .button, PanelApplet .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar PanelApplet .button.suggested-action, PanelApplet .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar PanelApplet .button.suggested-action {
+ border-width: 0 1px;
+ border-radius: 0;
+ border-color: transparent;
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ .xfce4-panel .button:hover, .xfce4-panel .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .xfce4-panel .button.suggested-action:hover, .xfce4-panel .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .xfce4-panel .button.suggested-action:hover, PanelApplet .button:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:hover {
+ background-color: mix(#191724,#e0def4,0.11);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.11);
+ color: #fafafd; }
+ .xfce4-panel .button:active, .xfce4-panel .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .xfce4-panel .button.suggested-action:active, .xfce4-panel .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .xfce4-panel .button.suggested-action:active, PanelApplet .button:active, PanelApplet .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar PanelApplet .button.suggested-action:active, PanelApplet .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar PanelApplet .button.suggested-action:active, .xfce4-panel .button:checked, .xfce4-panel .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .xfce4-panel .button.suggested-action:checked, .xfce4-panel .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .xfce4-panel .button.suggested-action:checked, PanelApplet .button:checked, PanelApplet .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar PanelApplet .button.suggested-action:checked, PanelApplet .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar PanelApplet .button.suggested-action:checked {
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.21);
+ color: #fafafd; }
+ .xfce4-panel .button:active:hover, PanelApplet .button:active:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:active:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:active:hover, .xfce4-panel .button:checked:hover, PanelApplet .button:checked:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:checked:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:checked:hover {
+ background-color: mix(#191724,#e0def4,0.31);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.31); }
+
+PanelWidget, PanelApplet, PanelToplevel {
+ padding: 0; }
+
+PanelApplet {
+ border: 0; }
+ PanelApplet .button, PanelApplet .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar PanelApplet .button.suggested-action, PanelApplet .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar PanelApplet .button.suggested-action {
+ -GtkButton-inner-border: 2; }
+
+PanelSeparator {
+ border: 0; }
+
+PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem {
+ border: 0;
+ -PanelMenuBar-icon-visible: true; }
+
+PanelAppletFrame {
+ border: 0; }
+
+/************
+ ! Synaptic *
+*************/
+GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
+ background-color: #f0f0f3;
+ background-image: none;
+ padding: 3px;
+ border: 0;
+ color: #1f1d2e; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/***************
+ ! Xfce styles *
+****************/
+XfceHeading {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background-image: none;
+ background-color: #c5c3ce;
+ color: #26233a; }
+
+.xfce4-panel {
+ font: normal; }
+ .xfce4-panel .menu {
+ -gtk-image-effect: none; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/****************
+ ! Unity styles *
+*****************/
+UnityDecoration {
+ -UnityDecoration-extents: 28px 1px 1px 1px;
+ -UnityDecoration-input-extents: 10px;
+ -UnityDecoration-shadow-offset-x: 1px;
+ -UnityDecoration-shadow-offset-y: 1px;
+ -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.7);
+ -UnityDecoration-active-shadow-radius: 8px;
+ -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5);
+ -UnityDecoration-inactive-shadow-radius: 5px;
+ -UnityDecoration-glow-size: 10px;
+ -UnityDecoration-glow-color: #c4a7e7;
+ -UnityDecoration-title-indent: 10px;
+ -UnityDecoration-title-fade: 35px;
+ -UnityDecoration-title-alignment: 0; }
+ UnityDecoration.top {
+ border: 1px solid mix(#121019,#e0def4,0.21);
+ border-bottom: 0;
+ border-radius: 2px 2px 0 0;
+ padding: 1px 8px 0 8px;
+ background-color: #191724;
+ color: #e0def4;
+ text-shadow: none; }
+ UnityDecoration.top:backdrop {
+ border: 1px solid mix(#a0a0b3,mix(#1f1d2e,#f0f0f3,0.4),0.12);
+ border-bottom: 0;
+ background-color: #f0f0f3;
+ color: mix(#1f1d2e,#f0f0f3,0.4); }
+ UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom {
+ background-color: mix(#121019,#e0def4,0.21); }
+ UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
+ background-color: mix(#a0a0b3,mix(#1f1d2e,#f0f0f3,0.4),0.12); }
+
+UnityPanelWidget, .unity-panel {
+ border: 0; }
+
+.unity-panel.menuitem, .unity-panel .menuitem {
+ border-width: 0 1px;
+ color: #e0def4; }
+ .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover {
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+
+SheetStyleDialog.unity-force-quit {
+ background-color: #f0f0f3; }
+
+/***********************
+ ! LightDM GTK Greeter *
+ ***********************/
+#panel_window {
+ background-color: transparent;
+ background-image: none;
+ color: #f2f2f4;
+ font: bold;
+ text-shadow: 0 1px rgba(12, 12, 18, 0.5);
+ icon-shadow: 0 1px rgba(12, 12, 18, 0.5); }
+ #panel_window .menubar, #panel_window .menubar > .menuitem {
+ background-color: transparent;
+ background-image: none;
+ color: #f2f2f4;
+ font: bold;
+ text-shadow: 0 1px rgba(12, 12, 18, 0.5);
+ icon-shadow: 0 1px rgba(12, 12, 18, 0.5); }
+ #panel_window .menubar *:hover, #panel_window .menubar > .menuitem *:hover {
+ color: #f2f2f4; }
+ #panel_window .menubar:hover, #panel_window .menubar > .menuitem:hover {
+ border-style: none;
+ background-color: rgba(242, 242, 244, 0.2);
+ background-image: none;
+ color: #f2f2f4; }
+ #panel_window .menubar:insensitive, #panel_window .menubar > .menuitem:insensitive {
+ color: rgba(242, 242, 244, 0.7); }
+ #panel_window .menubar .menu, #panel_window .menubar > .menuitem .menu {
+ border-radius: 1px; }
+ #panel_window .menubar .menu .menuitem, #panel_window .menubar > .menuitem .menu .menuitem {
+ font: normal;
+ text-shadow: none; }
+
+#content_frame {
+ padding-bottom: 14px; }
+
+#login_window, #shutdown_dialog, #restart_dialog {
+ border-style: none;
+ border-radius: 2px;
+ background-color: #191724;
+ color: #e0def4;
+ /* draw border using box-shadow */
+ box-shadow: inset 1px 0 mix(#121019,#e0def4,0.21), inset -1px 0 mix(#121019,#e0def4,0.21), inset 0 1px mix(#121019,#e0def4,0.21), inset 0 -1px mix(#121019,#e0def4,0.21); }
+ #login_window .button, #shutdown_dialog .button, #restart_dialog .button {
+ padding: 3px 15px;
+ border-width: 1px;
+ border-radius: 2px;
+ border-style: solid;
+ border-color: #14121d;
+ background-color: #1b1927;
+ background-image: none;
+ color: #e0def4;
+ transition: all 150ms ease-out; }
+ #login_window .button.default, #login_window .button:focus, #login_window .button:active:focus, #shutdown_dialog .button.default, #shutdown_dialog .button:focus, #shutdown_dialog .button:active:focus, #restart_dialog .button.default, #restart_dialog .button:focus, #restart_dialog .button:active:focus {
+ border-color: #9a68d6;
+ background-color: #d5c0ee;
+ background-image: none;
+ color: #191724; }
+ #login_window .button.default:hover, #login_window .button:focus:hover, #login_window .button:active:focus:hover, #shutdown_dialog .button.default:hover, #shutdown_dialog .button:focus:hover, #shutdown_dialog .button:active:focus:hover, #restart_dialog .button.default:hover, #restart_dialog .button:focus:hover, #restart_dialog .button:active:focus:hover {
+ border-color: #8549cd;
+ background-color: #c4a7e7; }
+
+#login_window .menu {
+ border-radius: 1px; }
+
+#login_window GtkComboBox .button, #login_window GtkComboBox .button:hover, #login_window GtkComboBox .button:active, #login_window GtkComboBox .button:active:hover, #login_window GtkComboBox .button:focus, #login_window GtkComboBox .button:hover:focus, #login_window GtkComboBox .button:active:focus, #login_window GtkComboBox .button:active:hover:focus {
+ padding: 0;
+ background: none;
+ border-style: none;
+ box-shadow: none; }
+
+#login_window .entry {
+ padding: 3px 5px;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #14121d;
+ border-radius: 2px;
+ background-color: #171520;
+ background-image: none;
+ color: #e0def4;
+ box-shadow: none;
+ transition: all 150ms ease-out; }
+ #login_window .entry:focus, #login_window .entry:hover {
+ border-color: #121019;
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.1), inset 0 1px rgba(6, 6, 9, 0.12), inset -1px 0 rgba(6, 6, 9, 0.1), inset 0 -1px rgba(6, 6, 9, 0.05); }
+
+#user_combobox {
+ color: #e0def4;
+ font: 18px; }
+ #user_combobox .menu {
+ font: normal; }
+ #user_combobox .arrow {
+ color: mix(#e0def4,#191724,0.5); }
+
+#user_image {
+ padding: 3px;
+ border-radius: 2px;
+ /* draw border using box-shadow */
+ box-shadow: inset 1px 0 #121019, inset -1px 0 #121019, inset 0 1px #121019, inset 0 -1px #121019; }
+
+#user_image_border {
+ border-radius: 2px;
+ background-color: #171520;
+ background-image: none;
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.07), inset 0 1px rgba(6, 6, 9, 0.08), inset -1px 0 rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+
+#buttonbox_frame {
+ padding-top: 10px;
+ padding-bottom: 0;
+ border-style: none;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+
+/* shutdown button */
+#shutdown_button {
+ border-color: #e33264;
+ background-color: #ee87a4;
+ background-image: none;
+ color: #191724; }
+ #shutdown_button:hover, #shutdown_button:active, #shutdown_button:active:hover {
+ border-color: #d51e51;
+ background-color: #eb6f92; }
+
+/* restart button */
+#restart_button {
+ border-color: #f1a233;
+ background-color: #f8cd92;
+ background-image: none;
+ color: #191724; }
+ #restart_button:hover, #restart_button:active, #restart_button:active:hover {
+ border-color: #ef9210;
+ background-color: #f6c177; }
+
+/* password warning */
+#greeter_infobar {
+ font: bold; }
+
+/**********************
+ ! Genome Terminal *
+***********************/
+VteTerminal {
+ background-color: #191724;
+ color: #e0def4; }
+
+TerminalWindow .scrollbars-junction {
+ background-color: #191724; }
+
+TerminalWindow .scrollbar.trough {
+ background-color: #191724; }
+
+TerminalWindow .scrollbar.button, TerminalWindow .selection-mode.header-bar .scrollbar.button.suggested-action, .selection-mode.header-bar TerminalWindow .scrollbar.button.suggested-action, TerminalWindow .selection-mode.toolbar .scrollbar.button.suggested-action, .selection-mode.toolbar TerminalWindow .scrollbar.button.suggested-action {
+ color: #0f0e16; }
+ TerminalWindow .scrollbar.button:active, TerminalWindow .selection-mode.header-bar .scrollbar.button.suggested-action:active, .selection-mode.header-bar TerminalWindow .scrollbar.button.suggested-action:active, TerminalWindow .selection-mode.toolbar .scrollbar.button.suggested-action:active, .selection-mode.toolbar TerminalWindow .scrollbar.button.suggested-action:active {
+ color: #0f0e16; }
+ TerminalWindow .scrollbar.button:active:hover {
+ color: #0f0e16; }
+
+TerminalWindow .scrollbar.slider {
+ border-color: mix(#16141f,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21); }
+ TerminalWindow .scrollbar.slider:hover {
+ border-color: mix(#16141f,#e0def4,0.31);
+ background-color: mix(#191724,#e0def4,0.31); }
+ TerminalWindow .scrollbar.slider.vertical:hover {
+ border-color: mix(#16141f,#e0def4,0.31);
+ background-color: mix(#191724,#e0def4,0.31); }
+ TerminalWindow .scrollbar.slider.vertical:active {
+ border-color: #af88de;
+ background-color: #c4a7e7; }
+ TerminalWindow .scrollbar.slider:active {
+ border-color: #af88de;
+ background-color: #c4a7e7; }
+
+TerminalWindow GtkNotebook.notebook {
+ border-right-width: 0;
+ border-bottom-width: 0;
+ border-left-width: 0; }
+
+TerminalNotebook.notebook {
+ padding: 0;
+ border-width: 1px 0 0;
+ border-style: solid;
+ border-color: #121019;
+ border-radius: 0;
+ background-color: #191724;
+ background-image: none;
+ background-clip: border-box;
+ color: #e0def4;
+ -GtkNotebook-initial-gap: 0;
+ -GtkNotebook-arrow-spacing: 5;
+ -GtkNotebook-tab-curvature: 0;
+ -GtkNotebook-tab-overlap: 1;
+ -GtkNotebook-has-tab-gap: false; }
+ TerminalNotebook.notebook.frame {
+ border-width: 1px; }
+ TerminalNotebook.notebook.header {
+ border-width: 0;
+ background-color: #15141f; }
+ TerminalNotebook.notebook.header.frame {
+ border-color: #8e57d1; }
+ TerminalNotebook.notebook.header.frame.top {
+ border-width: 1px 1px 0 1px; }
+ TerminalNotebook.notebook.header.frame.right {
+ border-width: 1px 1px 1px 0; }
+ TerminalNotebook.notebook.header.frame.bottom {
+ border-width: 0 1px 1px 1px; }
+ TerminalNotebook.notebook.header.frame.left {
+ border-width: 1px 0 1px 1px; }
+ TerminalNotebook.notebook GtkViewport {
+ border-width: 0;
+ background-color: #191724;
+ color: #e0def4; }
+ TerminalNotebook.notebook tab {
+ padding: 4px 6px;
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ /* close button styling */ }
+ TerminalNotebook.notebook tab:active {
+ background-color: transparent;
+ background-image: none; }
+ TerminalNotebook.notebook tab.top {
+ border-bottom-width: 2px;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ TerminalNotebook.notebook tab.top:hover {
+ border-bottom-color: rgba(196, 167, 231, 0.3); }
+ TerminalNotebook.notebook tab.top:active {
+ border-bottom-color: #c4a7e7; }
+ TerminalNotebook.notebook tab.right {
+ border-left-width: 2px;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ TerminalNotebook.notebook tab.right:hover {
+ border-left-color: rgba(196, 167, 231, 0.3); }
+ TerminalNotebook.notebook tab.right:active {
+ border-left-color: #c4a7e7; }
+ TerminalNotebook.notebook tab.bottom {
+ border-top-width: 2px;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0; }
+ TerminalNotebook.notebook tab.bottom:hover {
+ border-top-color: rgba(196, 167, 231, 0.3); }
+ TerminalNotebook.notebook tab.bottom:active {
+ border-top-color: #c4a7e7; }
+ TerminalNotebook.notebook tab.left {
+ border-right-width: 2px;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ TerminalNotebook.notebook tab.left:hover {
+ border-right-color: rgba(196, 167, 231, 0.3); }
+ TerminalNotebook.notebook tab.left:active {
+ border-right-color: #c4a7e7; }
+ TerminalNotebook.notebook tab GtkLabel {
+ color: mix(#e0def4,#191724,0.3); }
+ TerminalNotebook.notebook tab.reorderable-page:hover {
+ background-color: #15141f;
+ border-left: 0;
+ border-right: 0;
+ /* using box shadows instead of borders due to slanted edges */
+ box-shadow: inset 0 3px rgba(12, 12, 18, 0.03), inset 0 2px rgba(12, 12, 18, 0.03), inset 0 1px rgba(12, 12, 18, 0.03), inset 1px 0 #121019, inset -1px 0 #121019; }
+ TerminalNotebook.notebook tab.reorderable-page:active {
+ background-color: #171520;
+ border-left: 0;
+ border-right: 0;
+ box-shadow: inset 0 3px rgba(12, 12, 18, 0.03), inset 0 2px rgba(12, 12, 18, 0.03), inset 0 1px rgba(12, 12, 18, 0.03), inset 1px 0 #13111b, inset -1px 0 #13111b; }
+ TerminalNotebook.notebook tab .button, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:hover {
+ padding: 1px;
+ border-width: 1px;
+ border-radius: 2px;
+ border-style: solid;
+ border-color: transparent;
+ background-image: none;
+ background-color: transparent;
+ color: mix(#e0def4,#191724,0.5); }
+ TerminalNotebook.notebook tab .button:hover, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:hover, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:hover {
+ color: #e0def4;
+ border-color: #14121d; }
+ TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:active, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:checked, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:checked, TerminalNotebook.notebook tab .button:active:hover, TerminalNotebook.notebook tab .button:checked:hover {
+ border-color: #121019;
+ background-color: #181622; }
+ TerminalNotebook.notebook .prelight-page, TerminalNotebook.notebook .prelight-page GtkLabel {
+ color: mix(#e0def4,#191724,0.15); }
+ TerminalNotebook.notebook .active-page, TerminalNotebook.notebook .active-page GtkLabel {
+ color: #e0def4; }
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk.css b/local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk.css
new file mode 100644
index 00000000..0b0a144d
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/dist/gtk.css
@@ -0,0 +1,6356 @@
+/*$dark_shadow: #000;*/
+/*$light_shadow: #fff;*/
+/*$dark_shadow: #000;*/
+/*$light_shadow: #fff;*/
+/* dark color scheme */
+@define-color dark_bg_color #191724;
+@define-color dark_fg_color #e0def4;
+/* colormap actually used by the theme, to be overridden in other css files */
+@define-color theme_bg_color #1f1d2e;
+@define-color theme_fg_color #f0f0f3;
+@define-color theme_base_color #26233a;
+@define-color theme_text_color #c5c3ce;
+@define-color theme_selected_bg_color #c4a7e7;
+@define-color theme_selected_fg_color #191724;
+@define-color theme_tooltip_bg_color #1f1d2e;
+@define-color theme_tooltip_fg_color #f0f0f3;
+/* shadow effects */
+@define-color light_shadow #201e2f;
+@define-color dark_shadow #2b2b36;
+/* misc colors used by gtk+ */
+@define-color info_fg_color #191724;
+@define-color info_bg_color #9ccfd8;
+@define-color warning_fg_color #191724;
+@define-color warning_bg_color #f6c177;
+@define-color question_fg_color #191724;
+@define-color question_bg_color #9ccfd8;
+@define-color error_fg_color #191724;
+@define-color error_bg_color #eb6f92;
+@define-color link_color #9ccfd8;
+@define-color success_color #ebbcba;
+@define-color warning_color #f6c177;
+@define-color error_color #eb6f92;
+/* widget colors */
+@define-color titlebar_bg_focused @dark_bg_color;
+@define-color titlebar_bg_unfocused @theme_bg_color;
+@define-color titlebar_fg_focused @dark_fg_color;
+@define-color titlebar_fg_unfocused mix(#f0f0f3,#1f1d2e,0.4);
+@define-color menubar_bg_color @dark_bg_color;
+@define-color menubar_fg_color @dark_fg_color;
+@define-color toolbar_bg_color @theme_bg_color;
+@define-color toolbar_fg_color @theme_fg_color;
+@define-color menu_bg_color @dark_bg_color;
+@define-color menu_fg_color @dark_fg_color;
+@define-color panel_bg_color @dark_bg_color;
+@define-color panel_fg_color @dark_fg_color;
+/* osd */
+@define-color osd_base #191724;
+@define-color osd_bg rgba(25, 23, 36, 0.8);
+@define-color osd_fg #e0def4;
+/* lightdm greeter colors */
+@define-color lightdm_bg_color #191724;
+@define-color lightdm_fg_color #e0def4;
+/* window manager colors */
+@define-color wm_bg_focused #191724;
+@define-color wm_bg_unfocused #1f1d2e;
+@define-color wm_border_focused #c4a7e7;
+@define-color wm_border_unfocused #191724;
+@define-color wm_title_focused #e0def4;
+@define-color wm_title_unfocused mix(#f0f0f3,#1f1d2e,0.4);
+@define-color wm_icons_focused #e0def4;
+@define-color wm_icons_focused_prelight #c4a7e7;
+@define-color wm_icons_focused_pressed #9a68d6;
+@define-color wm_icons_unfocused mix(#f0f0f3,#1f1d2e,0.4);
+@define-color wm_icons_unfocused_prelight #c4a7e7;
+@define-color wm_icons_unfocused_pressed #9a68d6;
+/**************
+ ! GTK settings
+***************/
+* {
+ -GtkArrow-arrow-scaling: .5;
+ -GtkExpander-expander-size: 8;
+ -GtkStatusbar-shadow-type: none;
+ -GtkToolItemGroup-expander-size: 8;
+ -GtkWindow-resize-grip-height: 0;
+ -GtkWindow-resize-grip-width: 0;
+ -WnckTasklist-fade-overlay-rect: 0;
+ -GtkWidget-cursor-color: #c5c3ce;
+ -GtkWidget-secondary-cursor-color: #c5c3ce;
+ -GtkWidget-cursor-aspect-ratio: 0.04;
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-style: dashed;
+ outline-width: 1px;
+ outline-offset: -1px;
+ outline-radius: 2px; }
+
+/*************
+ ! Base states
+ *************/
+GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, .view:selected, GtkHTML:selected, .view:selected:focus, GtkHTML:selected:focus, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .grid-child:selected, GtkFlowBox .grid-child:selected, GtkLabel:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+
+* {
+ /* hyperlinks */
+ -GtkHTML-link-color: #9ccfd8;
+ -GtkIMHtml-hyperlink-color: #9ccfd8;
+ -GtkWidget-link-color: #9ccfd8;
+ -GtkWidget-visited-link-color: #9ccfd8; }
+ *:insensitive, *:insensitive:insensitive {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ *:insensitive {
+ -gtk-image-effect: dim; }
+ *:hover {
+ -gtk-image-effect: highlight; }
+ *:link, *:visited {
+ color: #9ccfd8; }
+
+.background {
+ background-color: #1f1d2e;
+ color: #f0f0f3; }
+ .background:backdrop {
+ text-shadow: none;
+ icon-shadow: none; }
+ .background.csd {
+ background-color: #1f1d2e; }
+
+.gtkstyle-fallback {
+ background-color: rgba(31, 29, 46, 0.5);
+ color: #f0f0f3; }
+ .gtkstyle-fallback:hover {
+ background-color: #222033;
+ color: #f0f0f3; }
+ .gtkstyle-fallback:active {
+ background-color: #1c1a29;
+ color: #f0f0f3; }
+ .gtkstyle-fallback:insensitive {
+ background-color: #1f1d2e;
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+
+GtkImage, GtkImage:insensitive, GtkLabel, GtkLabel:insensitive, GtkBox, GtkBox:insensitive, GtkGrid, GtkGrid:insensitive {
+ background-color: transparent; }
+
+GtkLabel.separator {
+ color: #f0f0f3; }
+
+GtkLabel:insensitive {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+
+/*********
+ ! Buttons
+**********/
+NemoPathbarButton, column-header, .osd.button, .osd .button,
+#XfceNotifyWindow.button,
+#XfceNotifyWindow .button, .app-notification .button, .app-notification.frame .button, GtkModelButton.button, GtkModelButton.button:backdrop, GtkPopover .button, .error .button, .question .button, .warning .button, .info .button, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action, .destructive-action.button, .suggested-action.button, .header-bar .button, .toolbar .button, .button.default, .button {
+ padding: 3px 5px;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: 150ms ease;
+ outline-color: transparent;
+ -GtkWidget-focus-padding: 1;
+ -GtkWidget-focus-line-width: 0; }
+ NemoPathbarButton:focus, column-header:focus,
+ #XfceNotifyWindow.button:focus,
+ #XfceNotifyWindow .button:focus, .selection-mode.header-bar .button:focus, .selection-mode.toolbar .button:focus, .button:focus, NemoPathbarButton:hover, column-header:hover,
+ #XfceNotifyWindow.button:hover,
+ #XfceNotifyWindow .button:hover, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:hover, .button:hover, NemoPathbarButton:active, column-header:active,
+ #XfceNotifyWindow.button:active,
+ #XfceNotifyWindow .button:active, .selection-mode.header-bar .button:active, .selection-mode.toolbar .button:active, .button:active {
+ transition: none; }
+
+.linked > GtkComboBox > .button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .linked > GtkComboBox > .button:dir(ltr), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(ltr), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(ltr) {
+ border-radius: 0;
+ border-left-style: none;
+ border-right-style: solid; }
+ .linked > GtkComboBox > .button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(rtl) {
+ border-radius: 0;
+ border-right-style: none;
+ border-left-style: solid; }
+
+.linked > GtkComboBox:first-child > .button, .selection-mode.header-bar .linked > GtkComboBox:first-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:first-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:first-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:first-child, .button.linked:first-child, .selection-mode.header-bar .linked.button.suggested-action:first-child, .selection-mode.toolbar .linked.button.suggested-action:first-child, .linked .button:first-child, .linked .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .linked .button.suggested-action:first-child, .linked .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .linked .button.suggested-action:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-style: solid;
+ border-right-style: none;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .linked > GtkComboBox:first-child > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl):first-child, GtkComboBox.combobox-entry .button:dir(rtl):first-child, .button.linked:dir(rtl):first-child, .linked .button:dir(rtl):first-child {
+ border-left-style: none;
+ border-right-style: solid; }
+
+.linked > GtkComboBox:last-child > .button, .selection-mode.header-bar .linked > GtkComboBox:last-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:last-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:last-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:last-child, .button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-style: none;
+ border-right-style: solid;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0; }
+ .linked > GtkComboBox:last-child > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl):last-child, GtkComboBox.combobox-entry .button:dir(rtl):last-child, .button.linked:dir(rtl):last-child, .linked .button:dir(rtl):last-child {
+ border-left-style: solid;
+ border-right-style: none; }
+
+.linked > GtkComboBox:only-child > .button, .selection-mode.header-bar .linked > GtkComboBox:only-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:only-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:only-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:only-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px; }
+
+.header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .toolbar .button.linked, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .selection-mode.toolbar .linked .button.suggested-action, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action, .button.linked, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 0;
+ border-right-style: none;
+ border-left-style: none; }
+
+* {
+ -GtkButton-child-displacement-x: 0;
+ -GtkButton-child-displacement-y: 0;
+ -GtkButton-default-border: 0;
+ -GtkButton-image-spacing: 0;
+ -GtkButton-inner-border: 1;
+ -GtkButton-interior-focus: true;
+ -GtkButtonBox-child-min-height: 24;
+ -GtkButtonBox-child-internal-pad-y: 1;
+ -GtkToolButton-icon-spacing: 6; }
+
+.notebook tab .button, .notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .notebook tab .button.suggested-action, .notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .notebook tab .button.suggested-action, .error .button.close, .error .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .error .close.button.suggested-action, .error .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .error .close.button.suggested-action, .question .button.close, .question .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .question .close.button.suggested-action, .question .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .question .close.button.suggested-action, .warning .button.close, .warning .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .warning .close.button.suggested-action, .warning .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .warning .close.button.suggested-action, .info .button.close, .info .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .info .close.button.suggested-action, .info .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .info .close.button.suggested-action {
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+ .notebook tab .button:focus, .notebook tab .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .notebook tab .button.suggested-action:focus, .notebook tab .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .notebook tab .button.suggested-action:focus, .error .button.close:focus, .question .button.close:focus, .warning .button.close:focus, .info .button.close:focus, .notebook tab .button:hover, .notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .notebook tab .button.suggested-action:hover, .notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .notebook tab .button.suggested-action:hover, .error .button.close:hover, .question .button.close:hover, .warning .button.close:hover, .info .button.close:hover {
+ border: 1px solid rgba(86, 86, 107, 0.3);
+ background-color: rgba(32, 30, 48, 0.2);
+ background-image: none;
+ box-shadow: none; }
+ .notebook tab .button:active, .notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .notebook tab .button.suggested-action:active, .notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .notebook tab .button.suggested-action:active, .error .button.close:active, .question .button.close:active, .warning .button.close:active, .info .button.close:active, .notebook tab .button:checked, .notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .notebook tab .button.suggested-action:checked, .notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .notebook tab .button.suggested-action:checked, .error .button.close:checked, .question .button.close:checked, .warning .button.close:checked, .info .button.close:checked {
+ border: 1px solid rgba(86, 86, 107, 0.3);
+ background-color: rgba(86, 86, 107, 0.1);
+ background-image: none;
+ box-shadow: none; }
+
+.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
+ background-color: #191724;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.32),0.3); }
+ .button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button:active:hover, .button:active:focus, .button:active:hover:focus, .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:checked:hover, .button:checked:focus, .button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action {
+ border-color: rgba(25, 23, 36, 0);
+ color: #e0def4;
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:hover {
+ background-color: #1a1826;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .button:hover:focus, .button:hover:hover, .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.toolbar .button.suggested-action:hover:hover, .button.flat:hover:focus, .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.4),0.3); }
+ .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .button:hover:active:focus, .button.flat:hover:active:focus, .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .button:hover:checked:focus, .button.flat:hover:checked:focus, .button.flat:hover:active, .button.flat:hover:active:hover:focus, .button.flat:hover:checked, .button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .button:hover:insensitive, .selection-mode.header-bar .button.suggested-action:hover:insensitive, .selection-mode.toolbar .button.suggested-action:hover:insensitive, .button.flat:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .button:hover:active:insensitive, .button:hover:checked:insensitive, .button.flat:hover:active:insensitive, .button.flat:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button.flat:focus {
+ background-color: #1a1826;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .button:focus:hover, .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.toolbar .button.suggested-action:focus:hover, .button.flat:focus:hover {
+ background-color: #1c1928;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .button:focus:hover:hover, .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.4),0.3); }
+ .button:focus:hover:active, .button.flat:focus:hover:active, .button.flat:focus:hover:active:focus, .button:focus:hover:checked, .button.flat:focus:hover:checked, .button.flat:focus:hover:checked:focus, .button.flat:focus:hover:active:hover:focus, .button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .button:focus:hover:insensitive, .button.flat:focus:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .button:focus:hover:active:insensitive, .button:focus:hover:checked:insensitive, .button.flat:focus:hover:active:insensitive, .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button.flat:checked, .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.32),0.3); }
+ .button:active:checked, .button:active:checked:hover, .button:active:checked:focus, .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .button.flat:active:checked, .button.flat:active:checked:hover, .button.flat:active:checked:focus, .button.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive, .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button.flat:checked:insensitive, .button.flat:active:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .button:active:checked:insensitive, .button.flat:active:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:focus, .button.flat:hover {
+ color: #e0def4; }
+ .button:insensitive:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#191724,#e0def4,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#191724,#e0def4,0.6);
+ box-shadow: none; }
+ .button:insensitive:insensitive :insensitive, .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#191724,#e0def4,0.6); }
+ .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .button:active:insensitive:insensitive, .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.9); }
+ .button.separator:insensitive, .selection-mode.header-bar .separator.button.suggested-action:insensitive, .selection-mode.toolbar .separator.button.suggested-action:insensitive, .button .separator:insensitive, .selection-mode.header-bar .button.suggested-action .separator:insensitive, .selection-mode.toolbar .button.suggested-action .separator:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .button.default, .selection-mode.header-bar .default.button.suggested-action, .selection-mode.toolbar .default.button.suggested-action {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default:active:hover, .button.default:active:focus, .button.default:active:hover:focus, .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:checked:hover, .button.default:checked:focus, .button.default:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .button.default:insensitive, .selection-mode.header-bar .default.button.suggested-action:insensitive, .selection-mode.toolbar .default.button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .button.default:active:insensitive, .button.default:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .button.default.flat, .selection-mode.header-bar .default.flat.button.suggested-action, .selection-mode.toolbar .default.flat.button.suggested-action {
+ border-color: rgba(196, 167, 231, 0);
+ color: #191724;
+ background-color: rgba(196, 167, 231, 0);
+ background-image: none;
+ box-shadow: none; }
+ .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .button.default:hover:focus, .button.default:hover:hover, .button.default.flat:hover:focus, .button.default.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .button.default:hover:active, .button.default:hover:active:focus, .button.default.flat:hover:active:focus, .button.default:hover:checked, .button.default:hover:checked:focus, .button.default.flat:hover:checked:focus, .button.default.flat:hover:active, .button.default.flat:hover:active:hover:focus, .button.default.flat:hover:checked, .button.default.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .button.default:hover:insensitive, .button.default.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .button.default:hover:active:insensitive, .button.default:hover:checked:insensitive, .button.default.flat:hover:active:insensitive, .button.default.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default.flat:focus {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .button.default:focus:hover, .button.default.flat:focus:hover {
+ background-color: #d9c6f0;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .button.default:focus:hover:hover, .button.default.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .button.default:focus:hover:active, .button.default.flat:focus:hover:active, .button.default.flat:focus:hover:active:focus, .button.default:focus:hover:checked, .button.default.flat:focus:hover:checked, .button.default.flat:focus:hover:checked:focus, .button.default.flat:focus:hover:active:hover:focus, .button.default.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .button.default:focus:hover:insensitive, .button.default.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .button.default:focus:hover:active:insensitive, .button.default:focus:hover:checked:insensitive, .button.default.flat:focus:hover:active:insensitive, .button.default.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default.flat:checked, .button.default.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .button.default:active:checked, .button.default:active:checked:hover, .button.default:active:checked:focus, .button.default:active:checked:hover:focus, .button.default.flat:active:checked, .button.default.flat:active:checked:hover, .button.default.flat:active:checked:focus, .button.default.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .button.default:checked:insensitive, .button.default:active:insensitive, .button.default.flat:checked:insensitive, .button.default.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .button.default:active:checked:insensitive, .button.default.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:focus, .button.default.flat:hover {
+ color: #191724; }
+ .button.default:insensitive:insensitive, .button.default.flat:insensitive:insensitive {
+ background-color: alpha(mix(#c4a7e7,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#c4a7e7,#191724,0.6);
+ box-shadow: none; }
+ .button.default:insensitive:insensitive :insensitive, .button.default.flat:insensitive:insensitive :insensitive {
+ color: mix(#c4a7e7,#191724,0.6); }
+ .button.default:active:insensitive, .button.default:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .button.default:active:insensitive:insensitive, .button.default:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .button.default.separator, .selection-mode.header-bar .default.separator.button.suggested-action, .selection-mode.toolbar .default.separator.button.suggested-action, .button.default .separator, .selection-mode.header-bar .default.button.suggested-action .separator, .selection-mode.toolbar .default.button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(196, 167, 231, 0.9); }
+ .button.default.separator:insensitive, .button.default .separator:insensitive {
+ color: rgba(196, 167, 231, 0.85); }
+ .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .linked .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .button.linked:focus, .selection-mode.header-bar .linked.button.suggested-action:focus, .selection-mode.toolbar .linked.button.suggested-action:focus, .button.linked:hover, .selection-mode.header-bar .linked.button.suggested-action:hover, .selection-mode.toolbar .linked.button.suggested-action:hover, .linked .button:focus, .linked .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .linked .button.suggested-action:focus, .linked .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .linked .button.suggested-action:focus, .linked .button:hover, .linked .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .linked .button.suggested-action:hover, .linked .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .linked .button.suggested-action:hover {
+ box-shadow: inset -1px 0 mix(#c4a7e7,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .button.linked:active:hover, .button.linked:active:focus, .button.linked:active:hover:focus, .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .button.linked:checked:hover, .button.linked:checked:focus, .button.linked:checked:hover:focus, .linked .button:active, .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .linked .button.suggested-action:active, .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .linked .button:active:hover, .linked .button:active:focus, .linked .button:active:hover:focus, .linked .button:checked, .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .linked .button:checked:hover, .linked .button:checked:focus, .linked .button:checked:hover:focus {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ .button.linked:insensitive, .selection-mode.header-bar .linked.button.suggested-action:insensitive, .selection-mode.toolbar .linked.button.suggested-action:insensitive, .linked .button:insensitive, .linked .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .linked .button.suggested-action:insensitive, .linked .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .linked .button.suggested-action:insensitive {
+ box-shadow: inset -1px 0 #14121d; }
+ .button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .button.linked:last-child:hover, .button.linked:only-child:hover, .linked .button:last-child:hover, .linked .button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .button.linked:insensitive:last-child, .button.linked:insensitive:only-child, .button.linked:active:insensitive:last-child, .button.linked:active:insensitive:only-child, .button.linked:checked:insensitive:last-child, .button.linked:checked:insensitive:only-child, .linked .button:insensitive:last-child, .linked .button:insensitive:only-child, .linked .button:active:insensitive:last-child, .linked .button:active:insensitive:only-child, .linked .button:checked:insensitive:last-child, .linked .button:checked:insensitive:only-child {
+ box-shadow: none; }
+ .button.linked:active:last-child, .button.linked:active:last-child:focus, .button.linked:active:last-child:hover, .button.linked:active:last-child:hover:focus, .button.linked:checked:last-child, .button.linked:checked:last-child:focus, .button.linked:checked:last-child:hover, .button.linked:checked:last-child:hover:focus, .linked .button:active:last-child, .linked .button:active:last-child:focus, .linked .button:active:last-child:hover, .linked .button:active:last-child:hover:focus, .linked .button:checked:last-child, .linked .button:checked:last-child:focus, .linked .button:checked:last-child:hover, .linked .button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .button.linked:active:only-child, .button.linked:active:only-child:focus, .button.linked:active:only-child:hover, .button.linked:active:only-child:hover:focus, .button.linked:checked:only-child, .button.linked:checked:only-child:focus, .button.linked:checked:only-child:hover, .button.linked:checked:only-child:hover:focus, .linked .button:active:only-child, .linked .button:active:only-child:focus, .linked .button:active:only-child:hover, .linked .button:active:only-child:hover:focus, .linked .button:checked:only-child, .linked .button:checked:only-child:focus, .linked .button:checked:only-child:hover, .linked .button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .spinbutton .button, .spinbutton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton .button.suggested-action, .spinbutton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton .button.suggested-action {
+ color: mix(#c5c3ce,#26233a,0.4);
+ padding: 3px 6px;
+ border: 0;
+ border-radius: 0;
+ border-style: none;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: inset 1px 0 #222034; }
+ .spinbutton .button:insensitive, .spinbutton .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .spinbutton .button.suggested-action:insensitive, .spinbutton .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .spinbutton .button.suggested-action:insensitive {
+ color: mix(#c5c3ce,#26233a,0.7);
+ box-shadow: inset 1px 0 #201e31; }
+ .spinbutton .button:active, .spinbutton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .spinbutton .button.suggested-action:active, .spinbutton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .spinbutton .button.suggested-action:active, .spinbutton .button:checked, .spinbutton .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .spinbutton .button.suggested-action:checked, .spinbutton .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .spinbutton .button.suggested-action:checked, .spinbutton .button:hover, .spinbutton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .spinbutton .button.suggested-action:hover, .spinbutton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .spinbutton .button.suggested-action:hover {
+ color: #c5c3ce; }
+ .spinbutton .button:first-child, .spinbutton .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .spinbutton .button.suggested-action:first-child, .spinbutton .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .spinbutton .button.suggested-action:first-child {
+ border-radius: 2px 0 0 2px;
+ box-shadow: none; }
+ .spinbutton .button:last-child, .spinbutton .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .spinbutton .button.suggested-action:last-child, .spinbutton .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .spinbutton .button.suggested-action:last-child {
+ border-radius: 0 2px 2px 0; }
+ .spinbutton .button:dir(rtl), .spinbutton .selection-mode.header-bar .button.suggested-action:dir(rtl), .selection-mode.header-bar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .selection-mode.toolbar .button.suggested-action:dir(rtl), .selection-mode.toolbar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .linked > GtkComboBox > .button:dir(rtl) {
+ box-shadow: inset -1px 0 #222034; }
+ .spinbutton.vertical .button, .spinbutton.vertical .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton.vertical .button.suggested-action, .spinbutton.vertical .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton.vertical .button.suggested-action {
+ border: 1px solid #191725;
+ border-radius: 2px;
+ background-color: #211f32;
+ background-image: none;
+ color: #f0f0f3;
+ box-shadow: none; }
+ .spinbutton.vertical .button:hover {
+ border-color: #161420;
+ background-color: #222033;
+ background-image: none; }
+ .spinbutton.vertical .button:active, .spinbutton.vertical .button:checked {
+ border-color: #191725;
+ background-color: #1d1c2c;
+ background-image: none; }
+ .spinbutton.vertical .button:active:hover, .spinbutton.vertical .button:checked:hover {
+ border-color: #161420; }
+ .spinbutton.vertical .button:focus, .spinbutton.vertical .button:hover:focus, .spinbutton.vertical .button:active:focus, .spinbutton.vertical .button:active:hover:focus {
+ border-color: #161420; }
+ .spinbutton.vertical .button:insensitive {
+ border-color: #1a1927;
+ background-color: #1c1a29;
+ background-image: none; }
+ .spinbutton.vertical .button:first-child {
+ border-width: 1px;
+ border-bottom-width: 0;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ .spinbutton.vertical .button:last-child {
+ border-width: 1px;
+ border-top-width: 0;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+ .button .spinbutton.vertical.entry {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 0; }
+
+/******************
+! ComboBoxes *
+*******************/
+GtkComboBox > .button, .selection-mode.header-bar GtkComboBox > .button.suggested-action, .selection-mode.toolbar GtkComboBox > .button.suggested-action {
+ padding: 1px 4px;
+ -GtkComboBox-arrow-scaling: .5;
+ -GtkComboBox-shadow-type: none; }
+
+GtkComboBox .separator {
+ /* always disable separators */
+ -GtkWidget-wide-separators: true;
+ -GtkWidget-horizontal-separator: 0;
+ -GtkWidget-vertical-separator: 0;
+ border-style: none; }
+
+.linked > GtkComboBox menu menuitem {
+ padding: 3px 5px; }
+
+/*********
+ ! Entry *
+**********/
+.entry.linked, .linked .entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0; }
+ .entry.linked:first-child, .linked .entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .entry.linked:last-child, .linked .entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .entry.linked:only-child, .linked .entry:only-child {
+ border-width: 1px;
+ border-radius: 2px; }
+
+GtkPopover .entry, .menuitem .entry, .entry {
+ padding: 2px 3px;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: border 150ms ease;
+ box-shadow: inset 1px 1px rgba(43, 43, 54, 0.06), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .entry:focus, .entry:hover, .entry:active {
+ transition: none; }
+ .entry:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ .entry:insensitive {
+ box-shadow: none; }
+ .progressbar.entry {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-width: 0;
+ border-radius: 2px;
+ color: #191724; }
+ .image.left.entry {
+ padding-right: 3px; }
+
+.entry {
+ background-color: #26233a;
+ background-image: none;
+ border-color: #1e1c2e;
+ color: #c5c3ce; }
+ .entry:focus, .entry:hover {
+ border-color: mix(#c4a7e7,#26233a,0.3); }
+ .entry:active, .entry:active:hover, .entry:active:focus, .entry:active:hover:focus, .entry:checked, .entry:checked:hover, .entry:checked:focus, .entry:checked:hover:focus {
+ border-color: #1b1929; }
+ .entry:insensitive {
+ border-color: #201e31; }
+ .entry:active:insensitive, .entry:checked:insensitive {
+ border-color: #1e1c2e; }
+ .entry:focus, .entry:active {
+ border-color: #c4a7e7; }
+ .entry:insensitive {
+ background-color: #222034;
+ background-image: none;
+ color: mix(#26233a,#c5c3ce,0.5); }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Toolbar
+**********/
+.toolbar {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: #191725;
+ padding: 6px;
+ color: #f0f0f3;
+ padding: 2px;
+ border-style: none; }
+ .toolbar:focus, .toolbar:hover {
+ border-color: mix(#c4a7e7,#1f1d2e,0.3); }
+ .toolbar:active, .toolbar:active:hover, .toolbar:active:focus, .toolbar:active:hover:focus, .toolbar:checked, .toolbar:checked:hover, .toolbar:checked:focus, .toolbar:checked:hover:focus {
+ border-color: #161420; }
+ .toolbar:insensitive {
+ border-color: #1a1927; }
+ .toolbar:active:insensitive, .toolbar:checked:insensitive {
+ border-color: #191725; }
+ .toolbar:insensitive {
+ background-color: #1c1a29;
+ background-image: none;
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ .toolbar .title {
+ font: bold;
+ padding: 0 6px; }
+ .toolbar .subtitle {
+ font: smaller;
+ padding: 0 6px; }
+ .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.32);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.32),0.3); }
+ .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button:active:hover, .toolbar .button:active:focus, .toolbar .button:active:hover:focus, .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:checked:hover, .toolbar .button:checked:focus, .toolbar .button:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.32); }
+ .toolbar .button:insensitive, .toolbar .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive {
+ border-color: rgba(200, 200, 211, 0.32); }
+ .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.32); }
+ .toolbar .button.flat, .toolbar .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .toolbar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action {
+ border-color: rgba(31, 29, 46, 0);
+ color: #f0f0f3;
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.4);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .toolbar .button:hover:focus, .toolbar .button:hover:hover, .toolbar .button.flat:hover:focus, .toolbar .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.4),0.3); }
+ .toolbar .button:hover:active, .toolbar .button:hover:active:focus, .toolbar .button.flat:hover:active:focus, .toolbar .button:hover:checked, .toolbar .button:hover:checked:focus, .toolbar .button.flat:hover:checked:focus, .toolbar .button.flat:hover:active, .toolbar .button.flat:hover:active:hover:focus, .toolbar .button.flat:hover:checked, .toolbar .button.flat:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.4); }
+ .toolbar .button:hover:insensitive, .toolbar .button.flat:hover:insensitive {
+ border-color: rgba(200, 200, 211, 0.4); }
+ .toolbar .button:hover:active:insensitive, .toolbar .button:hover:checked:insensitive, .toolbar .button.flat:hover:active:insensitive, .toolbar .button.flat:hover:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.4); }
+ .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(240, 240, 243, 0.32);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .toolbar .button:focus:hover, .toolbar .button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .toolbar .button:focus:hover:hover, .toolbar .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.4),0.3); }
+ .toolbar .button:focus:hover:active, .toolbar .button.flat:focus:hover:active, .toolbar .button.flat:focus:hover:active:focus, .toolbar .button:focus:hover:checked, .toolbar .button.flat:focus:hover:checked, .toolbar .button.flat:focus:hover:checked:focus, .toolbar .button.flat:focus:hover:active:hover:focus, .toolbar .button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.4); }
+ .toolbar .button:focus:hover:insensitive, .toolbar .button.flat:focus:hover:insensitive {
+ border-color: rgba(200, 200, 211, 0.4); }
+ .toolbar .button:focus:hover:active:insensitive, .toolbar .button:focus:hover:checked:insensitive, .toolbar .button.flat:focus:hover:active:insensitive, .toolbar .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.4); }
+ .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button.flat:checked, .toolbar .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(240, 240, 243, 0.06), inset 0 1px rgba(240, 240, 243, 0.07), inset -1px 0 rgba(240, 240, 243, 0.06), inset 0 -1px rgba(240, 240, 243, 0.05); }
+ .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.32),0.3); }
+ .toolbar .button:checked:active, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .toolbar .button:checked:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .toolbar .button:checked:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .toolbar .button:checked:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .toolbar .button:checked:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .toolbar .button:checked:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .toolbar .button:checked:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .toolbar .button:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .toolbar .button:active:active, .toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .toolbar .button:active:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .toolbar .button:active:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .toolbar .button:active:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .toolbar .button:active:checked, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .toolbar .button:active:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .toolbar .button:active:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .toolbar .button:active:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .toolbar .button.flat:checked:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .toolbar .button.flat:checked:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .toolbar .button.flat:checked:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .toolbar .button.flat:checked:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .toolbar .button.flat:checked:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .toolbar .button.flat:checked:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .toolbar .button.flat:checked:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .toolbar .button.flat:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .toolbar .button.flat:active:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .toolbar .button.flat:active:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .toolbar .button.flat:active:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .toolbar .button.flat:active:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .toolbar .button.flat:active:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .toolbar .button.flat:active:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .toolbar .button.flat:active:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .toolbar .button.flat:active:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.32); }
+ .toolbar .button:checked:insensitive, .toolbar .button:active:insensitive, .toolbar .button.flat:checked:insensitive, .toolbar .button.flat:active:insensitive {
+ border-color: rgba(200, 200, 211, 0.32); }
+ .toolbar .button:active:checked:insensitive, .toolbar .button.flat:active:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.32); }
+ .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:focus, .toolbar .button.flat:hover {
+ color: #f0f0f3; }
+ .toolbar .button:insensitive:insensitive, .toolbar .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#1f1d2e,#f0f0f3,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#1f1d2e,#f0f0f3,0.6);
+ box-shadow: none; }
+ .toolbar .button:insensitive:insensitive :insensitive, .toolbar .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#1f1d2e,#f0f0f3,0.6); }
+ .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .toolbar .button:active:insensitive:insensitive, .toolbar .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .toolbar .button.separator, .toolbar .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .toolbar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .toolbar .button .separator, .toolbar .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .toolbar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ .toolbar .button.separator:insensitive, .toolbar .button .separator:insensitive {
+ color: rgba(31, 29, 46, 0.85); }
+ .toolbar .button.linked, .toolbar .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.header-bar .toolbar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .toolbar .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .linked .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .toolbar .button.linked:focus, .toolbar .button.linked:hover, .toolbar .linked .button:focus, .toolbar .linked .button:hover {
+ box-shadow: inset -1px 0 mix(#c4a7e7,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .toolbar .button.linked:active, .toolbar .button.linked:active:hover, .toolbar .button.linked:active:focus, .toolbar .button.linked:active:hover:focus, .toolbar .button.linked:checked, .toolbar .button.linked:checked:hover, .toolbar .button.linked:checked:focus, .toolbar .button.linked:checked:hover:focus, .toolbar .linked .button:active, .toolbar .linked .button:active:hover, .toolbar .linked .button:active:focus, .toolbar .linked .button:active:hover:focus, .toolbar .linked .button:checked, .toolbar .linked .button:checked:hover, .toolbar .linked .button:checked:focus, .toolbar .linked .button:checked:hover:focus {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ .toolbar .button.linked:insensitive, .toolbar .linked .button:insensitive {
+ box-shadow: inset -1px 0 #191725; }
+ .toolbar .button.linked:last-child, .toolbar .button.linked:only-child, .toolbar .linked .button:last-child, .toolbar .linked .button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .toolbar .button.linked:last-child:hover, .toolbar .button.linked:only-child:hover, .toolbar .linked .button:last-child:hover, .toolbar .linked .button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .toolbar .button.linked:insensitive:last-child, .toolbar .button.linked:insensitive:only-child, .toolbar .button.linked:active:insensitive:last-child, .toolbar .button.linked:active:insensitive:only-child, .toolbar .button.linked:checked:insensitive:last-child, .toolbar .button.linked:checked:insensitive:only-child, .toolbar .linked .button:insensitive:last-child, .toolbar .linked .button:insensitive:only-child, .toolbar .linked .button:active:insensitive:last-child, .toolbar .linked .button:active:insensitive:only-child, .toolbar .linked .button:checked:insensitive:last-child, .toolbar .linked .button:checked:insensitive:only-child {
+ box-shadow: none; }
+ .toolbar .button.linked:active:last-child, .toolbar .button.linked:active:last-child:focus, .toolbar .button.linked:active:last-child:hover, .toolbar .button.linked:active:last-child:hover:focus, .toolbar .button.linked:checked:last-child, .toolbar .button.linked:checked:last-child:focus, .toolbar .button.linked:checked:last-child:hover, .toolbar .button.linked:checked:last-child:hover:focus, .toolbar .linked .button:active:last-child, .toolbar .linked .button:active:last-child:focus, .toolbar .linked .button:active:last-child:hover, .toolbar .linked .button:active:last-child:hover:focus, .toolbar .linked .button:checked:last-child, .toolbar .linked .button:checked:last-child:focus, .toolbar .linked .button:checked:last-child:hover, .toolbar .linked .button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .toolbar .button.linked:active:only-child, .toolbar .button.linked:active:only-child:focus, .toolbar .button.linked:active:only-child:hover, .toolbar .button.linked:active:only-child:hover:focus, .toolbar .button.linked:checked:only-child, .toolbar .button.linked:checked:only-child:focus, .toolbar .button.linked:checked:only-child:hover, .toolbar .button.linked:checked:only-child:hover:focus, .toolbar .linked .button:active:only-child, .toolbar .linked .button:active:only-child:focus, .toolbar .linked .button:active:only-child:hover, .toolbar .linked .button:active:only-child:hover:focus, .toolbar .linked .button:checked:only-child, .toolbar .linked .button:checked:only-child:focus, .toolbar .linked .button:checked:only-child:hover, .toolbar .linked .button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .toolbar GtkComboBox, .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
+ padding: 2px; }
+ .toolbar GtkComboBox.text-button, .toolbar .button.text-button, .toolbar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .toolbar .text-button.button.suggested-action, .selection-mode.toolbar .text-button.button.suggested-action {
+ padding: 3px; }
+ .toolbar GtkComboBox.image-button, .toolbar .button.image-button, .toolbar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .toolbar .image-button.button.suggested-action, .selection-mode.toolbar .image-button.button.suggested-action {
+ padding: 4px 2px 4px 3px; }
+ .toolbar GtkSeparatorToolItem, .toolbar .separator, .toolbar .separator:insensitive {
+ color: #1c1a29;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .toolbar .menubar {
+ -GtkToolbar-button-relief: normal; }
+ .toolbar.inline-toolbar {
+ background-image: none;
+ background-color: transparent; }
+ .toolbar GtkToolButton:insensitive GtkButton:insensitive,
+ .toolbar GtkToolButton:insensitive GtkButton:insensitive.button,
+ .toolbar GtkToolButton:insensitive .selection-mode.header-bar .button.suggested-action:insensitive,
+ .selection-mode.header-bar .toolbar GtkToolButton:insensitive .button.suggested-action:insensitive,
+ .selection-mode.toolbar GtkToolButton:insensitive .button.suggested-action:insensitive,
+ .toolbar GtkToolButton:insensitive GtkButton:insensitive.flat.button,
+ .toolbar GtkToolButton:insensitive .selection-mode.header-bar .flat.button.suggested-action,
+ .selection-mode.header-bar .toolbar GtkToolButton:insensitive .flat.button.suggested-action,
+ .selection-mode.toolbar GtkToolButton:insensitive .flat.button.suggested-action {
+ background-color: #1f1d2e; }
+
+.header-bar {
+ background-color: #191724;
+ background-image: none;
+ border-color: #14121d;
+ padding: 6px;
+ color: #e0def4;
+ border-width: 0 0 1px;
+ border-style: solid; }
+ .header-bar:focus, .header-bar:hover {
+ border-color: mix(#c4a7e7,#191724,0.3); }
+ .header-bar:active, .header-bar:active:hover, .header-bar:active:focus, .header-bar:active:hover:focus, .header-bar:checked, .header-bar:checked:hover, .header-bar:checked:focus, .header-bar:checked:hover:focus {
+ border-color: #121019; }
+ .header-bar:insensitive {
+ border-color: #15141f; }
+ .header-bar:active:insensitive, .header-bar:checked:insensitive {
+ border-color: #14121d; }
+ .header-bar:insensitive {
+ background-color: #171520;
+ background-image: none;
+ color: mix(#e0def4,#191724,0.5); }
+ .header-bar .title {
+ font: bold;
+ padding: 0 6px; }
+ .header-bar .subtitle {
+ font: smaller;
+ padding: 0 6px; }
+ .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.32);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.32),0.3); }
+ .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button:active:hover, .header-bar .button:active:focus, .header-bar .button:active:hover:focus, .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:checked:hover, .header-bar .button:checked:focus, .header-bar .button:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.32); }
+ .header-bar .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .header-bar .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .header-bar .button.suggested-action:insensitive {
+ border-color: rgba(200, 200, 211, 0.32); }
+ .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.32); }
+ .header-bar .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .header-bar .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .header-bar .flat.button.suggested-action {
+ border-color: rgba(31, 29, 46, 0);
+ color: #f0f0f3;
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.4);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .header-bar .button:hover:focus, .header-bar .button:hover:hover, .header-bar .button.flat:hover:focus, .header-bar .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.4),0.3); }
+ .header-bar .button:hover:active, .header-bar .button:hover:active:focus, .header-bar .button.flat:hover:active:focus, .header-bar .button:hover:checked, .header-bar .button:hover:checked:focus, .header-bar .button.flat:hover:checked:focus, .header-bar .button.flat:hover:active, .header-bar .button.flat:hover:active:hover:focus, .header-bar .button.flat:hover:checked, .header-bar .button.flat:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.4); }
+ .header-bar .button:hover:insensitive, .header-bar .button.flat:hover:insensitive {
+ border-color: rgba(200, 200, 211, 0.4); }
+ .header-bar .button:hover:active:insensitive, .header-bar .button:hover:checked:insensitive, .header-bar .button.flat:hover:active:insensitive, .header-bar .button.flat:hover:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.4); }
+ .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(240, 240, 243, 0.32);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .header-bar .button:focus:hover, .header-bar .button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .header-bar .button:focus:hover:hover, .header-bar .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.4),0.3); }
+ .header-bar .button:focus:hover:active, .header-bar .button.flat:focus:hover:active, .header-bar .button.flat:focus:hover:active:focus, .header-bar .button:focus:hover:checked, .header-bar .button.flat:focus:hover:checked, .header-bar .button.flat:focus:hover:checked:focus, .header-bar .button.flat:focus:hover:active:hover:focus, .header-bar .button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.4); }
+ .header-bar .button:focus:hover:insensitive, .header-bar .button.flat:focus:hover:insensitive {
+ border-color: rgba(200, 200, 211, 0.4); }
+ .header-bar .button:focus:hover:active:insensitive, .header-bar .button:focus:hover:checked:insensitive, .header-bar .button.flat:focus:hover:active:insensitive, .header-bar .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.4); }
+ .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button.flat:checked, .header-bar .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(240, 240, 243, 0.06), inset 0 1px rgba(240, 240, 243, 0.07), inset -1px 0 rgba(240, 240, 243, 0.06), inset 0 -1px rgba(240, 240, 243, 0.05); }
+ .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.32),0.3); }
+ .header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active, .header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover, .header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:focus, .header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked, .header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover, .header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:focus, .header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .header-bar .button.suggested-action:active:active, .header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover, .header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:focus, .header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover:focus, .header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked, .header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover, .header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:focus, .header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active, .header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked, .header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active, .header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover, .header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:focus, .header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked, .header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.32); }
+ .header-bar .button:checked:insensitive, .header-bar .button:active:insensitive, .header-bar .button.flat:checked:insensitive, .header-bar .button.flat:active:insensitive {
+ border-color: rgba(200, 200, 211, 0.32); }
+ .header-bar .button:active:checked:insensitive, .header-bar .button.flat:active:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.32); }
+ .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:focus, .header-bar .button.flat:hover {
+ color: #f0f0f3; }
+ .header-bar .button:insensitive:insensitive, .header-bar .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#1f1d2e,#f0f0f3,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#1f1d2e,#f0f0f3,0.6);
+ box-shadow: none; }
+ .header-bar .button:insensitive:insensitive :insensitive, .header-bar .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#1f1d2e,#f0f0f3,0.6); }
+ .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .header-bar .button:active:insensitive:insensitive, .header-bar .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .header-bar .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .header-bar .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .header-bar .separator.button.suggested-action, .header-bar .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .header-bar .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .header-bar .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ .header-bar .button.separator:insensitive, .header-bar .button .separator:insensitive {
+ color: rgba(31, 29, 46, 0.85); }
+ .header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .selection-mode.toolbar .linked.button.suggested-action, .selection-mode.toolbar .header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .header-bar .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .linked .button.suggested-action {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .header-bar .button.linked:focus, .header-bar .button.linked:hover, .header-bar .linked .button:focus, .header-bar .linked .button:hover {
+ box-shadow: inset -1px 0 mix(#c4a7e7,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .header-bar .button.linked:active, .header-bar .button.linked:active:hover, .header-bar .button.linked:active:focus, .header-bar .button.linked:active:hover:focus, .header-bar .button.linked:checked, .header-bar .button.linked:checked:hover, .header-bar .button.linked:checked:focus, .header-bar .button.linked:checked:hover:focus, .header-bar .linked .button:active, .header-bar .linked .button:active:hover, .header-bar .linked .button:active:focus, .header-bar .linked .button:active:hover:focus, .header-bar .linked .button:checked, .header-bar .linked .button:checked:hover, .header-bar .linked .button:checked:focus, .header-bar .linked .button:checked:hover:focus {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ .header-bar .button.linked:insensitive, .header-bar .linked .button:insensitive {
+ box-shadow: inset -1px 0 #191725; }
+ .header-bar .button.linked:last-child, .header-bar .button.linked:only-child, .header-bar .linked .button:last-child, .header-bar .linked .button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .header-bar .button.linked:last-child:hover, .header-bar .button.linked:only-child:hover, .header-bar .linked .button:last-child:hover, .header-bar .linked .button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .header-bar .button.linked:insensitive:last-child, .header-bar .button.linked:insensitive:only-child, .header-bar .button.linked:active:insensitive:last-child, .header-bar .button.linked:active:insensitive:only-child, .header-bar .button.linked:checked:insensitive:last-child, .header-bar .button.linked:checked:insensitive:only-child, .header-bar .linked .button:insensitive:last-child, .header-bar .linked .button:insensitive:only-child, .header-bar .linked .button:active:insensitive:last-child, .header-bar .linked .button:active:insensitive:only-child, .header-bar .linked .button:checked:insensitive:last-child, .header-bar .linked .button:checked:insensitive:only-child {
+ box-shadow: none; }
+ .header-bar .button.linked:active:last-child, .header-bar .button.linked:active:last-child:focus, .header-bar .button.linked:active:last-child:hover, .header-bar .button.linked:active:last-child:hover:focus, .header-bar .button.linked:checked:last-child, .header-bar .button.linked:checked:last-child:focus, .header-bar .button.linked:checked:last-child:hover, .header-bar .button.linked:checked:last-child:hover:focus, .header-bar .linked .button:active:last-child, .header-bar .linked .button:active:last-child:focus, .header-bar .linked .button:active:last-child:hover, .header-bar .linked .button:active:last-child:hover:focus, .header-bar .linked .button:checked:last-child, .header-bar .linked .button:checked:last-child:focus, .header-bar .linked .button:checked:last-child:hover, .header-bar .linked .button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .header-bar .button.linked:active:only-child, .header-bar .button.linked:active:only-child:focus, .header-bar .button.linked:active:only-child:hover, .header-bar .button.linked:active:only-child:hover:focus, .header-bar .button.linked:checked:only-child, .header-bar .button.linked:checked:only-child:focus, .header-bar .button.linked:checked:only-child:hover, .header-bar .button.linked:checked:only-child:hover:focus, .header-bar .linked .button:active:only-child, .header-bar .linked .button:active:only-child:focus, .header-bar .linked .button:active:only-child:hover, .header-bar .linked .button:active:only-child:hover:focus, .header-bar .linked .button:checked:only-child, .header-bar .linked .button:checked:only-child:focus, .header-bar .linked .button:checked:only-child:hover, .header-bar .linked .button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .header-bar GtkComboBox, .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
+ padding: 2px; }
+ .header-bar GtkComboBox.text-button, .header-bar .button.text-button, .selection-mode.header-bar .text-button.button.suggested-action, .header-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .header-bar .text-button.button.suggested-action {
+ padding: 3px; }
+ .header-bar GtkComboBox.image-button, .header-bar .button.image-button, .selection-mode.header-bar .image-button.button.suggested-action, .header-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .header-bar .image-button.button.suggested-action {
+ padding: 4px 2px 4px 3px; }
+ .header-bar GtkSeparatorToolItem, .header-bar .separator, .header-bar .separator:insensitive {
+ color: #171520;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .header-bar .menubar {
+ -GtkToolbar-button-relief: normal; }
+ .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
+ color: #e0def4; }
+
+.titlebar {
+ background-color: #191724;
+ background-image: none;
+ border-radius: 2px 2px 0 0;
+ color: #e0def4; }
+ .titlebar:backdrop {
+ background-color: #1f1d2e;
+ background-image: none;
+ color: mix(#f0f0f3,#1f1d2e,0.4);
+ text-shadow: none; }
+ .titlebar.default-decoration {
+ border: 0;
+ box-shadow: none; }
+ .tiled .titlebar, .maximized .titlebar {
+ border-radius: 0; }
+ .titlebar .title {
+ font: bold; }
+ .titlebar .titlebutton {
+ padding: 3px;
+ border: 0;
+ background-image: none;
+ background-color: transparent;
+ color: #e0def4;
+ box-shadow: none; }
+ .titlebar .titlebutton:hover, .titlebar .titlebutton:hover:focus {
+ background-image: none;
+ background-color: transparent;
+ color: #c4a7e7;
+ box-shadow: none; }
+ .titlebar .titlebutton:active, .titlebar .titlebutton:active:hover {
+ background-image: none;
+ background-color: transparent;
+ color: #af88de;
+ box-shadow: none; }
+ .titlebar .titlebutton:backdrop {
+ background: none;
+ color: mix(#f0f0f3,#1f1d2e,0.4);
+ icon-shadow: none; }
+
+/**************
+ ! Action-bar *
+***************/
+.action-bar {
+ background-color: #1f1d2e;
+ background-image: none;
+ padding: 3px;
+ border-width: 1px 0 0;
+ border-style: solid;
+ border-color: #191725;
+ color: #f0f0f3; }
+ .action-bar .button.text-button, .action-bar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .action-bar .text-button.button.suggested-action, .action-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .action-bar .text-button.button.suggested-action {
+ padding: 2px; }
+ .action-bar .button.image-button, .action-bar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .action-bar .image-button.button.suggested-action, .action-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .action-bar .image-button.button.suggested-action {
+ padding: 4px; }
+ .action-bar .title {
+ font: bold;
+ padding: 0 6px; }
+ .action-bar .subtitle {
+ font: smaller;
+ padding: 0 6px; }
+
+/***************
+ ! Search bars *
+****************/
+.search-bar {
+ background-color: #1e1c2d;
+ background-image: none;
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #191725;
+ color: #f0f0f3; }
+ .search-bar .button.close-button, .search-bar .selection-mode.header-bar .close-button.button.suggested-action, .selection-mode.header-bar .search-bar .close-button.button.suggested-action, .search-bar .selection-mode.toolbar .close-button.button.suggested-action, .selection-mode.toolbar .search-bar .close-button.button.suggested-action {
+ padding: 3px; }
+
+/******************
+ ! Action buttons *
+*******************/
+.suggested-action.button, .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .suggested-action.button {
+ background-color: #ebbcba;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button:active:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover:focus, .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:checked:hover, .suggested-action.button:checked:focus, .suggested-action.button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .suggested-action.button:insensitive, .selection-mode.header-bar .suggested-action.button:insensitive, .selection-mode.toolbar .suggested-action.button:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .suggested-action.button.flat, .selection-mode.header-bar .suggested-action.flat.button, .selection-mode.toolbar .suggested-action.flat.button {
+ border-color: rgba(235, 188, 186, 0);
+ color: #191724;
+ background-color: rgba(235, 188, 186, 0);
+ background-image: none;
+ box-shadow: none; }
+ .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:hover {
+ background-color: #f0ccca;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .suggested-action.button:hover:focus, .suggested-action.button:hover:hover, .suggested-action.button.flat:hover:focus, .suggested-action.button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .suggested-action.button:hover:active, .suggested-action.button:hover:active:focus, .suggested-action.button.flat:hover:active:focus, .suggested-action.button:hover:checked, .suggested-action.button:hover:checked:focus, .suggested-action.button.flat:hover:checked:focus, .suggested-action.button.flat:hover:active, .suggested-action.button.flat:hover:active:hover:focus, .suggested-action.button.flat:hover:checked, .suggested-action.button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .suggested-action.button:hover:insensitive, .suggested-action.button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .suggested-action.button:hover:active:insensitive, .suggested-action.button:hover:checked:insensitive, .suggested-action.button.flat:hover:active:insensitive, .suggested-action.button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button.flat:focus {
+ background-color: #f0ccca;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .suggested-action.button:focus:hover, .suggested-action.button.flat:focus:hover {
+ background-color: #f4dcdb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .suggested-action.button:focus:hover:hover, .suggested-action.button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .suggested-action.button:focus:hover:active, .suggested-action.button.flat:focus:hover:active, .suggested-action.button.flat:focus:hover:active:focus, .suggested-action.button:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked:focus, .suggested-action.button.flat:focus:hover:active:hover:focus, .suggested-action.button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .suggested-action.button:focus:hover:insensitive, .suggested-action.button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .suggested-action.button:focus:hover:active:insensitive, .suggested-action.button:focus:hover:checked:insensitive, .suggested-action.button.flat:focus:hover:active:insensitive, .suggested-action.button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button.flat:checked, .suggested-action.button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .suggested-action.button:active:checked, .suggested-action.button:active:checked:hover, .suggested-action.button:active:checked:focus, .suggested-action.button:active:checked:hover:focus, .suggested-action.button.flat:active:checked, .suggested-action.button.flat:active:checked:hover, .suggested-action.button.flat:active:checked:focus, .suggested-action.button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .suggested-action.button:checked:insensitive, .suggested-action.button:active:insensitive, .suggested-action.button.flat:checked:insensitive, .suggested-action.button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .suggested-action.button:active:checked:insensitive, .suggested-action.button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:focus, .suggested-action.button.flat:hover {
+ color: #191724; }
+ .suggested-action.button:insensitive:insensitive, .suggested-action.button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#ebbcba,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#ebbcba,#191724,0.6);
+ box-shadow: none; }
+ .suggested-action.button:insensitive:insensitive :insensitive, .suggested-action.button.flat:insensitive:insensitive :insensitive {
+ color: mix(#ebbcba,#191724,0.6); }
+ .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .suggested-action.button:active:insensitive:insensitive, .suggested-action.button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .suggested-action.button.separator, .selection-mode.header-bar .suggested-action.separator.button, .selection-mode.toolbar .suggested-action.separator.button, .suggested-action.button .separator, .selection-mode.header-bar .suggested-action.button .separator, .selection-mode.toolbar .suggested-action.button .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 188, 186, 0.9); }
+ .suggested-action.button.separator:insensitive, .suggested-action.button .separator:insensitive {
+ color: rgba(235, 188, 186, 0.85); }
+
+.destructive-action.button, .selection-mode.header-bar .destructive-action.button.suggested-action, .selection-mode.toolbar .destructive-action.button.suggested-action {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button:active:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover:focus, .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:checked:hover, .destructive-action.button:checked:focus, .destructive-action.button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .destructive-action.button:insensitive, .selection-mode.header-bar .destructive-action.button.suggested-action:insensitive, .selection-mode.toolbar .destructive-action.button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .destructive-action.button.flat, .selection-mode.header-bar .destructive-action.flat.button.suggested-action, .selection-mode.toolbar .destructive-action.flat.button.suggested-action {
+ border-color: rgba(235, 111, 146, 0);
+ color: #191724;
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .destructive-action.button:hover:focus, .destructive-action.button:hover:hover, .destructive-action.button.flat:hover:focus, .destructive-action.button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .destructive-action.button:hover:active, .destructive-action.button:hover:active:focus, .destructive-action.button.flat:hover:active:focus, .destructive-action.button:hover:checked, .destructive-action.button:hover:checked:focus, .destructive-action.button.flat:hover:checked:focus, .destructive-action.button.flat:hover:active, .destructive-action.button.flat:hover:active:hover:focus, .destructive-action.button.flat:hover:checked, .destructive-action.button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .destructive-action.button:hover:insensitive, .destructive-action.button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .destructive-action.button:hover:active:insensitive, .destructive-action.button:hover:checked:insensitive, .destructive-action.button.flat:hover:active:insensitive, .destructive-action.button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .destructive-action.button:focus:hover, .destructive-action.button.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .destructive-action.button:focus:hover:hover, .destructive-action.button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .destructive-action.button:focus:hover:active, .destructive-action.button.flat:focus:hover:active, .destructive-action.button.flat:focus:hover:active:focus, .destructive-action.button:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked:focus, .destructive-action.button.flat:focus:hover:active:hover:focus, .destructive-action.button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .destructive-action.button:focus:hover:insensitive, .destructive-action.button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .destructive-action.button:focus:hover:active:insensitive, .destructive-action.button:focus:hover:checked:insensitive, .destructive-action.button.flat:focus:hover:active:insensitive, .destructive-action.button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button.flat:checked, .destructive-action.button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .destructive-action.button:active:checked, .destructive-action.button:active:checked:hover, .destructive-action.button:active:checked:focus, .destructive-action.button:active:checked:hover:focus, .destructive-action.button.flat:active:checked, .destructive-action.button.flat:active:checked:hover, .destructive-action.button.flat:active:checked:focus, .destructive-action.button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .destructive-action.button:checked:insensitive, .destructive-action.button:active:insensitive, .destructive-action.button.flat:checked:insensitive, .destructive-action.button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .destructive-action.button:active:checked:insensitive, .destructive-action.button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:focus, .destructive-action.button.flat:hover {
+ color: #191724; }
+ .destructive-action.button:insensitive:insensitive, .destructive-action.button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ .destructive-action.button:insensitive:insensitive :insensitive, .destructive-action.button.flat:insensitive:insensitive :insensitive {
+ color: mix(#eb6f92,#191724,0.6); }
+ .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .destructive-action.button:active:insensitive:insensitive, .destructive-action.button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .destructive-action.button.separator, .selection-mode.header-bar .destructive-action.separator.button.suggested-action, .selection-mode.toolbar .destructive-action.separator.button.suggested-action, .destructive-action.button .separator, .selection-mode.header-bar .destructive-action.button.suggested-action .separator, .selection-mode.toolbar .destructive-action.button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ .destructive-action.button.separator:insensitive, .destructive-action.button .separator:insensitive {
+ color: rgba(235, 111, 146, 0.85); }
+
+/******************
+* selection mode *
+******************/
+.selection-mode.header-bar, .selection-mode.toolbar {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #9a68d6;
+ padding: 6px;
+ color: #191724; }
+ .selection-mode.header-bar:focus, .selection-mode.header-bar:hover, .selection-mode.toolbar:focus, .selection-mode.toolbar:hover {
+ border-color: mix(#c4a7e7,#c4a7e7,0.3); }
+ .selection-mode.header-bar:active, .selection-mode.header-bar:active:hover, .selection-mode.header-bar:active:focus, .selection-mode.header-bar:active:hover:focus, .selection-mode.header-bar:checked, .selection-mode.header-bar:checked:hover, .selection-mode.header-bar:checked:focus, .selection-mode.header-bar:checked:hover:focus, .selection-mode.toolbar:active, .selection-mode.toolbar:active:hover, .selection-mode.toolbar:active:focus, .selection-mode.toolbar:active:hover:focus, .selection-mode.toolbar:checked, .selection-mode.toolbar:checked:hover, .selection-mode.toolbar:checked:focus, .selection-mode.toolbar:checked:hover:focus {
+ border-color: #8549cd; }
+ .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive {
+ border-color: #a578da; }
+ .selection-mode.header-bar:active:insensitive, .selection-mode.header-bar:checked:insensitive, .selection-mode.toolbar:active:insensitive, .selection-mode.toolbar:checked:insensitive {
+ border-color: #9a68d6; }
+ .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive {
+ background-color: #af88de;
+ background-image: none;
+ color: mix(#191724,#c4a7e7,0.5); }
+ .selection-mode.header-bar .title, .selection-mode.toolbar .title {
+ font: bold;
+ padding: 0 6px; }
+ .selection-mode.header-bar .subtitle, .selection-mode.toolbar .subtitle {
+ font: smaller;
+ padding: 0 6px; }
+ .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.32);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.32),0.3); }
+ .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.32); }
+ .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive {
+ border-color: rgba(200, 200, 211, 0.32); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.32); }
+ .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat {
+ border-color: rgba(31, 29, 46, 0);
+ color: #f0f0f3;
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.4);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.4),0.3); }
+ .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.4); }
+ .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive {
+ border-color: rgba(200, 200, 211, 0.4); }
+ .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.4); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(240, 240, 243, 0.32);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.4),0.3); }
+ .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.4); }
+ .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive {
+ border-color: rgba(200, 200, 211, 0.4); }
+ .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.4); }
+ .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(240, 240, 243, 0.06), inset 0 1px rgba(240, 240, 243, 0.07), inset -1px 0 rgba(240, 240, 243, 0.06), inset 0 -1px rgba(240, 240, 243, 0.05); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.32),0.3); }
+ .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.32); }
+ .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive {
+ border-color: rgba(200, 200, 211, 0.32); }
+ .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.32); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover {
+ color: #f0f0f3; }
+ .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#1f1d2e,#f0f0f3,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#1f1d2e,#f0f0f3,0.6);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#1f1d2e,#f0f0f3,0.6); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive {
+ color: rgba(31, 29, 46, 0.85); }
+ .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .selection-mode.header-bar .button.linked:focus, .selection-mode.header-bar .button.linked:hover, .selection-mode.header-bar .linked .button:focus, .selection-mode.header-bar .linked .button:hover, .selection-mode.toolbar .button.linked:focus, .selection-mode.toolbar .button.linked:hover, .selection-mode.toolbar .linked .button:focus, .selection-mode.toolbar .linked .button:hover {
+ box-shadow: inset -1px 0 mix(#c4a7e7,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .selection-mode.header-bar .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .button.linked:active:hover, .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .button.linked:active:focus, .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .button.linked:active:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .button.linked:checked:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .button.linked:checked:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .button.linked:checked:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .button:active, .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .button:active:hover, .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .button:active:focus, .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .button:active:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .button:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .button:checked:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .button:checked:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .button:checked:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .button.linked:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .button.linked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .button.linked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .button.linked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .button.linked:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .button.linked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .button.linked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .button.linked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button:active, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button:active:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button:active:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button:active:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button:checked, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button:checked:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button:checked:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button:checked:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ .selection-mode.header-bar .button.linked:insensitive, .selection-mode.header-bar .linked .button:insensitive, .selection-mode.toolbar .button.linked:insensitive, .selection-mode.toolbar .linked .button:insensitive {
+ box-shadow: inset -1px 0 #191725; }
+ .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:last-child, .selection-mode.toolbar .linked .button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .selection-mode.header-bar .button.linked:last-child:hover, .selection-mode.header-bar .button.linked:only-child:hover, .selection-mode.header-bar .linked .button:last-child:hover, .selection-mode.header-bar .linked .button:only-child:hover, .selection-mode.toolbar .button.linked:last-child:hover, .selection-mode.toolbar .button.linked:only-child:hover, .selection-mode.toolbar .linked .button:last-child:hover, .selection-mode.toolbar .linked .button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .selection-mode.header-bar .button.linked:insensitive:last-child, .selection-mode.header-bar .button.linked:insensitive:only-child, .selection-mode.header-bar .button.linked:active:insensitive:last-child, .selection-mode.header-bar .button.linked:active:insensitive:only-child, .selection-mode.header-bar .button.linked:checked:insensitive:last-child, .selection-mode.header-bar .button.linked:checked:insensitive:only-child, .selection-mode.header-bar .linked .button:insensitive:last-child, .selection-mode.header-bar .linked .button:insensitive:only-child, .selection-mode.header-bar .linked .button:active:insensitive:last-child, .selection-mode.header-bar .linked .button:active:insensitive:only-child, .selection-mode.header-bar .linked .button:checked:insensitive:last-child, .selection-mode.header-bar .linked .button:checked:insensitive:only-child, .selection-mode.toolbar .button.linked:insensitive:last-child, .selection-mode.toolbar .button.linked:insensitive:only-child, .selection-mode.toolbar .button.linked:active:insensitive:last-child, .selection-mode.toolbar .button.linked:active:insensitive:only-child, .selection-mode.toolbar .button.linked:checked:insensitive:last-child, .selection-mode.toolbar .button.linked:checked:insensitive:only-child, .selection-mode.toolbar .linked .button:insensitive:last-child, .selection-mode.toolbar .linked .button:insensitive:only-child, .selection-mode.toolbar .linked .button:active:insensitive:last-child, .selection-mode.toolbar .linked .button:active:insensitive:only-child, .selection-mode.toolbar .linked .button:checked:insensitive:last-child, .selection-mode.toolbar .linked .button:checked:insensitive:only-child {
+ box-shadow: none; }
+ .selection-mode.header-bar .button.linked:active:last-child, .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .button.linked:active:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .button.linked:active:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .button.linked:active:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .button.linked:checked:last-child, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .button.linked:checked:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .button.linked:checked:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .button.linked:checked:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button:active:last-child, .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .button:active:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .button:active:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .button:active:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .button:checked:last-child, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .button:checked:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .button:checked:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .button:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .button.linked:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .button.linked:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .button.linked:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .button.linked:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .button.linked:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .button.linked:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .button.linked:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .button.linked:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button:active:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button:active:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button:active:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button:active:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button:checked:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button:checked:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button:checked:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button:checked:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .selection-mode.header-bar .button.linked:active:only-child, .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .button.linked:active:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .button.linked:active:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .button.linked:active:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .button.linked:checked:only-child, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .button.linked:checked:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .button.linked:checked:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .button.linked:checked:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button:active:only-child, .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .button:active:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .button:active:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .button:active:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .button:checked:only-child, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .button:checked:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .button:checked:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .button:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .button.linked:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .button.linked:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .button.linked:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .button.linked:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .button.linked:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .button.linked:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .button.linked:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .button.linked:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button:active:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button:active:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button:active:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button:active:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button:checked:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button:checked:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button:checked:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button:checked:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .selection-mode.header-bar GtkComboBox, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar GtkComboBox, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
+ padding: 2px; }
+ .selection-mode.header-bar GtkComboBox.text-button, .selection-mode.header-bar .button.text-button, .selection-mode.toolbar GtkComboBox.text-button, .selection-mode.toolbar .button.text-button {
+ padding: 3px; }
+ .selection-mode.header-bar GtkComboBox.image-button, .selection-mode.header-bar .button.image-button, .selection-mode.toolbar GtkComboBox.image-button, .selection-mode.toolbar .button.image-button {
+ padding: 4px 2px 4px 3px; }
+ .selection-mode.header-bar GtkSeparatorToolItem, .selection-mode.header-bar .separator, .selection-mode.header-bar .separator:insensitive, .selection-mode.toolbar GtkSeparatorToolItem, .selection-mode.toolbar .separator, .selection-mode.toolbar .separator:insensitive {
+ color: #af88de;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .selection-mode.header-bar .menubar, .selection-mode.toolbar .menubar {
+ -GtkToolbar-button-relief: normal; }
+ .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat {
+ border-color: rgba(196, 167, 231, 0);
+ color: #191724;
+ background-color: rgba(196, 167, 231, 0);
+ background-image: none;
+ box-shadow: none; }
+ .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover {
+ background-color: #d9c6f0;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover {
+ color: #191724; }
+ .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#c4a7e7,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#c4a7e7,#191724,0.6);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#c4a7e7,#191724,0.6); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator {
+ border: 1px solid currentColor;
+ color: rgba(196, 167, 231, 0.9); }
+ .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive {
+ color: rgba(196, 167, 231, 0.85); }
+ .selection-mode.header-bar .selection-menu.button, .selection-mode.toolbar .selection-menu.button {
+ border: 0;
+ background-color: transparent;
+ background-image: none;
+ color: #9a68d6; }
+ .selection-mode.header-bar .selection-menu.button:hover, .selection-mode.toolbar .selection-menu.button:hover {
+ color: #8549cd; }
+ .selection-mode.header-bar .selection-menu.button:active, .selection-mode.toolbar .selection-menu.button:active {
+ color: #9059d2; }
+ .selection-mode.header-bar .dim-label, .selection-mode.header-bar GtkLabel.separator, .selection-menu.button .selection-mode.header-bar .dim-label, .selection-mode.toolbar .dim-label, .selection-mode.toolbar GtkLabel.separator, .selection-menu.button .selection-mode.toolbar .dim-label {
+ color: #8549cd; }
+
+.selection-mode.toolbar {
+ padding: 3px; }
+
+/**********
+ ! Calendar
+***********/
+GtkCalendar {
+ padding: 1px 3px;
+ outline-offset: -1px; }
+ GtkCalendar:inconsistent {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ GtkCalendar.view, GtkCalendar.view:focus, GtkCalendar.view:hover, GtkCalendar.view:insensitive, GtkCalendar.highlight, GtkCalendar.highlight:focus, GtkCalendar.highlight:hover, GtkCalendar.highlight:insensitive, GtkCalendar.header, GtkCalendar.header:focus, GtkCalendar.header:hover, GtkCalendar.header:insensitive, GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive {
+ background-color: transparent;
+ background-image: none;
+ border-width: 0;
+ border-radius: 0; }
+ GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive {
+ color: #201e30;
+ border-width: 0;
+ box-shadow: none; }
+ GtkCalendar.highlight {
+ color: #c4a7e7; }
+
+/* gnome-calendar */
+.calendar-view {
+ background-color: #26233a;
+ color: #c5c3ce; }
+
+/***************
+ ! Color chooser
+****************/
+GtkColorSwatch, GtkColorSwatch:selected {
+ border: 1px solid rgba(86, 86, 107, 0.1);
+ border-radius: 2px;
+ background-color: transparent;
+ background-clip: border-box; }
+ GtkColorSwatch:hover, GtkColorSwatch:selected:hover {
+ border-color: rgba(86, 86, 107, 0.3); }
+
+GtkColorSwatch.color-light:selected:hover, GtkColorSwatch.color-dark:selected:hover {
+ background-image: none; }
+
+GtkColorSwatch.left, GtkColorSwatch:first-child {
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px; }
+
+GtkColorSwatch.right, GtkColorSwatch:last-child {
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px; }
+
+GtkColorSwatch:only-child {
+ border-radius: 2px; }
+
+GtkColorSwatch.top {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+GtkColorSwatch.bottom {
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px; }
+
+GtkColorEditor GtkColorSwatch {
+ border-radius: 2px; }
+ GtkColorEditor GtkColorSwatch.color-dark:hover, GtkColorEditor GtkColorSwatch.color-light:hover {
+ background-image: none;
+ border-color: rgba(86, 86, 107, 0.3); }
+
+GtkColorChooserWidget #add-color-button {
+ background-clip: padding-box;
+ border-color: rgba(86, 86, 107, 0.1);
+ background-color: #1d1c2c;
+ color: #f0f0f3; }
+ GtkColorChooserWidget #add-color-button:hover {
+ border-color: rgba(86, 86, 107, 0.3);
+ background-color: #1c1a29;
+ color: #f0f0f3; }
+
+.color-active-badge, .color-active-badge:selected {
+ border-width: 2px;
+ border-style: solid;
+ background-color: transparent; }
+
+.color-active-badge.color-light, .color-active-badge.color-light:hover {
+ border-color: rgba(86, 86, 107, 0.3);
+ color: rgba(86, 86, 107, 0.3); }
+
+.color-active-badge.color-dark, .color-active-badge.color-dark:hover {
+ border-color: rgba(32, 30, 48, 0.3);
+ color: rgba(32, 30, 48, 0.3); }
+
+GtkColorButton.button, .selection-mode.header-bar GtkColorButton.button.suggested-action, .selection-mode.toolbar GtkColorButton.button.suggested-action {
+ padding: 3px; }
+
+/***********************
+! Font and file choosers
+************************/
+GtkFontButton .separator, GtkFileChooserButton .separator {
+ /* always disable separators */
+ -GtkWidget-wide-separators: true;
+ -GtkWidget-horizontal-separator: 0;
+ -GtkWidget-vertical-separator: 0; }
+
+GtkFontButton GtkLabel:last-child, GtkFileChooserButton GtkLabel:last-child {
+ color: alpha(currentColor,0.7); }
+
+GtkFontButton GtkImage:last-child, GtkFileChooserButton GtkImage:last-child {
+ color: alpha(currentColor,0.7); }
+
+GtkFileChooser {
+ /* for fallback when header bar not used */ }
+ GtkFileChooser .pane-separator, GtkFileChooser .pane-separator:hover {
+ border-width: 0 1px 0 0;
+ border-style: solid;
+ border-color: currentColor;
+ background-color: #1f1d2e;
+ color: #1c1a29; }
+ GtkFileChooser .dialog-action-box {
+ border-width: 1px 0 0;
+ border-style: solid;
+ border-color: #161420; }
+
+/******************
+ ! Grid and flowbox
+*******************/
+.list {
+ background-color: #1e1c2d;
+ color: #f0f0f3; }
+ .list-row, .list-row.button, .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.toolbar .list-row.button.suggested-action {
+ border: 0;
+ border-radius: 0;
+ padding: 3px;
+ background-image: none;
+ background-color: rgba(31, 29, 46, 0);
+ box-shadow: none; }
+ .list-row:hover, .list-row.button:hover, .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.toolbar .list-row.button.suggested-action:hover {
+ background-image: none;
+ background-color: #201e2f; }
+ .list-row:selected, .list-row:selected:hover, .list-row:selected:focus, .list-row.button:selected, .selection-mode.header-bar .list-row.button.suggested-action:selected, .selection-mode.toolbar .list-row.button.suggested-action:selected, .list-row.button:selected:hover, .list-row.button:selected:focus {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+
+.grid-child, GtkFlowBox .grid-child {
+ padding: 3px;
+ border-radius: 2px; }
+ .grid-child:selected, GtkFlowBox .grid-child:selected {
+ outline-offset: -2px; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Infobar
+**********/
+GtkInfoBar {
+ border: 0; }
+
+.info {
+ background-color: #9ccfd8;
+ background-image: none;
+ border: 1px solid #67b5c3;
+ color: #191724; }
+ .info .button, .info .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .info .button.suggested-action, .info .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .info .button.suggested-action {
+ background-color: #9ccfd8;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .button:active:hover, .info .button:active:focus, .info .button:active:hover:focus, .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .button:checked:hover, .info .button:checked:focus, .info .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .info .button:insensitive, .info .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .info .button.suggested-action:insensitive, .info .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .info .button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .info .button:active:insensitive, .info .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .info .button.flat, .info .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .info .flat.button.suggested-action, .info .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .info .flat.button.suggested-action {
+ border-color: rgba(156, 207, 216, 0);
+ color: #191724;
+ background-color: rgba(156, 207, 216, 0);
+ background-image: none;
+ box-shadow: none; }
+ .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:hover {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .info .button:hover:focus, .info .button:hover:hover, .info .button.flat:hover:focus, .info .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .info .button:hover:active, .info .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .info .button.suggested-action:hover:active, .info .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .info .button.suggested-action:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active, .info .button:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover, .info .button:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:focus, .info .button:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover:focus, .info .button:hover:checked, .info .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .info .button.suggested-action:hover:checked, .info .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .info .button.suggested-action:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked, .info .button:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover, .info .button:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:focus, .info .button:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover:focus, .info .button.flat:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active, .info .button.flat:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover, .info .button.flat:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:focus, .info .button.flat:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover:focus, .info .button.flat:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked, .info .button.flat:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover, .info .button.flat:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:focus, .info .button.flat:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .info .button:hover:insensitive, .info .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .info .button:hover:active:insensitive, .info .button:hover:checked:insensitive, .info .button.flat:hover:active:insensitive, .info .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button.flat:focus {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .info .button:focus:hover, .info .button.flat:focus:hover {
+ background-color: #b7dce3;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .info .button:focus:hover:hover, .info .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .info .button:focus:hover:active, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active, .info .button:focus:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover, .info .button:focus:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:focus, .info .button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover:focus, .info .button:focus:hover:checked, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked, .info .button:focus:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover, .info .button:focus:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:focus, .info .button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .button.flat:focus:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active, .info .button.flat:focus:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover, .info .button.flat:focus:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:focus, .info .button.flat:focus:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .button.flat:focus:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked, .info .button.flat:focus:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .button.flat:focus:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .button.flat:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .info .button:focus:hover:insensitive, .info .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .info .button:focus:hover:active:insensitive, .info .button:focus:hover:checked:insensitive, .info .button.flat:focus:hover:active:insensitive, .info .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .button.flat:checked, .info .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .info .button:checked:active, .info .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .info .button.suggested-action:checked:active, .info .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .info .button.suggested-action:checked:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active, .info .button:checked:active:hover, .info .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .info .button.suggested-action:checked:active:hover, .info .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .info .button.suggested-action:checked:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:hover, .info .button:checked:active:focus, .info .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .info .button.suggested-action:checked:active:focus, .info .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .info .button.suggested-action:checked:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:focus, .info .button:checked:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:hover:focus, .info .button:checked:checked, .info .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .info .button.suggested-action:checked:checked, .info .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .info .button.suggested-action:checked:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked, .info .button:checked:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:hover, .info .button:checked:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:focus, .info .button:checked:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:hover:focus, .info .button:active:active, .info .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .info .button.suggested-action:active:active, .info .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .info .button.suggested-action:active:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active, .info .button:active:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:hover, .info .button:active:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:focus, .info .button:active:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:hover:focus, .info .button:active:checked, .info .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .info .button.suggested-action:active:checked, .info .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .info .button.suggested-action:active:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked, .info .button:active:checked:hover, .info .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .info .button.suggested-action:active:checked:hover, .info .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .info .button.suggested-action:active:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:hover, .info .button:active:checked:focus, .info .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .info .button.suggested-action:active:checked:focus, .info .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .info .button.suggested-action:active:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:focus, .info .button:active:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:hover:focus, .info .button.flat:checked:active, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active, .info .button.flat:checked:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:hover, .info .button.flat:checked:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:focus, .info .button.flat:checked:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:hover:focus, .info .button.flat:checked:checked, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked, .info .button.flat:checked:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:hover, .info .button.flat:checked:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:focus, .info .button.flat:checked:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:hover:focus, .info .button.flat:active:active, .info .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .info .flat.button.suggested-action:active:active, .info .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .info .flat.button.suggested-action:active:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active, .info .button.flat:active:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:hover, .info .button.flat:active:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:focus, .info .button.flat:active:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:hover:focus, .info .button.flat:active:checked, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked, .info .button.flat:active:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:hover, .info .button.flat:active:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:focus, .info .button.flat:active:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .info .button:checked:insensitive, .info .button:active:insensitive, .info .button.flat:checked:insensitive, .info .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .info .button:active:checked:insensitive, .info .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:focus, .info .button.flat:hover {
+ color: #191724; }
+ .info .button:insensitive:insensitive, .info .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#9ccfd8,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#9ccfd8,#191724,0.6);
+ box-shadow: none; }
+ .info .button:insensitive:insensitive :insensitive, .info .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#9ccfd8,#191724,0.6); }
+ .info .button:active:insensitive, .info .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .info .button:active:insensitive:insensitive, .info .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .info .button.separator, .info .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .info .separator.button.suggested-action, .info .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .info .separator.button.suggested-action, .info .button .separator, .info .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .info .button.suggested-action .separator, .info .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .info .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(156, 207, 216, 0.9); }
+ .info .button.separator:insensitive, .info .button .separator:insensitive {
+ color: rgba(156, 207, 216, 0.85); }
+
+.warning {
+ background-color: #f6c177;
+ background-image: none;
+ border: 1px solid #f1a233;
+ color: #191724; }
+ .warning .button, .warning .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .warning .button.suggested-action, .warning .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .warning .button.suggested-action {
+ background-color: #f6c177;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .button:active:hover, .warning .button:active:focus, .warning .button:active:hover:focus, .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .button:checked:hover, .warning .button:checked:focus, .warning .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .warning .button:insensitive, .warning .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .warning .button.suggested-action:insensitive, .warning .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .warning .button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .warning .button:active:insensitive, .warning .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .warning .button.flat, .warning .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .warning .flat.button.suggested-action, .warning .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .warning .flat.button.suggested-action {
+ border-color: rgba(246, 193, 119, 0);
+ color: #191724;
+ background-color: rgba(246, 193, 119, 0);
+ background-image: none;
+ box-shadow: none; }
+ .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:hover {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .warning .button:hover:focus, .warning .button:hover:hover, .warning .button.flat:hover:focus, .warning .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .warning .button:hover:active, .warning .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .warning .button.suggested-action:hover:active, .warning .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .warning .button.suggested-action:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active, .warning .button:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover, .warning .button:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:focus, .warning .button:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover:focus, .warning .button:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked, .warning .button:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover, .warning .button:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:focus, .warning .button:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover:focus, .warning .button.flat:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active, .warning .button.flat:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover, .warning .button.flat:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:focus, .warning .button.flat:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .button.flat:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked, .warning .button.flat:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover, .warning .button.flat:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:focus, .warning .button.flat:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .warning .button:hover:insensitive, .warning .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .warning .button:hover:active:insensitive, .warning .button:hover:checked:insensitive, .warning .button.flat:hover:active:insensitive, .warning .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button.flat:focus {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .warning .button:focus:hover, .warning .button.flat:focus:hover {
+ background-color: #f8d199;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .warning .button:focus:hover:hover, .warning .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .warning .button:focus:hover:active, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active, .warning .button:focus:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover, .warning .button:focus:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:focus, .warning .button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .button:focus:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked, .warning .button:focus:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover, .warning .button:focus:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:focus, .warning .button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .button.flat:focus:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active, .warning .button.flat:focus:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .button.flat:focus:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .button.flat:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .button.flat:focus:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked, .warning .button.flat:focus:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .button.flat:focus:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .button.flat:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .warning .button:focus:hover:insensitive, .warning .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .warning .button:focus:hover:active:insensitive, .warning .button:focus:hover:checked:insensitive, .warning .button.flat:focus:hover:active:insensitive, .warning .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .button.flat:checked, .warning .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .warning .button:checked:active, .warning .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .warning .button.suggested-action:checked:active, .warning .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .warning .button.suggested-action:checked:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active, .warning .button:checked:active:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:active:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:hover, .warning .button:checked:active:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:active:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:focus, .warning .button:checked:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:hover:focus, .warning .button:checked:checked, .warning .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .warning .button.suggested-action:checked:checked, .warning .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .warning .button.suggested-action:checked:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked, .warning .button:checked:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:hover, .warning .button:checked:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:focus, .warning .button:checked:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:hover:focus, .warning .button:active:active, .warning .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .warning .button.suggested-action:active:active, .warning .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .warning .button.suggested-action:active:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active, .warning .button:active:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:hover, .warning .button:active:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:focus, .warning .button:active:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:hover:focus, .warning .button:active:checked, .warning .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .warning .button.suggested-action:active:checked, .warning .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .warning .button.suggested-action:active:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked, .warning .button:active:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:active:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:active:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:hover, .warning .button:active:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:active:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:active:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:focus, .warning .button:active:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:hover:focus, .warning .button.flat:checked:active, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active, .warning .button.flat:checked:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:hover, .warning .button.flat:checked:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:focus, .warning .button.flat:checked:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:hover:focus, .warning .button.flat:checked:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked, .warning .button.flat:checked:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:hover, .warning .button.flat:checked:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:focus, .warning .button.flat:checked:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:hover:focus, .warning .button.flat:active:active, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active, .warning .button.flat:active:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:hover, .warning .button.flat:active:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:focus, .warning .button.flat:active:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:hover:focus, .warning .button.flat:active:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked, .warning .button.flat:active:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:hover, .warning .button.flat:active:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:focus, .warning .button.flat:active:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .warning .button:checked:insensitive, .warning .button:active:insensitive, .warning .button.flat:checked:insensitive, .warning .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .warning .button:active:checked:insensitive, .warning .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:focus, .warning .button.flat:hover {
+ color: #191724; }
+ .warning .button:insensitive:insensitive, .warning .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#f6c177,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#f6c177,#191724,0.6);
+ box-shadow: none; }
+ .warning .button:insensitive:insensitive :insensitive, .warning .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#f6c177,#191724,0.6); }
+ .warning .button:active:insensitive, .warning .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .warning .button:active:insensitive:insensitive, .warning .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .warning .button.separator, .warning .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .warning .separator.button.suggested-action, .warning .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .warning .separator.button.suggested-action, .warning .button .separator, .warning .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .warning .button.suggested-action .separator, .warning .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .warning .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(246, 193, 119, 0.9); }
+ .warning .button.separator:insensitive, .warning .button .separator:insensitive {
+ color: rgba(246, 193, 119, 0.85); }
+
+.question {
+ background-color: #9ccfd8;
+ background-image: none;
+ border: 1px solid #67b5c3;
+ color: #191724; }
+ .question .button, .question .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .question .button.suggested-action, .question .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .question .button.suggested-action {
+ background-color: #9ccfd8;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .button:active:hover, .question .button:active:focus, .question .button:active:hover:focus, .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .button:checked:hover, .question .button:checked:focus, .question .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .question .button:insensitive, .question .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .question .button.suggested-action:insensitive, .question .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .question .button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .question .button:active:insensitive, .question .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .question .button.flat, .question .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .question .flat.button.suggested-action, .question .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .question .flat.button.suggested-action {
+ border-color: rgba(156, 207, 216, 0);
+ color: #191724;
+ background-color: rgba(156, 207, 216, 0);
+ background-image: none;
+ box-shadow: none; }
+ .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:hover {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .question .button:hover:focus, .question .button:hover:hover, .question .button.flat:hover:focus, .question .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .question .button:hover:active, .question .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .question .button.suggested-action:hover:active, .question .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .question .button.suggested-action:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active, .question .button:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover, .question .button:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:focus, .question .button:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover:focus, .question .button:hover:checked, .question .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .question .button.suggested-action:hover:checked, .question .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .question .button.suggested-action:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked, .question .button:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover, .question .button:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:focus, .question .button:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover:focus, .question .button.flat:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active, .question .button.flat:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover, .question .button.flat:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:focus, .question .button.flat:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover:focus, .question .button.flat:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked, .question .button.flat:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover, .question .button.flat:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:focus, .question .button.flat:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .question .button:hover:insensitive, .question .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .question .button:hover:active:insensitive, .question .button:hover:checked:insensitive, .question .button.flat:hover:active:insensitive, .question .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button.flat:focus {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .question .button:focus:hover, .question .button.flat:focus:hover {
+ background-color: #b7dce3;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .question .button:focus:hover:hover, .question .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .question .button:focus:hover:active, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active, .question .button:focus:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover, .question .button:focus:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:focus, .question .button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover:focus, .question .button:focus:hover:checked, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked, .question .button:focus:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover, .question .button:focus:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:focus, .question .button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .button.flat:focus:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active, .question .button.flat:focus:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover, .question .button.flat:focus:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:focus, .question .button.flat:focus:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .button.flat:focus:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked, .question .button.flat:focus:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .button.flat:focus:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .button.flat:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .question .button:focus:hover:insensitive, .question .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .question .button:focus:hover:active:insensitive, .question .button:focus:hover:checked:insensitive, .question .button.flat:focus:hover:active:insensitive, .question .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .button.flat:checked, .question .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .question .button:checked:active, .question .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .question .button.suggested-action:checked:active, .question .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .question .button.suggested-action:checked:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active, .question .button:checked:active:hover, .question .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .question .button.suggested-action:checked:active:hover, .question .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .question .button.suggested-action:checked:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:hover, .question .button:checked:active:focus, .question .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .question .button.suggested-action:checked:active:focus, .question .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .question .button.suggested-action:checked:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:focus, .question .button:checked:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:hover:focus, .question .button:checked:checked, .question .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .question .button.suggested-action:checked:checked, .question .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .question .button.suggested-action:checked:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked, .question .button:checked:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:hover, .question .button:checked:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:focus, .question .button:checked:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:hover:focus, .question .button:active:active, .question .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .question .button.suggested-action:active:active, .question .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .question .button.suggested-action:active:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active, .question .button:active:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:hover, .question .button:active:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:focus, .question .button:active:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:hover:focus, .question .button:active:checked, .question .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .question .button.suggested-action:active:checked, .question .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .question .button.suggested-action:active:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked, .question .button:active:checked:hover, .question .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .question .button.suggested-action:active:checked:hover, .question .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .question .button.suggested-action:active:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:hover, .question .button:active:checked:focus, .question .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .question .button.suggested-action:active:checked:focus, .question .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .question .button.suggested-action:active:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:focus, .question .button:active:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:hover:focus, .question .button.flat:checked:active, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active, .question .button.flat:checked:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:hover, .question .button.flat:checked:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:focus, .question .button.flat:checked:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:hover:focus, .question .button.flat:checked:checked, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked, .question .button.flat:checked:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:hover, .question .button.flat:checked:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:focus, .question .button.flat:checked:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:hover:focus, .question .button.flat:active:active, .question .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .question .flat.button.suggested-action:active:active, .question .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .question .flat.button.suggested-action:active:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active, .question .button.flat:active:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:hover, .question .button.flat:active:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:focus, .question .button.flat:active:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:hover:focus, .question .button.flat:active:checked, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked, .question .button.flat:active:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:hover, .question .button.flat:active:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:focus, .question .button.flat:active:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .question .button:checked:insensitive, .question .button:active:insensitive, .question .button.flat:checked:insensitive, .question .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .question .button:active:checked:insensitive, .question .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:focus, .question .button.flat:hover {
+ color: #191724; }
+ .question .button:insensitive:insensitive, .question .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#9ccfd8,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#9ccfd8,#191724,0.6);
+ box-shadow: none; }
+ .question .button:insensitive:insensitive :insensitive, .question .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#9ccfd8,#191724,0.6); }
+ .question .button:active:insensitive, .question .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .question .button:active:insensitive:insensitive, .question .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .question .button.separator, .question .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .question .separator.button.suggested-action, .question .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .question .separator.button.suggested-action, .question .button .separator, .question .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .question .button.suggested-action .separator, .question .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .question .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(156, 207, 216, 0.9); }
+ .question .button.separator:insensitive, .question .button .separator:insensitive {
+ color: rgba(156, 207, 216, 0.85); }
+
+.error {
+ background-color: #eb6f92;
+ background-image: none;
+ border: 1px solid #e33264;
+ color: #191724; }
+ .error .button, .error .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .error .button.suggested-action, .error .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .error .button.suggested-action {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .button:active:hover, .error .button:active:focus, .error .button:active:hover:focus, .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .button:checked:hover, .error .button:checked:focus, .error .button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .error .button:insensitive, .error .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .error .button.suggested-action:insensitive, .error .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .error .button.suggested-action:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .error .button:active:insensitive, .error .button:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .error .button.flat, .error .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .error .flat.button.suggested-action, .error .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .error .flat.button.suggested-action {
+ border-color: rgba(235, 111, 146, 0);
+ color: #191724;
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .error .button:hover:focus, .error .button:hover:hover, .error .button.flat:hover:focus, .error .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .error .button:hover:active, .error .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .error .button.suggested-action:hover:active, .error .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .error .button.suggested-action:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active, .error .button:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover, .error .button:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:focus, .error .button:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover:focus, .error .button:hover:checked, .error .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .error .button.suggested-action:hover:checked, .error .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .error .button.suggested-action:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked, .error .button:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover, .error .button:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:focus, .error .button:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover:focus, .error .button.flat:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active, .error .button.flat:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover, .error .button.flat:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:focus, .error .button.flat:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover:focus, .error .button.flat:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked, .error .button.flat:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover, .error .button.flat:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:focus, .error .button.flat:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .error .button:hover:insensitive, .error .button.flat:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .error .button:hover:active:insensitive, .error .button:hover:checked:insensitive, .error .button.flat:hover:active:insensitive, .error .button.flat:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.22);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .error .button:focus:hover, .error .button.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .error .button:focus:hover:hover, .error .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.3),0.3); }
+ .error .button:focus:hover:active, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active, .error .button:focus:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover, .error .button:focus:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:focus, .error .button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover:focus, .error .button:focus:hover:checked, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked, .error .button:focus:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover, .error .button:focus:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:focus, .error .button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .button.flat:focus:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active, .error .button.flat:focus:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover, .error .button.flat:focus:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:focus, .error .button.flat:focus:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .button.flat:focus:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked, .error .button.flat:focus:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .button.flat:focus:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .button.flat:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.3); }
+ .error .button:focus:hover:insensitive, .error .button.flat:focus:hover:insensitive {
+ border-color: rgba(21, 20, 31, 0.3); }
+ .error .button:focus:hover:active:insensitive, .error .button:focus:hover:checked:insensitive, .error .button.flat:focus:hover:active:insensitive, .error .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.3); }
+ .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .button.flat:checked, .error .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.22),0.3); }
+ .error .button:checked:active, .error .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .error .button.suggested-action:checked:active, .error .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .error .button.suggested-action:checked:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active, .error .button:checked:active:hover, .error .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .error .button.suggested-action:checked:active:hover, .error .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .error .button.suggested-action:checked:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:hover, .error .button:checked:active:focus, .error .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .error .button.suggested-action:checked:active:focus, .error .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .error .button.suggested-action:checked:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:focus, .error .button:checked:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:hover:focus, .error .button:checked:checked, .error .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .error .button.suggested-action:checked:checked, .error .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .error .button.suggested-action:checked:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked, .error .button:checked:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:hover, .error .button:checked:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:focus, .error .button:checked:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:hover:focus, .error .button:active:active, .error .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .error .button.suggested-action:active:active, .error .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .error .button.suggested-action:active:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active, .error .button:active:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:hover, .error .button:active:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:focus, .error .button:active:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:hover:focus, .error .button:active:checked, .error .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .error .button.suggested-action:active:checked, .error .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .error .button.suggested-action:active:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked, .error .button:active:checked:hover, .error .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .error .button.suggested-action:active:checked:hover, .error .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .error .button.suggested-action:active:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:hover, .error .button:active:checked:focus, .error .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .error .button.suggested-action:active:checked:focus, .error .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .error .button.suggested-action:active:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:focus, .error .button:active:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:hover:focus, .error .button.flat:checked:active, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active, .error .button.flat:checked:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:hover, .error .button.flat:checked:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:focus, .error .button.flat:checked:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:hover:focus, .error .button.flat:checked:checked, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked, .error .button.flat:checked:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:hover, .error .button.flat:checked:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:focus, .error .button.flat:checked:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:hover:focus, .error .button.flat:active:active, .error .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .error .flat.button.suggested-action:active:active, .error .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .error .flat.button.suggested-action:active:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active, .error .button.flat:active:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:hover, .error .button.flat:active:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:focus, .error .button.flat:active:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:hover:focus, .error .button.flat:active:checked, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked, .error .button.flat:active:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:hover, .error .button.flat:active:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:focus, .error .button.flat:active:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.22); }
+ .error .button:checked:insensitive, .error .button:active:insensitive, .error .button.flat:checked:insensitive, .error .button.flat:active:insensitive {
+ border-color: rgba(21, 20, 31, 0.22); }
+ .error .button:active:checked:insensitive, .error .button.flat:active:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.22); }
+ .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:focus, .error .button.flat:hover {
+ color: #191724; }
+ .error .button:insensitive:insensitive, .error .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ .error .button:insensitive:insensitive :insensitive, .error .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#eb6f92,#191724,0.6); }
+ .error .button:active:insensitive, .error .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .error .button:active:insensitive:insensitive, .error .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .error .button.separator, .error .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .error .separator.button.suggested-action, .error .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .error .separator.button.suggested-action, .error .button .separator, .error .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .error .button.suggested-action .separator, .error .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .error .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ .error .button.separator:insensitive, .error .button .separator:insensitive {
+ color: rgba(235, 111, 146, 0.85); }
+
+/*********
+ ! Entry *
+**********/
+.entry.linked, .linked .entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0; }
+ .entry.linked:first-child, .linked .entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .entry.linked:last-child, .linked .entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .entry.linked:only-child, .linked .entry:only-child {
+ border-width: 1px;
+ border-radius: 2px; }
+
+GtkPopover .entry, .menuitem .entry, .entry {
+ padding: 2px 3px;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: border 150ms ease;
+ box-shadow: inset 1px 1px rgba(43, 43, 54, 0.06), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .entry:focus, .entry:hover, .entry:active {
+ transition: none; }
+ .entry:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ .entry:insensitive {
+ box-shadow: none; }
+ .progressbar.entry {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-width: 0;
+ border-radius: 2px;
+ color: #191724; }
+ .image.left.entry {
+ padding-right: 3px; }
+
+/*********
+ ! Menubar
+**********/
+.menubar {
+ -GtkWidget-window-dragging: true;
+ border: 0;
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4; }
+ .menubar.menuitem, .menubar .menuitem {
+ padding: 5px 7px;
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ .menubar.menuitem:hover, .menubar .menuitem:hover {
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+ .menubar.menuitem *:hover, .menubar .menuitem *:hover {
+ color: #fafafd; }
+
+/******
+ ! Menu
+*******/
+* {
+ -GtkMenu-horizontal-padding: 0;
+ -GtkMenu-vertical-padding: 0; }
+
+GtkTreeMenu.menu, GtkTreeMenu .menu, GtkMenuToolButton.menu, GtkMenuToolButton .menu, GtkComboBox.menu, GtkComboBox .menu {
+ background-color: #191724;
+ margin: 3px; }
+
+#toolbar-popup, .menu {
+ padding: 0;
+ border-radius: 0;
+ border: 1px solid mix(#191724,#e0def4,0.21);
+ background-color: #191724;
+ color: #e0def4; }
+ #toolbar-popup:selected, .menu:selected {
+ background-color: #c4a7e7; }
+ #toolbar-popup .button, #toolbar-popup .button:hover, #toolbar-popup .button:active, #toolbar-popup .button:active *:insensitive, #toolbar-popup .button:insensitive, .menu .button, .menu .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .menu .button.suggested-action, .menu .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .menu .button.suggested-action, .menu .button:hover, .menu .button:active, .menu .button:active *:insensitive, .menu .button:insensitive {
+ border-width: 0;
+ background-color: transparent;
+ background-image: none; }
+
+.context-menu {
+ font: initial; }
+
+GtkTreeMenu .menuitem {
+ padding: 0;
+ border-width: 0; }
+
+.menuitem, .menu .menuitem {
+ margin: 3px;
+ padding: 5px 7px;
+ border: 0;
+ border-radius: 0;
+ background-color: transparent;
+ background-image: none;
+ -GtkMenuItem-arrow-scaling: .5; }
+ .menuitem:active, .menuitem:hover, .menu .menuitem:active, .menu .menuitem:hover {
+ border: 0;
+ background-color: #c4a7e7;
+ background-image: none;
+ color: #191724; }
+ .menuitem *:active, .menuitem *:hover, .menu .menuitem *:active, .menu .menuitem *:hover {
+ color: #191724; }
+ .menuitem:insensitive, .menuitem *:insensitive, .menu .menuitem:insensitive, .menu .menuitem *:insensitive {
+ color: mix(#e0def4,#191724,0.5); }
+
+.menuitem.check, GtkIconView.menuitem.content-view.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:insensitive {
+ background-image: none; }
+
+.menuitem.check, GtkIconView.menuitem.content-view.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:active, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:active, .menuitem.radio:insensitive {
+ border-style: none;
+ background-color: transparent; }
+
+.menuitem.separator {
+ -GtkMenuItem-horizontal-padding: 0;
+ -GtkWidget-separator-height: 1;
+ border-style: none;
+ color: #171520; }
+
+.menuitem.button, .selection-mode.header-bar .menuitem.button.suggested-action, .selection-mode.toolbar .menuitem.button.suggested-action, .menuitem.button:focus, .menuitem.button:active, .menuitem.button:insensitive, .menuitem.button:active:insensitive, .menuitem.button.flat, .menuitem.button.flat:focus, .menuitem.button.flat:active, .menuitem.button.flat:insensitive, .menuitem.button.flat:active:insensitive {
+ background-color: transparent;
+ background-image: none;
+ border: 0;
+ box-shadow: none;
+ color: currentColor; }
+
+.menuitem.button:hover, .selection-mode.header-bar .menuitem.button.suggested-action:hover, .selection-mode.toolbar .menuitem.button.suggested-action:hover, .menuitem.button:focus:hover, .menuitem.button:active:hover, .menuitem.button:selected, .selection-mode.header-bar .menuitem.button.suggested-action:selected, .selection-mode.toolbar .menuitem.button.suggested-action:selected, .menuitem.button.flat:hover, .menuitem.button.flat:focus:hover, .menuitem.button.flat:active:hover, .menuitem.button.flat:selected {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+
+.menuitem GtkCalendar:inconsistent {
+ color: mix(#e0def4,#191724,0.5); }
+
+.menuitem GtkCalendar .button, .menuitem GtkCalendar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .menuitem GtkCalendar .button.suggested-action, .menuitem GtkCalendar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .menuitem GtkCalendar .button.suggested-action {
+ border-style: none;
+ background-color: transparent;
+ background-image: none; }
+
+.menuitem .accelerator {
+ color: rgba(224, 222, 244, 0.6); }
+ .menuitem .accelerator:hover {
+ color: rgba(25, 23, 36, 0.8); }
+ .menuitem .accelerator:insensitive {
+ color: alpha(mix(#e0def4,#191724,0.5),0.4); }
+
+.menuitem .entry {
+ background-color: #191724;
+ background-image: none;
+ border-color: #14121d;
+ color: #e0def4; }
+ .menuitem .entry:focus, .menuitem .entry:hover {
+ border-color: mix(#c4a7e7,#191724,0.3); }
+ .menuitem .entry:active, .menuitem .entry:active:hover, .menuitem .entry:active:focus, .menuitem .entry:active:hover:focus, .menuitem .entry:checked, .menuitem .entry:checked:hover, .menuitem .entry:checked:focus, .menuitem .entry:checked:hover:focus {
+ border-color: #121019; }
+ .menuitem .entry:insensitive {
+ border-color: #15141f; }
+ .menuitem .entry:active:insensitive, .menuitem .entry:checked:insensitive {
+ border-color: #14121d; }
+ .menuitem .entry:focus, .menuitem .entry:active {
+ border-color: #c4a7e7; }
+ .menuitem .entry:insensitive {
+ background-color: #171520;
+ background-image: none;
+ color: mix(#191724,#e0def4,0.5); }
+
+GtkModelMenuItem GtkBox GtkImage {
+ padding-right: 3px; }
+
+/*********
+ ! Popover
+**********/
+GtkPopover {
+ border-color: #14121d;
+ margin: 10px;
+ padding: 3px;
+ border-radius: 2px;
+ border-width: 1px;
+ border-style: solid;
+ background-clip: border-box;
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4;
+ box-shadow: 0 3px 6px rgba(86, 86, 107, 0.16); }
+ GtkPopover:focus, GtkPopover:hover {
+ border-color: mix(#c4a7e7,#191724,0.3); }
+ GtkPopover:active, GtkPopover:active:hover, GtkPopover:active:focus, GtkPopover:active:hover:focus, GtkPopover:checked, GtkPopover:checked:hover, GtkPopover:checked:focus, GtkPopover:checked:hover:focus {
+ border-color: #121019; }
+ GtkPopover:insensitive {
+ border-color: #15141f; }
+ GtkPopover:active:insensitive, GtkPopover:checked:insensitive {
+ border-color: #14121d; }
+ GtkPopover.background {
+ background-image: none;
+ background-color: #191724;
+ color: #e0def4; }
+ GtkPopover:backdrop {
+ box-shadow: none; }
+ GtkPopover.osd {
+ box-shadow: 0 2px 7px 3px rgba(86, 86, 107, 0.5); }
+ GtkPopover.osd > .toolbar .button, GtkPopover.osd > .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover.osd > .toolbar .button.suggested-action, GtkPopover.osd > .toolbar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover.osd > .toolbar .button.suggested-action {
+ border-radius: 0;
+ border-width: 0;
+ background-color: transparent;
+ background-image: none; }
+ GtkPopover .view, GtkPopover GtkHTML, GtkPopover .list {
+ background-color: #211e2f;
+ background-image: none;
+ color: #e0def4; }
+ GtkPopover .view:hover, GtkPopover GtkHTML:hover, GtkPopover .list:hover {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ GtkPopover .list-row, GtkPopover .list-row.button, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action {
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ GtkPopover .list-row:focus, GtkPopover .list-row:hover, GtkPopover .list-row:active, GtkPopover .list-row.button:focus, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:focus, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:focus, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .list-row.button:hover, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:hover, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .list-row.button:active, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:active, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:active, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:active, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:active {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ GtkPopover .frame {
+ border-color: #14121d;
+ border-radius: 2px; }
+ GtkPopover .entry {
+ background-color: #26233a;
+ background-image: none;
+ border-color: #1e1c2e;
+ color: #c5c3ce; }
+ GtkPopover .entry:focus, GtkPopover .entry:hover {
+ border-color: mix(#c4a7e7,#26233a,0.3); }
+ GtkPopover .entry:active, GtkPopover .entry:active:hover, GtkPopover .entry:active:focus, GtkPopover .entry:active:hover:focus, GtkPopover .entry:checked, GtkPopover .entry:checked:hover, GtkPopover .entry:checked:focus, GtkPopover .entry:checked:hover:focus {
+ border-color: #1b1929; }
+ GtkPopover .entry:insensitive {
+ border-color: #201e31; }
+ GtkPopover .entry:active:insensitive, GtkPopover .entry:checked:insensitive {
+ border-color: #1e1c2e; }
+ GtkPopover .entry:focus, GtkPopover .entry:active {
+ border-color: #c4a7e7; }
+ GtkPopover .entry:insensitive {
+ background-color: #222034;
+ background-image: none;
+ color: mix(#26233a,#c5c3ce,0.5); }
+ GtkPopover .button, GtkPopover .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover .button.suggested-action, GtkPopover .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover .button.suggested-action {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.32),0.3); }
+ GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .button:active:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover:focus, GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .button:checked:hover, GtkPopover .button:checked:focus, GtkPopover .button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ GtkPopover .button:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ GtkPopover .button.flat, GtkPopover .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar GtkPopover .flat.button.suggested-action, GtkPopover .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar GtkPopover .flat.button.suggested-action {
+ border-color: rgba(31, 29, 46, 0);
+ color: #e0def4;
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ GtkPopover .button:hover:focus, GtkPopover .button:hover:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:hover, GtkPopover .button.flat:hover:focus, GtkPopover .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.4),0.3); }
+ GtkPopover .button:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active, GtkPopover .button:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .button:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .button:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked, GtkPopover .button:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .button:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .button.flat:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .button.flat:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .button.flat:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .button.flat:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .button.flat:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .button.flat:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .button.flat:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .button.flat:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ GtkPopover .button:hover:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:insensitive, GtkPopover .button.flat:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ GtkPopover .button:hover:active:insensitive, GtkPopover .button:hover:checked:insensitive, GtkPopover .button.flat:hover:active:insensitive, GtkPopover .button.flat:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ GtkPopover .button:focus:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover, GtkPopover .button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ GtkPopover .button:focus:hover:hover, GtkPopover .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.4),0.3); }
+ GtkPopover .button:focus:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button:focus:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .button.flat:focus:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .button.flat:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .button.flat:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .button.flat:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button.flat:focus:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .button.flat:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .button.flat:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .button.flat:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ GtkPopover .button:focus:hover:insensitive, GtkPopover .button.flat:focus:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ GtkPopover .button:focus:hover:active:insensitive, GtkPopover .button:focus:hover:checked:insensitive, GtkPopover .button.flat:focus:hover:active:insensitive, GtkPopover .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .button.flat:checked, GtkPopover .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.32),0.3); }
+ GtkPopover .button:checked:active, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active, GtkPopover .button:checked:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:hover, GtkPopover .button:checked:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:focus, GtkPopover .button:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:hover:focus, GtkPopover .button:checked:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked, GtkPopover .button:checked:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:hover, GtkPopover .button:checked:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:focus, GtkPopover .button:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:hover:focus, GtkPopover .button:active:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active, GtkPopover .button:active:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:hover, GtkPopover .button:active:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:focus, GtkPopover .button:active:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:hover:focus, GtkPopover .button:active:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked, GtkPopover .button:active:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:hover, GtkPopover .button:active:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:focus, GtkPopover .button:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:hover:focus, GtkPopover .button.flat:checked:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active, GtkPopover .button.flat:checked:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:hover, GtkPopover .button.flat:checked:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:focus, GtkPopover .button.flat:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:hover:focus, GtkPopover .button.flat:checked:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked, GtkPopover .button.flat:checked:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:hover, GtkPopover .button.flat:checked:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:focus, GtkPopover .button.flat:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:hover:focus, GtkPopover .button.flat:active:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active, GtkPopover .button.flat:active:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:hover, GtkPopover .button.flat:active:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:focus, GtkPopover .button.flat:active:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:hover:focus, GtkPopover .button.flat:active:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked, GtkPopover .button.flat:active:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:hover, GtkPopover .button.flat:active:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:focus, GtkPopover .button.flat:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button.flat:checked:insensitive, GtkPopover .button.flat:active:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ GtkPopover .button:active:checked:insensitive, GtkPopover .button.flat:active:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:focus, GtkPopover .button.flat:hover {
+ color: #e0def4; }
+ GtkPopover .button:insensitive:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#1f1d2e,#e0def4,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#1f1d2e,#e0def4,0.6);
+ box-shadow: none; }
+ GtkPopover .button:insensitive:insensitive :insensitive, GtkPopover .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#1f1d2e,#e0def4,0.6); }
+ GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ GtkPopover .button:active:insensitive:insensitive, GtkPopover .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ GtkPopover .button.separator, GtkPopover .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar GtkPopover .separator.button.suggested-action, GtkPopover .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar GtkPopover .separator.button.suggested-action, GtkPopover .button .separator, GtkPopover .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar GtkPopover .button.suggested-action .separator, GtkPopover .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar GtkPopover .button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ GtkPopover .button.separator:insensitive, GtkPopover .selection-mode.header-bar .separator.button.suggested-action:insensitive, .selection-mode.header-bar GtkPopover .separator.button.suggested-action:insensitive, GtkPopover .selection-mode.toolbar .separator.button.suggested-action:insensitive, .selection-mode.toolbar GtkPopover .separator.button.suggested-action:insensitive, GtkPopover .button .separator:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action .separator:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action .separator:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action .separator:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action .separator:insensitive {
+ color: rgba(31, 29, 46, 0.85); }
+ GtkPopover > .list, GtkPopover > .view, GtkPopover > GtkHTML, GtkPopover > .toolbar {
+ background-color: transparent; }
+ GtkPopover .separator {
+ border: 0;
+ background-color: transparent;
+ color: #171520;
+ font-size: 80%;
+ font-weight: bold; }
+
+GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggested-action, .selection-mode.toolbar GtkModelButton.button.suggested-action, GtkModelButton.button:backdrop {
+ background-color: transparent;
+ background-image: none;
+ border-color: shade(alpha(currentColor,0.32),0.8);
+ color: currentColor;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover {
+ border-color: mix(#c4a7e7,alpha(currentColor,0.32),0.3); }
+ GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, GtkModelButton.button:active:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover:focus, GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, GtkModelButton.button:checked:hover, GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover:focus, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover:focus, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover:focus {
+ border-color: shade(alpha(currentColor,0.32),0.7); }
+ GtkModelButton.button:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive, GtkModelButton.button:backdrop:insensitive {
+ border-color: shade(alpha(currentColor,0.32),0.85); }
+ GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive {
+ border-color: shade(alpha(currentColor,0.32),0.8); }
+ GtkModelButton.button.flat, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action, GtkModelButton.button:backdrop.flat {
+ border-color: rgba(0, 0, 0, 0);
+ color: currentColor;
+ background-color: rgba(0, 0, 0, 0);
+ background-image: none;
+ box-shadow: none; }
+ GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:hover {
+ background-color: rgba(0, 0, 0, 0);
+ background-image: none;
+ border-color: shade(alpha(currentColor,0.4),0.8);
+ color: currentColor;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ GtkModelButton.button:hover:focus, GtkModelButton.button:hover:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:hover, GtkModelButton.button.flat:hover:focus, GtkModelButton.button.flat:hover:hover, GtkModelButton.button:backdrop:hover:focus, GtkModelButton.button:backdrop:hover:hover, GtkModelButton.button:backdrop.flat:hover:focus, GtkModelButton.button:backdrop.flat:hover:hover {
+ border-color: mix(#c4a7e7,alpha(currentColor,0.4),0.3); }
+ GtkModelButton.button:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active, GtkModelButton.button:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover, GtkModelButton.button:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:focus, GtkModelButton.button:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover:focus, GtkModelButton.button:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked, GtkModelButton.button:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover, GtkModelButton.button:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:focus, GtkModelButton.button:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button.flat:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active, GtkModelButton.button.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover, GtkModelButton.button.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:focus, GtkModelButton.button.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, GtkModelButton.button.flat:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked, GtkModelButton.button.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover, GtkModelButton.button.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:focus, GtkModelButton.button.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active, GtkModelButton.button:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, GtkModelButton.button:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, GtkModelButton.button:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, GtkModelButton.button:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked, GtkModelButton.button:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, GtkModelButton.button:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, GtkModelButton.button:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active, GtkModelButton.button:backdrop.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover, GtkModelButton.button:backdrop.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:focus, GtkModelButton.button:backdrop.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked, GtkModelButton.button:backdrop.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover, GtkModelButton.button:backdrop.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:focus, GtkModelButton.button:backdrop.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover:focus {
+ border-color: shade(alpha(currentColor,0.4),0.7); }
+ GtkModelButton.button:hover:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:insensitive, GtkModelButton.button.flat:hover:insensitive, GtkModelButton.button:backdrop:hover:insensitive, GtkModelButton.button:backdrop.flat:hover:insensitive {
+ border-color: shade(alpha(currentColor,0.4),0.85); }
+ GtkModelButton.button:hover:active:insensitive, GtkModelButton.button:hover:checked:insensitive, GtkModelButton.button.flat:hover:active:insensitive, GtkModelButton.button.flat:hover:checked:insensitive, GtkModelButton.button:backdrop:hover:active:insensitive, GtkModelButton.button:backdrop:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:hover:active:insensitive, GtkModelButton.button:backdrop.flat:hover:checked:insensitive {
+ border-color: shade(alpha(currentColor,0.4),0.8); }
+ GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button.flat:focus, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop.flat:focus {
+ background-color: rgba(0, 0, 0, 0);
+ background-image: none;
+ border-color: alpha(currentColor,0.32);
+ color: currentColor;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ GtkModelButton.button:focus:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover, GtkModelButton.button.flat:focus:hover, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:focus:hover {
+ background-color: rgba(0, 0, 0, 0);
+ background-image: none;
+ border-color: shade(alpha(currentColor,0.4),0.8);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ GtkModelButton.button:focus:hover:hover, GtkModelButton.button.flat:focus:hover:hover, GtkModelButton.button:backdrop:focus:hover:hover, GtkModelButton.button:backdrop.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,alpha(currentColor,0.4),0.3); }
+ GtkModelButton.button:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active, GtkModelButton.button:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover, GtkModelButton.button:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:focus, GtkModelButton.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked, GtkModelButton.button:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active, GtkModelButton.button.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, GtkModelButton.button.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, GtkModelButton.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked, GtkModelButton.button.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, GtkModelButton.button:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, GtkModelButton.button:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, GtkModelButton.button:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, GtkModelButton.button:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, GtkModelButton.button:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, GtkModelButton.button:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, GtkModelButton.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active, GtkModelButton.button:backdrop.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover, GtkModelButton.button:backdrop.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:focus, GtkModelButton.button:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover, GtkModelButton.button:backdrop.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover:focus {
+ border-color: shade(alpha(currentColor,0.4),0.7); }
+ GtkModelButton.button:focus:hover:insensitive, GtkModelButton.button.flat:focus:hover:insensitive, GtkModelButton.button:backdrop:focus:hover:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:insensitive {
+ border-color: shade(alpha(currentColor,0.4),0.85); }
+ GtkModelButton.button:focus:hover:active:insensitive, GtkModelButton.button:focus:hover:checked:insensitive, GtkModelButton.button.flat:focus:hover:active:insensitive, GtkModelButton.button.flat:focus:hover:checked:insensitive, GtkModelButton.button:backdrop:focus:hover:active:insensitive, GtkModelButton.button:backdrop:focus:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:active:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:checked:insensitive {
+ border-color: shade(alpha(currentColor,0.4),0.8); }
+ GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, GtkModelButton.button.flat:checked, GtkModelButton.button.flat:active, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop.flat:checked, GtkModelButton.button:backdrop.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: shade(alpha(currentColor,0.32),0.8);
+ color: #191724;
+ box-shadow: inset 1px 0 alpha(currentColor,0.06), inset 0 1px alpha(currentColor,0.07), inset -1px 0 alpha(currentColor,0.06), inset 0 -1px alpha(currentColor,0.05); }
+ GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover {
+ border-color: mix(#c4a7e7,alpha(currentColor,0.32),0.3); }
+ GtkModelButton.button:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active, GtkModelButton.button:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:hover, GtkModelButton.button:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:focus, GtkModelButton.button:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:hover:focus, GtkModelButton.button:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked, GtkModelButton.button:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:hover, GtkModelButton.button:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:focus, GtkModelButton.button:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:hover:focus, GtkModelButton.button:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active, GtkModelButton.button:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:hover, GtkModelButton.button:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:focus, GtkModelButton.button:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:hover:focus, GtkModelButton.button:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked, GtkModelButton.button:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:hover, GtkModelButton.button:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:focus, GtkModelButton.button:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:hover:focus, GtkModelButton.button.flat:checked:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active, GtkModelButton.button.flat:checked:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:hover, GtkModelButton.button.flat:checked:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:focus, GtkModelButton.button.flat:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:hover:focus, GtkModelButton.button.flat:checked:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked, GtkModelButton.button.flat:checked:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:hover, GtkModelButton.button.flat:checked:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:focus, GtkModelButton.button.flat:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:hover:focus, GtkModelButton.button.flat:active:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active, GtkModelButton.button.flat:active:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:hover, GtkModelButton.button.flat:active:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:focus, GtkModelButton.button.flat:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:hover:focus, GtkModelButton.button.flat:active:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked, GtkModelButton.button.flat:active:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:hover, GtkModelButton.button.flat:active:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:focus, GtkModelButton.button.flat:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:hover:focus, GtkModelButton.button:backdrop:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active, GtkModelButton.button:backdrop:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:hover, GtkModelButton.button:backdrop:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:focus, GtkModelButton.button:backdrop:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:hover:focus, GtkModelButton.button:backdrop:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked, GtkModelButton.button:backdrop:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover, GtkModelButton.button:backdrop:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:focus, GtkModelButton.button:backdrop:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover:focus, GtkModelButton.button:backdrop:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active, GtkModelButton.button:backdrop:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:hover, GtkModelButton.button:backdrop:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:focus, GtkModelButton.button:backdrop:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:hover:focus, GtkModelButton.button:backdrop:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked, GtkModelButton.button:backdrop:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:hover, GtkModelButton.button:backdrop:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:focus, GtkModelButton.button:backdrop:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:hover:focus, GtkModelButton.button:backdrop.flat:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active, GtkModelButton.button:backdrop.flat:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover, GtkModelButton.button:backdrop.flat:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:focus, GtkModelButton.button:backdrop.flat:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover:focus, GtkModelButton.button:backdrop.flat:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked, GtkModelButton.button:backdrop.flat:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover, GtkModelButton.button:backdrop.flat:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:focus, GtkModelButton.button:backdrop.flat:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover:focus, GtkModelButton.button:backdrop.flat:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active, GtkModelButton.button:backdrop.flat:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover, GtkModelButton.button:backdrop.flat:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:focus, GtkModelButton.button:backdrop.flat:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover:focus, GtkModelButton.button:backdrop.flat:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked, GtkModelButton.button:backdrop.flat:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover, GtkModelButton.button:backdrop.flat:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:focus, GtkModelButton.button:backdrop.flat:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover:focus {
+ border-color: shade(alpha(currentColor,0.32),0.7); }
+ GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button.flat:checked:insensitive, GtkModelButton.button.flat:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop.flat:checked:insensitive, GtkModelButton.button:backdrop.flat:active:insensitive {
+ border-color: shade(alpha(currentColor,0.32),0.85); }
+ GtkModelButton.button:active:checked:insensitive, GtkModelButton.button.flat:active:checked:insensitive, GtkModelButton.button:backdrop:active:checked:insensitive, GtkModelButton.button:backdrop.flat:active:checked:insensitive {
+ border-color: shade(alpha(currentColor,0.32),0.8); }
+ GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:focus, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:focus, GtkModelButton.button:backdrop.flat:hover {
+ color: currentColor; }
+ GtkModelButton.button:insensitive:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive:insensitive, GtkModelButton.button.flat:insensitive:insensitive, GtkModelButton.button:backdrop:insensitive:insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive {
+ background-color: alpha(mix(transparent,currentColor,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(transparent,currentColor,0.6);
+ box-shadow: none; }
+ GtkModelButton.button:insensitive:insensitive :insensitive, GtkModelButton.button.flat:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive :insensitive {
+ color: mix(transparent,currentColor,0.6); }
+ GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ GtkModelButton.button:active:insensitive:insensitive, GtkModelButton.button:checked:insensitive:insensitive, GtkModelButton.button:backdrop:active:insensitive:insensitive, GtkModelButton.button:backdrop:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ GtkModelButton.button.separator, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action, GtkModelButton.button .separator, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator, GtkModelButton.button:backdrop.separator, GtkModelButton.button:backdrop .separator {
+ border: 1px solid currentColor;
+ color: rgba(0, 0, 0, 0); }
+ GtkModelButton.button.separator:insensitive, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action:insensitive, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action:insensitive, GtkModelButton.button .separator:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator:insensitive, GtkModelButton.button:backdrop.separator:insensitive, GtkModelButton.button:backdrop .separator:insensitive {
+ color: rgba(0, 0, 0, 0); }
+ GtkModelButton.button:focus:hover, GtkModelButton.button.flat:checked:hover, GtkModelButton.button:active:hover, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:selected, .selection-mode.header-bar GtkModelButton.button.suggested-action:selected, .selection-mode.toolbar GtkModelButton.button.suggested-action:selected, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop:selected {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724;
+ box-shadow: none; }
+ GtkModelButton.button.flat:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked, GtkModelButton.button:backdrop.flat:checked {
+ box-shadow: none; }
+ GtkModelButton.button.flat, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop.flat, GtkModelButton.button:backdrop.flat:hover {
+ transition: none; }
+
+/***************
+! Dimmed label *
+****************/
+.dim-label, GtkLabel.separator {
+ opacity: .5;
+ text-shadow: none; }
+
+/***********
+ ! Tooltip *
+************/
+.tooltip.background {
+ background-color: #1f1d2e;
+ background-image: none;
+ border: 0;
+ border-radius: 2px;
+ color: #f0f0f3; }
+
+.tooltip * {
+ background-color: transparent;
+ color: inherit; }
+
+/***********
+ ! Dialogs *
+************/
+GtkMessageDialog, .message-dialog, .prompt {
+ -GtkDialog-content-area-border: 3px;
+ -GtkDialog-action-area-border: 3px;
+ -GtkDialog-button-spacing: 3px;
+ margin: 0;
+ padding: 0; }
+
+/*********************
+ ! App notifications *
+**********************/
+.app-notification, .app-notification.frame {
+ border-style: solid;
+ border-color: rgba(20, 18, 29, 0.8);
+ border-width: 0 1px 1px;
+ border-radius: 0 0 2px 2px;
+ padding: 6px;
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ color: #e0def4; }
+ .app-notification .button, .app-notification .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .app-notification .button.suggested-action, .app-notification .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .app-notification .button.suggested-action, .app-notification.frame .button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.32),0.3); }
+ .app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover:focus, .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover:focus, .app-notification.frame .button:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .button:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .app-notification .button:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:insensitive, .app-notification.frame .button:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .app-notification .button.flat, .app-notification .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .app-notification .flat.button.suggested-action, .app-notification .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .app-notification .flat.button.suggested-action, .app-notification.frame .button.flat {
+ border-color: rgba(25, 23, 36, 0);
+ color: #e0def4;
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .button.flat:hover, .app-notification.frame .button:hover, .app-notification.frame .button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .app-notification .button:hover:focus, .app-notification .button:hover:hover, .app-notification .button.flat:hover:focus, .app-notification .button.flat:hover:hover, .app-notification.frame .button:hover:focus, .app-notification.frame .button:hover:hover, .app-notification.frame .button.flat:hover:focus, .app-notification.frame .button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.4),0.3); }
+ .app-notification .button:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active, .app-notification .button:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover, .app-notification .button:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:focus, .app-notification .button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .button:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked, .app-notification .button:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .button:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .button.flat:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active, .app-notification .button.flat:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .button.flat:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .button.flat:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .button.flat:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .button.flat:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .button.flat:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .button.flat:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .button:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button.flat:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .button.flat:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .button.flat:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .button.flat:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .button.flat:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .button.flat:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .button.flat:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .button.flat:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .app-notification .button:hover:insensitive, .app-notification .button.flat:hover:insensitive, .app-notification.frame .button:hover:insensitive, .app-notification.frame .button.flat:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .app-notification .button:hover:active:insensitive, .app-notification .button:hover:checked:insensitive, .app-notification .button.flat:hover:active:insensitive, .app-notification .button.flat:hover:checked:insensitive, .app-notification.frame .button:hover:active:insensitive, .app-notification.frame .button:hover:checked:insensitive, .app-notification.frame .button.flat:hover:active:insensitive, .app-notification.frame .button.flat:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button.flat:focus, .app-notification.frame .button:focus, .app-notification.frame .button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .app-notification .button:focus:hover, .app-notification .button.flat:focus:hover, .app-notification.frame .button:focus:hover, .app-notification.frame .button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .app-notification .button:focus:hover:hover, .app-notification .button.flat:focus:hover:hover, .app-notification.frame .button:focus:hover:hover, .app-notification.frame .button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.4),0.3); }
+ .app-notification .button:focus:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active, .app-notification .button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .button:focus:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .button.flat:focus:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .button.flat:focus:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .button.flat:focus:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .button.flat:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .button.flat:focus:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .button.flat:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .button.flat:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .button.flat:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button.flat:focus:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .button.flat:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .button.flat:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .button.flat:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button.flat:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .button.flat:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button.flat:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button.flat:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .app-notification .button:focus:hover:insensitive, .app-notification .button.flat:focus:hover:insensitive, .app-notification.frame .button:focus:hover:insensitive, .app-notification.frame .button.flat:focus:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .app-notification .button:focus:hover:active:insensitive, .app-notification .button:focus:hover:checked:insensitive, .app-notification .button.flat:focus:hover:active:insensitive, .app-notification .button.flat:focus:hover:checked:insensitive, .app-notification.frame .button:focus:hover:active:insensitive, .app-notification.frame .button:focus:hover:checked:insensitive, .app-notification.frame .button.flat:focus:hover:active:insensitive, .app-notification.frame .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .button.flat:checked, .app-notification .button.flat:active, .app-notification.frame .button:checked, .app-notification.frame .button:active, .app-notification.frame .button.flat:checked, .app-notification.frame .button.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.32),0.3); }
+ .app-notification .button:checked:active, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active, .app-notification .button:checked:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:hover, .app-notification .button:checked:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:focus, .app-notification .button:checked:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:hover:focus, .app-notification .button:checked:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked, .app-notification .button:checked:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:hover, .app-notification .button:checked:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:focus, .app-notification .button:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:hover:focus, .app-notification .button:active:active, .app-notification .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .app-notification .button.suggested-action:active:active, .app-notification .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .app-notification .button.suggested-action:active:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active, .app-notification .button:active:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:hover, .app-notification .button:active:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:focus, .app-notification .button:active:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:hover:focus, .app-notification .button:active:checked, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked, .app-notification .button:active:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:hover, .app-notification .button:active:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:focus, .app-notification .button:active:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:hover:focus, .app-notification .button.flat:checked:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active, .app-notification .button.flat:checked:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:hover, .app-notification .button.flat:checked:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:focus, .app-notification .button.flat:checked:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:hover:focus, .app-notification .button.flat:checked:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked, .app-notification .button.flat:checked:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:hover, .app-notification .button.flat:checked:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:focus, .app-notification .button.flat:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:hover:focus, .app-notification .button.flat:active:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active, .app-notification .button.flat:active:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:hover, .app-notification .button.flat:active:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:focus, .app-notification .button.flat:active:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:hover:focus, .app-notification .button.flat:active:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked, .app-notification .button.flat:active:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:hover, .app-notification .button.flat:active:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:focus, .app-notification .button.flat:active:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:hover:focus, .app-notification.frame .button:checked:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active, .app-notification.frame .button:checked:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:hover, .app-notification.frame .button:checked:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:focus, .app-notification.frame .button:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:hover:focus, .app-notification.frame .button:checked:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked, .app-notification.frame .button:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:hover, .app-notification.frame .button:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:focus, .app-notification.frame .button:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:hover:focus, .app-notification.frame .button:active:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active, .app-notification.frame .button:active:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:hover, .app-notification.frame .button:active:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:focus, .app-notification.frame .button:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:hover:focus, .app-notification.frame .button:active:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked, .app-notification.frame .button:active:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:hover, .app-notification.frame .button:active:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:focus, .app-notification.frame .button:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:hover:focus, .app-notification.frame .button.flat:checked:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active, .app-notification.frame .button.flat:checked:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:hover, .app-notification.frame .button.flat:checked:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:focus, .app-notification.frame .button.flat:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:hover:focus, .app-notification.frame .button.flat:checked:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked, .app-notification.frame .button.flat:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:hover, .app-notification.frame .button.flat:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:focus, .app-notification.frame .button.flat:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:hover:focus, .app-notification.frame .button.flat:active:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active, .app-notification.frame .button.flat:active:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:hover, .app-notification.frame .button.flat:active:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:focus, .app-notification.frame .button.flat:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:hover:focus, .app-notification.frame .button.flat:active:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked, .app-notification.frame .button.flat:active:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:hover, .app-notification.frame .button.flat:active:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:focus, .app-notification.frame .button.flat:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .app-notification .button:checked:insensitive, .app-notification .button:active:insensitive, .app-notification .button.flat:checked:insensitive, .app-notification .button.flat:active:insensitive, .app-notification.frame .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button.flat:checked:insensitive, .app-notification.frame .button.flat:active:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .app-notification .button:checked:active:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:insensitive, .app-notification .button:checked:checked:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:insensitive, .app-notification .button:active:active:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:insensitive, .app-notification .button:active:checked:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:insensitive, .app-notification .button.flat:checked:active:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:insensitive, .app-notification .button.flat:checked:checked:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:insensitive, .app-notification .button.flat:active:active:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:insensitive, .app-notification .button.flat:active:checked:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:insensitive, .app-notification.frame .button:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:insensitive, .app-notification.frame .button:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:insensitive, .app-notification.frame .button:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:insensitive, .app-notification.frame .button:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:insensitive, .app-notification.frame .button.flat:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:insensitive, .app-notification.frame .button.flat:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:insensitive, .app-notification.frame .button.flat:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:insensitive, .app-notification.frame .button.flat:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .button.flat:focus, .app-notification .button.flat:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover, .app-notification.frame .button.flat:focus, .app-notification.frame .button.flat:hover {
+ color: #e0def4; }
+ .app-notification .button:insensitive:insensitive, .app-notification .button.flat:insensitive:insensitive, .app-notification.frame .button:insensitive:insensitive, .app-notification.frame .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .app-notification .button:insensitive:insensitive :insensitive, .app-notification .button.flat:insensitive:insensitive :insensitive, .app-notification.frame .button:insensitive:insensitive :insensitive, .app-notification.frame .button.flat:insensitive:insensitive :insensitive {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .app-notification .button:active:insensitive:insensitive, .app-notification .button:checked:insensitive:insensitive, .app-notification.frame .button:active:insensitive:insensitive, .app-notification.frame .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .app-notification .button.separator, .app-notification .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .app-notification .separator.button.suggested-action, .app-notification .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .app-notification .separator.button.suggested-action, .app-notification .button .separator, .app-notification .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .app-notification .button.suggested-action .separator, .app-notification .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .app-notification .button.suggested-action .separator, .app-notification.frame .button.separator, .app-notification.frame .button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .app-notification .button.separator:insensitive, .app-notification .button .separator:insensitive, .app-notification.frame .button.separator:insensitive, .app-notification.frame .button .separator:insensitive {
+ color: rgba(25, 23, 36, 0.65); }
+
+/*************
+ ! Expanders *
+**************/
+GtkExpander {
+ padding: 3px;
+ outline-offset: 1px; }
+
+.expander {
+ color: alpha(currentColor,0.7);
+ border: alpha(currentColor,0.7); }
+ .expander:hover {
+ color: alpha(currentColor,0.8);
+ border-color: alpha(currentColor,0.8); }
+ .expander:active {
+ color: alpha(currentColor,0.9);
+ border-color: alpha(currentColor,0.9); }
+
+/*******************
+ ! Symbolic images *
+********************/
+.image {
+ color: alpha(currentColor,0.5); }
+ .image:hover {
+ color: alpha(currentColor,0.9); }
+ .image:selected, .image:selected:hover {
+ color: #191724; }
+
+/****************
+ ! Floating bar *
+*****************/
+.floating-bar {
+ background-color: #1f1d2e;
+ background-image: none;
+ border: 1px solid #191725;
+ border-radius: 2px;
+ color: #f0f0f3; }
+ .floating-bar.top {
+ border-top-width: 0;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0; }
+ .floating-bar.right {
+ border-right-width: 0;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .floating-bar.bottom {
+ border-bottom-width: 0;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ .floating-bar.left {
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .floating-bar .button, .floating-bar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .floating-bar .button.suggested-action, .floating-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .floating-bar .button.suggested-action {
+ -GtkButton-image-spacing: 0;
+ -GtkButton-inner-border: 0;
+ border: 0;
+ background-color: transparent;
+ background-image: none; }
+
+/*************************
+ ! Touch text selections *
+**************************/
+GtkBubbleWindow {
+ border-radius: 2px;
+ background-clip: border-box; }
+ GtkBubbleWindow.osd.background {
+ background-color: rgba(25, 23, 36, 0.8); }
+ GtkBubbleWindow .toolbar {
+ background-color: transparent; }
+
+/***************
+ ! Font-viewer *
+****************/
+SushiFontWidget {
+ padding: 3px 6px; }
+
+/*************
+ ! Gucharmap *
+**************/
+GucharmapChartable {
+ background-color: #26233a;
+ color: #c5c3ce; }
+
+/*************
+ ! Evolution *
+**************/
+EPreviewPane .entry {
+ background-color: #26233a;
+ color: #c5c3ce; }
+
+/*******************
+ ! Gnome Bluetooth *
+********************/
+GtkEntry.entry.pin-entry {
+ font: regular 50;
+ padding-left: 25px;
+ padding-right: 25px; }
+
+GtkLabel.pin-label {
+ font: regular 50; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/**********
+ ! Notebook
+***********/
+.notebook {
+ padding: 0;
+ border-style: solid;
+ border-color: #191725;
+ border-radius: 0;
+ background-color: #1f1d2e;
+ background-image: none;
+ background-clip: border-box;
+ color: #c5c3ce;
+ -GtkNotebook-initial-gap: 0;
+ -GtkNotebook-arrow-spacing: 5;
+ -GtkNotebook-tab-curvature: 0;
+ -GtkNotebook-tab-overlap: 1;
+ -GtkNotebook-has-tab-gap: false; }
+ .notebook.frame.top {
+ border-width: 0 1px 1px; }
+ .notebook.frame.right {
+ border-width: 1px 0 1px 1px; }
+ .notebook.frame.bottom {
+ border-width: 1px 1px 0; }
+ .notebook.frame.left {
+ border-width: 1px 1px 1px 0; }
+ .notebook.header {
+ border-width: 2px;
+ background-color: transparent; }
+ .notebook GtkViewport {
+ border-width: 0;
+ background-color: #26233a;
+ color: #c5c3ce; }
+ .notebook tab {
+ padding: 4px 6px;
+ border-style: solid;
+ border-color: #14131d;
+ background-color: #191725;
+ background-image: none;
+ /* close button styling */ }
+ .notebook tab:active {
+ background-color: #1f1d2e;
+ background-image: none; }
+ .notebook tab.top {
+ border-width: 2px 1px 1px;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ .notebook tab.top:active {
+ border-top-width: 3px;
+ border-top-color: #c4a7e7;
+ border-bottom-width: 0; }
+ .notebook tab.right {
+ border-width: 1px 2px 1px 1px;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .notebook tab.right:active {
+ border-right-width: 3px;
+ border-right-color: #c4a7e7;
+ border-left-width: 0; }
+ .notebook tab.bottom {
+ border-width: 1px 1px 2px;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0; }
+ .notebook tab.bottom:active {
+ border-bottom-width: 3px;
+ border-bottom-color: #c4a7e7;
+ border-top-width: 0; }
+ .notebook tab.left {
+ border-width: 1px 1px 1px 2px;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .notebook tab.left:active {
+ border-left-width: 3px;
+ border-left-color: #c4a7e7;
+ border-right-width: 0; }
+ .notebook tab GtkLabel {
+ color: mix(#c5c3ce,#26233a,0.3); }
+ .notebook tab.reorderable-page:hover {
+ background-color: #201e31;
+ border-left: 0;
+ border-right: 0;
+ /* using box shadows instead of borders due to slanted edges */
+ box-shadow: inset 0 3px rgba(86, 86, 107, 0.03), inset 0 2px rgba(86, 86, 107, 0.03), inset 0 1px rgba(86, 86, 107, 0.03), inset 1px 0 #1b1929, inset -1px 0 #1b1929; }
+ .notebook tab.reorderable-page:active {
+ background-color: #222034;
+ border-left: 0;
+ border-right: 0;
+ box-shadow: inset 0 3px rgba(86, 86, 107, 0.03), inset 0 2px rgba(86, 86, 107, 0.03), inset 0 1px rgba(86, 86, 107, 0.03), inset 1px 0 #1d1a2c, inset -1px 0 #1d1a2c; }
+ .notebook .prelight-page, .notebook .prelight-page GtkLabel {
+ color: mix(#c5c3ce,#26233a,0.15); }
+ .notebook .active-page, .notebook .active-page GtkLabel {
+ color: #c5c3ce; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*******
+ ! OSD *
+********/
+GtkOverlay.osd {
+ background-color: transparent; }
+
+.osd,
+#XfceNotifyWindow {
+ /* used by gnome-settings-daemon's media-keys OSD */
+ /* used by Documents */ }
+ .osd.background,
+ #XfceNotifyWindow.background {
+ background-color: rgba(25, 23, 36, 0.6);
+ color: #e0def4; }
+ .osd.frame,
+ #XfceNotifyWindow.frame {
+ background-clip: border-box;
+ background-origin: border-box; }
+ .osd.button, .selection-mode.header-bar .osd.button.suggested-action, .selection-mode.toolbar .osd.button.suggested-action, .osd .button, .osd .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .osd .button.suggested-action, .osd .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .osd .button.suggested-action,
+ #XfceNotifyWindow.button,
+ #XfceNotifyWindow .button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover,
+ #XfceNotifyWindow.button:focus,
+ #XfceNotifyWindow.button:hover,
+ #XfceNotifyWindow .button:focus,
+ #XfceNotifyWindow .button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.32),0.3); }
+ .osd.button:active, .selection-mode.header-bar .osd.button.suggested-action:active, .selection-mode.toolbar .osd.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover:focus, .osd.button:checked, .selection-mode.header-bar .osd.button.suggested-action:checked, .selection-mode.toolbar .osd.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover:focus, .osd .button:active, .osd .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .osd .button.suggested-action:active, .osd .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .osd .button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover:focus, .osd .button:checked, .osd .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .osd .button.suggested-action:checked, .osd .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .osd .button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover:focus,
+ #XfceNotifyWindow.button:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active,
+ #XfceNotifyWindow.button:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover:focus,
+ #XfceNotifyWindow.button:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked,
+ #XfceNotifyWindow.button:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover:focus,
+ #XfceNotifyWindow .button:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active,
+ #XfceNotifyWindow .button:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .button:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .button:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover:focus,
+ #XfceNotifyWindow .button:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked,
+ #XfceNotifyWindow .button:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .osd.button:insensitive, .selection-mode.header-bar .osd.button.suggested-action:insensitive, .selection-mode.toolbar .osd.button.suggested-action:insensitive, .osd .button:insensitive, .osd .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .osd .button.suggested-action:insensitive, .osd .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .osd .button.suggested-action:insensitive,
+ #XfceNotifyWindow.button:insensitive,
+ #XfceNotifyWindow .button:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive,
+ #XfceNotifyWindow.button:active:insensitive,
+ #XfceNotifyWindow.button:checked:insensitive,
+ #XfceNotifyWindow .button:active:insensitive,
+ #XfceNotifyWindow .button:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .osd.button.flat, .selection-mode.header-bar .osd.flat.button.suggested-action, .selection-mode.toolbar .osd.flat.button.suggested-action, .osd .button.flat, .osd .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .osd .flat.button.suggested-action, .osd .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .osd .flat.button.suggested-action,
+ #XfceNotifyWindow.button.flat,
+ #XfceNotifyWindow .button.flat {
+ border-color: rgba(25, 23, 36, 0);
+ color: #e0def4;
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd.button.flat:hover, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .button.flat:hover,
+ #XfceNotifyWindow.button:hover,
+ #XfceNotifyWindow.button.flat:hover,
+ #XfceNotifyWindow .button:hover,
+ #XfceNotifyWindow .button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .osd.button:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:focus, .osd.button:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:hover, .osd.button.flat:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:focus, .osd.button.flat:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:hover, .osd .button:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:focus, .osd .button:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:hover, .osd .button.flat:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:focus, .osd .button.flat:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:hover,
+ #XfceNotifyWindow.button:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:focus,
+ #XfceNotifyWindow.button:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:hover,
+ #XfceNotifyWindow.button.flat:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:focus,
+ #XfceNotifyWindow.button.flat:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:hover,
+ #XfceNotifyWindow .button:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:focus,
+ #XfceNotifyWindow .button:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:hover,
+ #XfceNotifyWindow .button.flat:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:focus,
+ #XfceNotifyWindow .button.flat:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.4),0.3); }
+ .osd.button:hover:active, .selection-mode.header-bar .osd.button.suggested-action:hover:active, .selection-mode.toolbar .osd.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active, .osd.button:hover:active:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:hover, .osd.button:hover:active:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:focus, .osd.button:hover:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:hover:focus, .osd.button:hover:checked, .selection-mode.header-bar .osd.button.suggested-action:hover:checked, .selection-mode.toolbar .osd.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked, .osd.button:hover:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:hover, .osd.button:hover:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:focus, .osd.button:hover:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:hover:focus, .osd.button.flat:hover:active, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active, .osd.button.flat:hover:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:hover, .osd.button.flat:hover:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:focus, .osd.button.flat:hover:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:hover:focus, .osd.button.flat:hover:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked, .osd.button.flat:hover:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:hover, .osd.button.flat:hover:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:focus, .osd.button.flat:hover:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:hover:focus, .osd .button:hover:active, .osd .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .osd .button.suggested-action:hover:active, .osd .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .osd .button.suggested-action:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active, .osd .button:hover:active:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:active:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:hover, .osd .button:hover:active:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:active:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:focus, .osd .button:hover:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:hover:focus, .osd .button:hover:checked, .osd .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .osd .button.suggested-action:hover:checked, .osd .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .osd .button.suggested-action:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked, .osd .button:hover:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:hover, .osd .button:hover:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:focus, .osd .button:hover:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:hover:focus, .osd .button.flat:hover:active, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active, .osd .button.flat:hover:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:hover, .osd .button.flat:hover:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:focus, .osd .button.flat:hover:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:hover:focus, .osd .button.flat:hover:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked, .osd .button.flat:hover:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:hover, .osd .button.flat:hover:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:focus, .osd .button.flat:hover:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow.button:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active,
+ #XfceNotifyWindow.button:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow.button:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow.button:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow.button:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked,
+ #XfceNotifyWindow.button:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow.button:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow.button:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow.button.flat:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active,
+ #XfceNotifyWindow.button.flat:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow.button.flat:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow.button.flat:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow.button.flat:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked,
+ #XfceNotifyWindow.button.flat:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow.button.flat:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow.button.flat:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow .button:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active,
+ #XfceNotifyWindow .button:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow .button:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow .button:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow .button:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked,
+ #XfceNotifyWindow .button:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow .button:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow .button:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow .button.flat:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active,
+ #XfceNotifyWindow .button.flat:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover,
+ #XfceNotifyWindow .button.flat:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:focus,
+ #XfceNotifyWindow .button.flat:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover:focus,
+ #XfceNotifyWindow .button.flat:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked,
+ #XfceNotifyWindow .button.flat:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover,
+ #XfceNotifyWindow .button.flat:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:focus,
+ #XfceNotifyWindow .button.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .osd.button:hover:insensitive, .osd.button.flat:hover:insensitive, .osd .button:hover:insensitive, .osd .button.flat:hover:insensitive,
+ #XfceNotifyWindow.button:hover:insensitive,
+ #XfceNotifyWindow.button.flat:hover:insensitive,
+ #XfceNotifyWindow .button:hover:insensitive,
+ #XfceNotifyWindow .button.flat:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .osd.button:hover:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:insensitive, .osd.button:hover:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:insensitive, .osd.button.flat:hover:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:insensitive, .osd.button.flat:hover:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:insensitive, .osd .button:hover:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:hover:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:insensitive, .osd .button:hover:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:insensitive, .osd .button.flat:hover:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:insensitive, .osd .button.flat:hover:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow.button:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow.button:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow.button.flat:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow.button.flat:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow .button:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow .button:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow .button.flat:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:insensitive,
+ #XfceNotifyWindow .button.flat:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button.flat:focus, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button.flat:focus,
+ #XfceNotifyWindow.button:focus,
+ #XfceNotifyWindow.button.flat:focus,
+ #XfceNotifyWindow .button:focus,
+ #XfceNotifyWindow .button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.32);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .osd.button:focus:hover, .osd.button.flat:focus:hover, .osd .button:focus:hover, .osd .button.flat:focus:hover,
+ #XfceNotifyWindow.button:focus:hover,
+ #XfceNotifyWindow.button.flat:focus:hover,
+ #XfceNotifyWindow .button:focus:hover,
+ #XfceNotifyWindow .button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .osd.button:focus:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:focus, .osd.button:focus:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:hover, .osd.button.flat:focus:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:focus, .osd.button.flat:focus:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:hover, .osd .button:focus:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:focus, .osd .button:focus:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:hover, .osd .button.flat:focus:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:focus, .osd .button.flat:focus:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow.button:focus:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow.button:focus:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow.button.flat:focus:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow .button:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow .button:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow .button.flat:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.4),0.3); }
+ .osd.button:focus:hover:active, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active, .osd.button:focus:hover:active:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:hover, .osd.button:focus:hover:active:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:focus, .osd.button:focus:hover:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:hover:focus, .osd.button:focus:hover:checked, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked, .osd.button:focus:hover:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:hover, .osd.button:focus:hover:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:focus, .osd.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:hover:focus, .osd.button.flat:focus:hover:active, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active, .osd.button.flat:focus:hover:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:hover, .osd.button.flat:focus:hover:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:focus, .osd.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:hover:focus, .osd.button.flat:focus:hover:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked, .osd.button.flat:focus:hover:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:hover, .osd.button.flat:focus:hover:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:focus, .osd.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:hover:focus, .osd .button:focus:hover:active, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active, .osd .button:focus:hover:active:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:hover, .osd .button:focus:hover:active:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:focus, .osd .button:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:hover:focus, .osd .button:focus:hover:checked, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked, .osd .button:focus:hover:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:hover, .osd .button:focus:hover:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:focus, .osd .button:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:hover:focus, .osd .button.flat:focus:hover:active, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active, .osd .button.flat:focus:hover:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:hover, .osd .button.flat:focus:hover:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:focus, .osd .button.flat:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:hover:focus, .osd .button.flat:focus:hover:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked, .osd .button.flat:focus:hover:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:hover, .osd .button.flat:focus:hover:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:focus, .osd .button.flat:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow.button:focus:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow.button:focus:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow.button:focus:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow.button:focus:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow.button:focus:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow.button:focus:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow.button:focus:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow.button:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow.button.flat:focus:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow.button.flat:focus:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow.button.flat:focus:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow.button.flat:focus:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow.button.flat:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .button:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow .button:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow .button:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow .button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .button:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow .button:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow .button:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow .button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active,
+ #XfceNotifyWindow .button.flat:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover,
+ #XfceNotifyWindow .button.flat:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked,
+ #XfceNotifyWindow .button.flat:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover,
+ #XfceNotifyWindow .button.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:focus,
+ #XfceNotifyWindow .button.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.4); }
+ .osd.button:focus:hover:insensitive, .osd.button.flat:focus:hover:insensitive, .osd .button:focus:hover:insensitive, .osd .button.flat:focus:hover:insensitive,
+ #XfceNotifyWindow.button:focus:hover:insensitive,
+ #XfceNotifyWindow.button.flat:focus:hover:insensitive,
+ #XfceNotifyWindow .button:focus:hover:insensitive,
+ #XfceNotifyWindow .button.flat:focus:hover:insensitive {
+ border-color: rgba(175, 170, 227, 0.4); }
+ .osd.button:focus:hover:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:insensitive, .osd.button:focus:hover:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:insensitive, .osd.button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:insensitive, .osd.button.flat:focus:hover:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:insensitive, .osd .button:focus:hover:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:insensitive, .osd .button:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:insensitive, .osd .button.flat:focus:hover:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:insensitive, .osd .button.flat:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow.button:focus:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow.button:focus:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow.button.flat:focus:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow.button.flat:focus:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .button.flat:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:insensitive,
+ #XfceNotifyWindow .button.flat:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.4); }
+ .osd.button:checked, .selection-mode.header-bar .osd.button.suggested-action:checked, .selection-mode.toolbar .osd.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked, .osd.button:active, .selection-mode.header-bar .osd.button.suggested-action:active, .selection-mode.toolbar .osd.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active, .osd.button.flat:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked, .osd.button.flat:active, .selection-mode.header-bar .osd.flat.button.suggested-action:active, .selection-mode.toolbar .osd.flat.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active, .osd .button:checked, .osd .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .osd .button.suggested-action:checked, .osd .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .osd .button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked, .osd .button:active, .osd .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .osd .button.suggested-action:active, .osd .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .osd .button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active, .osd .button.flat:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked, .osd .button.flat:active, .osd .selection-mode.header-bar .flat.button.suggested-action:active, .selection-mode.header-bar .osd .flat.button.suggested-action:active, .osd .selection-mode.toolbar .flat.button.suggested-action:active, .selection-mode.toolbar .osd .flat.button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active,
+ #XfceNotifyWindow.button:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked,
+ #XfceNotifyWindow.button:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active,
+ #XfceNotifyWindow.button.flat:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked,
+ #XfceNotifyWindow.button.flat:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active,
+ #XfceNotifyWindow .button:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked,
+ #XfceNotifyWindow .button:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active,
+ #XfceNotifyWindow .button.flat:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked,
+ #XfceNotifyWindow .button.flat:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button.flat:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button.flat:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button.flat:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button.flat:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow .button:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .button:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .button.flat:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button.flat:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button.flat:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow .button.flat:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.32),0.3); }
+ .osd.button:checked:active, .selection-mode.header-bar .osd.button.suggested-action:checked:active, .selection-mode.toolbar .osd.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active, .osd.button:checked:active:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:hover, .osd.button:checked:active:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:focus, .osd.button:checked:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:hover:focus, .osd.button:checked:checked, .selection-mode.header-bar .osd.button.suggested-action:checked:checked, .selection-mode.toolbar .osd.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked, .osd.button:checked:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:hover, .osd.button:checked:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:focus, .osd.button:checked:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:hover:focus, .osd.button:active:active, .selection-mode.header-bar .osd.button.suggested-action:active:active, .selection-mode.toolbar .osd.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active, .osd.button:active:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:hover, .osd.button:active:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:focus, .osd.button:active:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:hover:focus, .osd.button:active:checked, .selection-mode.header-bar .osd.button.suggested-action:active:checked, .selection-mode.toolbar .osd.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked, .osd.button:active:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:hover, .osd.button:active:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:focus, .osd.button:active:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:hover:focus, .osd.button.flat:checked:active, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active, .osd.button.flat:checked:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:hover, .osd.button.flat:checked:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:focus, .osd.button.flat:checked:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:hover:focus, .osd.button.flat:checked:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked, .osd.button.flat:checked:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:hover, .osd.button.flat:checked:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:focus, .osd.button.flat:checked:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:hover:focus, .osd.button.flat:active:active, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active, .osd.button.flat:active:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:hover, .osd.button.flat:active:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:focus, .osd.button.flat:active:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:hover:focus, .osd.button.flat:active:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked, .osd.button.flat:active:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:hover, .osd.button.flat:active:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:focus, .osd.button.flat:active:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:hover:focus, .osd .button:checked:active, .osd .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .osd .button.suggested-action:checked:active, .osd .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .osd .button.suggested-action:checked:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active, .osd .button:checked:active:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:active:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:hover, .osd .button:checked:active:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:active:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:focus, .osd .button:checked:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:hover:focus, .osd .button:checked:checked, .osd .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .osd .button.suggested-action:checked:checked, .osd .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .osd .button.suggested-action:checked:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked, .osd .button:checked:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:hover, .osd .button:checked:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:focus, .osd .button:checked:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:hover:focus, .osd .button:active:active, .osd .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .osd .button.suggested-action:active:active, .osd .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .osd .button.suggested-action:active:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active, .osd .button:active:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:hover, .osd .button:active:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:focus, .osd .button:active:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:hover:focus, .osd .button:active:checked, .osd .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .osd .button.suggested-action:active:checked, .osd .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .osd .button.suggested-action:active:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked, .osd .button:active:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:active:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:active:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:hover, .osd .button:active:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:active:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:active:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:focus, .osd .button:active:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:hover:focus, .osd .button.flat:checked:active, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active, .osd .button.flat:checked:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:hover, .osd .button.flat:checked:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:focus, .osd .button.flat:checked:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:hover:focus, .osd .button.flat:checked:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked, .osd .button.flat:checked:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:hover, .osd .button.flat:checked:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:focus, .osd .button.flat:checked:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:hover:focus, .osd .button.flat:active:active, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active, .osd .button.flat:active:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:hover, .osd .button.flat:active:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:focus, .osd .button.flat:active:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:hover:focus, .osd .button.flat:active:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked, .osd .button.flat:active:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:hover, .osd .button.flat:active:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:focus, .osd .button.flat:active:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow.button:checked:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active,
+ #XfceNotifyWindow.button:checked:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow.button:checked:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow.button:checked:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow.button:checked:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked,
+ #XfceNotifyWindow.button:checked:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow.button:checked:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow.button:checked:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow.button:active:active,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active,
+ #XfceNotifyWindow.button:active:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:hover,
+ #XfceNotifyWindow.button:active:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:focus,
+ #XfceNotifyWindow.button:active:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow.button:active:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked,
+ #XfceNotifyWindow.button:active:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow.button:active:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow.button:active:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow.button.flat:checked:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active,
+ #XfceNotifyWindow.button.flat:checked:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow.button.flat:checked:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow.button.flat:checked:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow.button.flat:checked:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked,
+ #XfceNotifyWindow.button.flat:checked:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow.button.flat:checked:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow.button.flat:checked:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow.button.flat:active:active,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active,
+ #XfceNotifyWindow.button.flat:active:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover,
+ #XfceNotifyWindow.button.flat:active:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:focus,
+ #XfceNotifyWindow.button.flat:active:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow.button.flat:active:checked,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked,
+ #XfceNotifyWindow.button.flat:active:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow.button.flat:active:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow.button.flat:active:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow .button:checked:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active,
+ #XfceNotifyWindow .button:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow .button:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow .button:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow .button:checked:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked,
+ #XfceNotifyWindow .button:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow .button:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow .button:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow .button:active:active,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active,
+ #XfceNotifyWindow .button:active:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:hover,
+ #XfceNotifyWindow .button:active:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:focus,
+ #XfceNotifyWindow .button:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow .button:active:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked,
+ #XfceNotifyWindow .button:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow .button:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow .button:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow .button.flat:checked:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active,
+ #XfceNotifyWindow .button.flat:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover,
+ #XfceNotifyWindow .button.flat:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:focus,
+ #XfceNotifyWindow .button.flat:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover:focus,
+ #XfceNotifyWindow .button.flat:checked:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked,
+ #XfceNotifyWindow .button.flat:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover,
+ #XfceNotifyWindow .button.flat:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:focus,
+ #XfceNotifyWindow .button.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover:focus,
+ #XfceNotifyWindow .button.flat:active:active,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active,
+ #XfceNotifyWindow .button.flat:active:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover,
+ #XfceNotifyWindow .button.flat:active:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:focus,
+ #XfceNotifyWindow .button.flat:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover:focus,
+ #XfceNotifyWindow .button.flat:active:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked,
+ #XfceNotifyWindow .button.flat:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover,
+ #XfceNotifyWindow .button.flat:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:focus,
+ #XfceNotifyWindow .button.flat:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.32); }
+ .osd.button:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:insensitive, .osd.button:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:insensitive, .osd.button.flat:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:insensitive, .osd.button.flat:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:insensitive, .osd .button:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:insensitive, .osd .button:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:insensitive, .osd .button.flat:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:insensitive, .osd .button.flat:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:insensitive,
+ #XfceNotifyWindow.button:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow.button:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:insensitive,
+ #XfceNotifyWindow.button.flat:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow.button.flat:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:insensitive,
+ #XfceNotifyWindow .button:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow .button:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:insensitive,
+ #XfceNotifyWindow .button.flat:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:insensitive,
+ #XfceNotifyWindow .button.flat:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:insensitive {
+ border-color: rgba(175, 170, 227, 0.32); }
+ .osd.button:checked:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:insensitive, .osd.button:checked:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:insensitive, .osd.button:active:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:insensitive, .osd.button:active:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:insensitive, .osd.button.flat:checked:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:insensitive, .osd.button.flat:checked:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:insensitive, .osd.button.flat:active:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:insensitive, .osd.button.flat:active:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:insensitive, .osd .button:checked:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:insensitive, .osd .button:checked:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:insensitive, .osd .button:active:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:insensitive, .osd .button:active:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:insensitive, .osd .button.flat:checked:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:insensitive, .osd .button.flat:checked:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:insensitive, .osd .button.flat:active:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:insensitive, .osd .button.flat:active:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow.button:checked:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow.button:checked:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow.button:active:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow.button:active:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow.button.flat:checked:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow.button.flat:checked:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow.button.flat:active:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow.button.flat:active:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow .button:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow .button:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow .button:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow .button:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow .button.flat:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:insensitive,
+ #XfceNotifyWindow .button.flat:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:insensitive,
+ #XfceNotifyWindow .button.flat:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:insensitive,
+ #XfceNotifyWindow .button.flat:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:insensitive,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:insensitive {
+ border-color: rgba(158, 152, 221, 0.32); }
+ .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover,
+ #XfceNotifyWindow.button.flat:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow.button.flat:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow.button.flat:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow.button.flat:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow .button:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus,
+ #XfceNotifyWindow .button:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover,
+ #XfceNotifyWindow .button.flat:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:focus,
+ #XfceNotifyWindow .button.flat:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:hover,
+ #XfceNotifyWindow .button.flat:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:focus,
+ #XfceNotifyWindow .button.flat:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover, .osd.button.flat:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus, .osd.button.flat:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover, .osd .button.flat:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus, .osd .button.flat:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover,
+ #XfceNotifyWindow.button:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus,
+ #XfceNotifyWindow.button:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover,
+ #XfceNotifyWindow.button.flat:focus,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus,
+ #XfceNotifyWindow.button.flat:hover,
+ .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover,
+ .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover,
+ #XfceNotifyWindow .button:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus,
+ #XfceNotifyWindow .button:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover,
+ #XfceNotifyWindow .button.flat:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus,
+ #XfceNotifyWindow .button.flat:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover,
+ .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover,
+ .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover,
+ #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover,
+ .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover,
+ #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover,
+ .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover {
+ color: #e0def4; }
+ .osd.button:insensitive:insensitive, .osd.button.flat:insensitive:insensitive, .osd .button:insensitive:insensitive, .osd .button.flat:insensitive:insensitive,
+ #XfceNotifyWindow.button:insensitive:insensitive,
+ #XfceNotifyWindow.button.flat:insensitive:insensitive,
+ #XfceNotifyWindow .button:insensitive:insensitive,
+ #XfceNotifyWindow .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .osd.button:insensitive:insensitive :insensitive, .osd.button.flat:insensitive:insensitive :insensitive, .osd .button:insensitive:insensitive :insensitive, .osd .button.flat:insensitive:insensitive :insensitive,
+ #XfceNotifyWindow.button:insensitive:insensitive :insensitive,
+ #XfceNotifyWindow.button.flat:insensitive:insensitive :insensitive,
+ #XfceNotifyWindow .button:insensitive:insensitive :insensitive,
+ #XfceNotifyWindow .button.flat:insensitive:insensitive :insensitive {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive,
+ #XfceNotifyWindow.button:active:insensitive,
+ #XfceNotifyWindow.button:checked:insensitive,
+ #XfceNotifyWindow .button:active:insensitive,
+ #XfceNotifyWindow .button:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .osd.button:active:insensitive:insensitive, .osd.button:checked:insensitive:insensitive, .osd .button:active:insensitive:insensitive, .osd .button:checked:insensitive:insensitive,
+ #XfceNotifyWindow.button:active:insensitive:insensitive,
+ #XfceNotifyWindow.button:checked:insensitive:insensitive,
+ #XfceNotifyWindow .button:active:insensitive:insensitive,
+ #XfceNotifyWindow .button:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ .osd.button.separator, .selection-mode.header-bar .osd.separator.button.suggested-action, .selection-mode.toolbar .osd.separator.button.suggested-action, .osd.button .separator, .selection-mode.header-bar .osd.button.suggested-action .separator, .selection-mode.toolbar .osd.button.suggested-action .separator, .osd .button.separator, .osd .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .osd .separator.button.suggested-action, .osd .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .osd .separator.button.suggested-action, .osd .button .separator, .osd .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .osd .button.suggested-action .separator, .osd .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .osd .button.suggested-action .separator,
+ #XfceNotifyWindow.button.separator,
+ #XfceNotifyWindow.button .separator,
+ #XfceNotifyWindow .button.separator,
+ #XfceNotifyWindow .button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .osd.button.separator:insensitive, .osd.button .separator:insensitive, .osd .button.separator:insensitive, .osd .button .separator:insensitive,
+ #XfceNotifyWindow.button.separator:insensitive,
+ #XfceNotifyWindow.button .separator:insensitive,
+ #XfceNotifyWindow .button.separator:insensitive,
+ #XfceNotifyWindow .button .separator:insensitive {
+ color: rgba(25, 23, 36, 0.65); }
+ .osd.toolbar,
+ #XfceNotifyWindow.toolbar {
+ -GtkToolbar-button-relief: normal;
+ padding: 3px;
+ border: 1px solid rgba(20, 18, 29, 0.8);
+ border-radius: 2px;
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ color: #e0def4; }
+ .osd.toolbar .separator,
+ #XfceNotifyWindow.toolbar .separator {
+ color: rgba(23, 21, 32, 0.8); }
+ .osd.trough,
+ #XfceNotifyWindow.trough {
+ background-color: rgba(20, 18, 29, 0.8); }
+ .osd.progressbar,
+ #XfceNotifyWindow.progressbar {
+ background-color: #e0def4; }
+ .osd .scale.slider,
+ #XfceNotifyWindow .scale.slider {
+ background-color: rgba(27, 25, 39, 0.8);
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.8); }
+ .osd .scale.slider:focus, .osd .scale.slider:hover,
+ #XfceNotifyWindow .scale.slider:focus,
+ #XfceNotifyWindow .scale.slider:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.8),0.3); }
+ .osd .scale.slider:active, .osd .scale.slider:active:hover, .osd .scale.slider:active:focus, .osd .scale.slider:active:hover:focus, .osd .scale.slider:checked, .osd .scale.slider:checked:hover, .osd .scale.slider:checked:focus, .osd .scale.slider:checked:hover:focus,
+ #XfceNotifyWindow .scale.slider:active,
+ #XfceNotifyWindow .scale.slider:active:hover,
+ #XfceNotifyWindow .scale.slider:active:focus,
+ #XfceNotifyWindow .scale.slider:active:hover:focus,
+ #XfceNotifyWindow .scale.slider:checked,
+ #XfceNotifyWindow .scale.slider:checked:hover,
+ #XfceNotifyWindow .scale.slider:checked:focus,
+ #XfceNotifyWindow .scale.slider:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.8); }
+ .osd .scale.slider:insensitive,
+ #XfceNotifyWindow .scale.slider:insensitive {
+ border-color: rgba(21, 20, 31, 0.8); }
+ .osd .scale.slider:active:insensitive, .osd .scale.slider:checked:insensitive,
+ #XfceNotifyWindow .scale.slider:active:insensitive,
+ #XfceNotifyWindow .scale.slider:checked:insensitive {
+ border-color: rgba(20, 18, 29, 0.8); }
+ .osd .scale.slider:insensitive,
+ #XfceNotifyWindow .scale.slider:insensitive {
+ background-color: rgba(23, 21, 32, 0.8);
+ background-image: none; }
+ .osd .scale.trough,
+ #XfceNotifyWindow .scale.trough {
+ border-color: rgba(20, 18, 29, 0.8);
+ background-color: rgba(27, 25, 39, 0.8);
+ background-image: none; }
+ .osd .scale.trough.highlight,
+ #XfceNotifyWindow .scale.trough.highlight {
+ border-color: #c4a7e7;
+ background-color: #c4a7e7;
+ background-image: none; }
+ .osd .scale.trough:insensitive, .osd .scale.trough.highlight:insensitive,
+ #XfceNotifyWindow .scale.trough:insensitive,
+ #XfceNotifyWindow .scale.trough.highlight:insensitive {
+ border-color: rgba(21, 20, 31, 0.8);
+ background-color: rgba(23, 21, 32, 0.8);
+ background-image: none; }
+ .osd.view, GtkHTML.osd, .osd .view, .osd GtkHTML,
+ #XfceNotifyWindow.view,
+ GtkHTML#XfceNotifyWindow,
+ #XfceNotifyWindow .view,
+ #XfceNotifyWindow GtkHTML {
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd .scrollbar .trough,
+ #XfceNotifyWindow .scrollbar .trough {
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd .scrollbar .slider,
+ #XfceNotifyWindow .scrollbar .slider {
+ border: 1px solid mix(rgba(22, 20, 31, 0.8),#e0def4,0.21);
+ border-radius: 0;
+ background-color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.21); }
+ .osd .scrollbar .slider:hover,
+ #XfceNotifyWindow .scrollbar .slider:hover {
+ border-color: mix(rgba(22, 20, 31, 0.8),#e0def4,0.31);
+ background-color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.31); }
+ .osd .scrollbar .slider:active,
+ #XfceNotifyWindow .scrollbar .slider:active {
+ border-color: #af88de;
+ background-color: #c4a7e7; }
+ .osd GtkIconView.cell:selected, .osd GtkIconView.cell:selected:focus,
+ #XfceNotifyWindow GtkIconView.cell:selected,
+ #XfceNotifyWindow GtkIconView.cell:selected:focus {
+ background-color: transparent;
+ border: 3px solid mix(rgba(22, 20, 31, 0.8),#e0def4,0.21);
+ border-radius: 2px;
+ outline-color: transparent; }
+ .osd .page-thumbnail,
+ #XfceNotifyWindow .page-thumbnail {
+ border: 1px solid rgba(23, 21, 32, 0.8);
+ /* when there's no pixbuf yet */
+ background-color: rgba(25, 23, 36, 0.8); }
+
+.osd GtkProgressBar, GtkProgressBar.osd {
+ -GtkProgressBar-xspacing: 0;
+ -GtkProgressBar-yspacing: 2px;
+ -GtkProgressBar-min-horizontal-bar-height: 2px;
+ padding: 0; }
+ .osd GtkProgressBar.trough, GtkProgressBar.osd.trough {
+ padding: 0;
+ border-style: none;
+ border-radius: 0;
+ background-image: none;
+ background-color: transparent; }
+ .osd GtkProgressBar.progressbar, GtkProgressBar.osd.progressbar {
+ border-style: none;
+ border-radius: 0;
+ background-color: #c4a7e7;
+ background-image: none; }
+
+.overshoot.top {
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ .overshoot.top:backdrop {
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+.overshoot.bottom {
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ .overshoot.bottom:backdrop {
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+.overshoot.left {
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ .overshoot.left:backdrop {
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+.overshoot.right {
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ .overshoot.right:backdrop {
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+.undershoot.top {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-top: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center top; }
+
+.undershoot.bottom {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-bottom: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center bottom; }
+
+.undershoot.left {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-left: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: left center; }
+
+.undershoot.right {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-right: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: right center; }
+
+/*****************
+ ! Progress bars *
+******************/
+GtkProgressBar {
+ padding: 0;
+ border-radius: 2px;
+ font-size: smaller;
+ color: rgba(240, 240, 243, 0.6);
+ -GtkProgressBar-min-horizontal-bar-height: 6;
+ -GtkProgressBar-min-vertical-bar-width: 6; }
+ GtkProgressBar.osd {
+ -GtkProgressBar-xspacing: 0;
+ -GtkProgressBar-yspacing: 0;
+ -GtkProgressBar-min-horizontal-bar-height: 3; }
+ GtkProgressBar.trough {
+ border: 1px solid rgba(25, 23, 37, 0.5);
+ background-color: mix(#26233a,#1f1d2e,0.08);
+ background-image: none; }
+
+.progressbar {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-radius: 0;
+ box-shadow: none; }
+ .progressbar.left {
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px; }
+ .progressbar.right {
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px; }
+ .progressbar.left.right {
+ box-shadow: none; }
+ .progressbar.vertical {
+ background-color: #c4a7e7;
+ background-image: none; }
+ .progressbar.vertical.bottom {
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px; }
+ .progressbar.vertical.top {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+GtkLevelBar {
+ -GtkLevelBar-min-block-width: 34;
+ -GtkLevelBar-min-block-height: 3; }
+ GtkLevelBar.vertical {
+ -GtkLevelBar-min-block-width: 3;
+ -GtkLevelBar-min-block-height: 34; }
+
+.level-bar.trough {
+ background-color: mix(#26233a,#1f1d2e,0.08);
+ background-image: none;
+ border: 1px solid rgba(25, 23, 37, 0.5);
+ border-radius: 2px; }
+
+.level-bar.fill-block {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: transparent;
+ border-radius: 0; }
+ .level-bar.fill-block.indicator-discrete.horizontal {
+ margin-right: 1px; }
+ .level-bar.fill-block.indicator-discrete.vertical {
+ margin-bottom: 1px; }
+ .level-bar.fill-block.level-high {
+ background-color: #ebbcba;
+ border-color: transparent; }
+ .level-bar.fill-block.level-low {
+ background-color: #f6c177;
+ border-color: transparent; }
+ .level-bar.fill-block.empty-fill-block {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none; }
+
+.scale {
+ -GtkRange-slider-width: 16;
+ -GtkRange-trough-border: 1;
+ -GtkScale-slider-length: 16;
+ padding: 0;
+ border-width: 1px;
+ border-radius: 2px;
+ outline-offset: -1px; }
+ .scale.slider {
+ background-color: mix(#26233a,#1f1d2e,0.08);
+ background-image: none;
+ border-color: #191725;
+ border-radius: 8px;
+ border-width: 1px;
+ border-style: solid;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.3); }
+ .scale.slider:focus, .scale.slider:hover {
+ border-color: mix(#c4a7e7,#1f1d2e,0.3); }
+ .scale.slider:active, .scale.slider:active:hover, .scale.slider:active:focus, .scale.slider:active:hover:focus, .scale.slider:checked, .scale.slider:checked:hover, .scale.slider:checked:focus, .scale.slider:checked:hover:focus {
+ border-color: #161420; }
+ .scale.slider:insensitive {
+ border-color: #1a1927; }
+ .scale.slider:active:insensitive, .scale.slider:checked:insensitive {
+ border-color: #191725; }
+ .scale.slider:insensitive {
+ background-color: #1c1a29;
+ background-image: none; }
+ .scale.fine-tune:active, .scale.fine-tune:active:hover, .scale.fine-tune.horizontal:active, .scale.fine-tune.horizontal:active:hover {
+ background-size: 50%;
+ background-repeat: no-repeat;
+ background-position: center; }
+ .scale.mark {
+ border-color: rgba(25, 23, 37, 0.5); }
+ .scale.trough {
+ background-color: mix(#26233a,#1f1d2e,0.08);
+ background-image: none;
+ margin: 7px 0;
+ border: 1px solid rgba(25, 23, 37, 0.5);
+ border-radius: 2px; }
+ .scale.trough:insensitive {
+ background-color: #1c1a29;
+ background-image: none; }
+ .scale.trough.vertical {
+ margin: 0 7px; }
+ .scale.highlight.left, .memuitem .scale.highlight.left {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #c4a7e7; }
+ .scale.highlight.left:hover, .memuitem .scale.highlight.left:hover {
+ border-color: #9a68d6;
+ background-color: #9a68d6; }
+ .scale.highlight.left:insensitive, .memuitem .scale.highlight.left:insensitive {
+ background-color: #1c1a29;
+ background-image: none;
+ border-color: #1a1927; }
+ .scale.highlight.bottom {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #c4a7e7; }
+
+/***********
+ ! Scrollbar
+************/
+* {
+ -GtkRange-slider-width: 8;
+ -GtkRange-stepper-spacing: 0;
+ -GtkRange-trough-border: 2;
+ -GtkRange-trough-under-steppers: 1;
+ -GtkScrollbar-has-backward-stepper: false;
+ -GtkScrollbar-has-forward-stepper: false;
+ -GtkScrollbar-min-slider-length: 80;
+ -GtkScrolledWindow-scrollbar-spacing: 0;
+ -GtkScrolledWindow-scrollbars-within-bevel: 1; }
+
+.scrollbar {
+ border: 0;
+ padding: 0; }
+ .scrollbar.button, .selection-mode.header-bar .scrollbar.button.suggested-action, .selection-mode.toolbar .scrollbar.button.suggested-action, .scrollbar.button:active, .scrollbar.button:active:hover {
+ border-width: 0;
+ border-radius: 0;
+ background-color: transparent;
+ background-image: none;
+ color: rgba(240, 240, 243, 0.5); }
+ .scrollbar.slider, .scrollbar.slider.vertical {
+ border: 0;
+ border-radius: 2px;
+ background-color: mix(#1f1d2e,#f0f0f3,0.21); }
+ .scrollbar.slider:hover, .scrollbar.slider.vertical:hover {
+ background-color: mix(#1f1d2e,#f0f0f3,0.31); }
+ .scrollbar.slider:active, .scrollbar.slider.vertical:active {
+ background-color: #c4a7e7; }
+ .scrollbar.slider.fine-tune:hover:active, .scrollbar.slider.vertical.fine-tune:hover:active {
+ border: 2px solid transparent; }
+ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
+ opacity: .5;
+ -GtkRange-slider-width: 4px; }
+ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
+ margin: 0;
+ background-color: #f0f0f3;
+ background-clip: padding-box; }
+ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough {
+ border-style: none;
+ background-color: transparent; }
+ .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering {
+ opacity: .7; }
+
+.scrollbars-junction,
+.scrollbars-junction.frame,
+.scrollbar.trough {
+ border: 0;
+ border-radius: 0;
+ background-color: #1f1d2e;
+ background-image: none; }
+
+OsThumb, OsScrollbar {
+ color: #161420; }
+ OsThumb:selected, OsScrollbar:selected {
+ background-color: #c4a7e7; }
+ OsThumb:active, OsScrollbar:active {
+ background-color: #c4a7e7; }
+ OsThumb:insensitive, OsScrollbar:insensitive {
+ background-color: #1c1a29; }
+
+/*********
+ ! Sidebar
+**********/
+.sidebar, .sidebar.view, .sidebar .view, .sidebar GtkHTML, .sidebar GtkScrolledWindow {
+ background-color: #1f1d2e;
+ color: mix(#f0f0f3,#1f1d2e,0.1); }
+ .sidebar.separator, .sidebar.separator:hover, .sidebar.separator:focus, .sidebar.view.separator, .sidebar.view.separator:hover, .sidebar.view.separator:focus, .sidebar .view.separator, .sidebar GtkHTML.separator, .sidebar .view.separator:hover, .sidebar .view.separator:focus, .sidebar GtkScrolledWindow.separator, .sidebar GtkScrolledWindow.separator:hover, .sidebar GtkScrolledWindow.separator:focus {
+ border-width: 1px;
+ border-style: solid;
+ border-color: #1c1a29;
+ color: #1c1a29; }
+
+.sidebar row:selected, .sidebar row:selected:hover, .sidebar row:selected:focus, .sidebar .view row:selected, .sidebar .view row:selected:hover, .sidebar .view row:selected:focus {
+ border: 0;
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+
+.sidebar row:selected:hover, .sidebar .view row:selected:hover {
+ border: 0;
+ background-image: none;
+ background-color: #ceb7eb;
+ color: #191724; }
+
+.sidebar row:hover, .sidebar .view row:hover {
+ border: 0;
+ background-image: none;
+ background-color: #211e30; }
+
+.sidebar .frame {
+ border-width: 0; }
+
+.sidebar .sidebar-row {
+ padding: 1px; }
+
+.sidebar .sidebar-icon {
+ padding-left: 6px;
+ padding-right: 6px; }
+
+GtkAssistant .sidebar {
+ padding: 3px;
+ border-width: 0 1px 0 0;
+ border-style: solid;
+ border-right-color: #191725;
+ border-radius: 0;
+ background-color: #1f1d2e;
+ color: mix(#f0f0f3,#1f1d2e,0.1); }
+ GtkAssistant .sidebar:dir(ltr) {
+ border-width: 0 1px 0 0; }
+ GtkAssistant .sidebar:dir(rtl), GtkAssistant .linked > GtkComboBox > .sidebar.button:dir(rtl) {
+ border-width: 0 0 0 1px; }
+ GtkAssistant .sidebar .label {
+ padding: 3px 6px; }
+ GtkAssistant .sidebar .label.highlight {
+ background-color: mix(#1f1d2e,#f0f0f3,0.8); }
+ GtkAssistant .sidebar.csd .sidebar {
+ border-top-style: none; }
+ GtkAssistant .sidebar .highlight {
+ font: bold; }
+
+/******
+! Paned
+*******/
+GtkPaned {
+ -GtkPaned-handle-size: 1;
+ -gtk-icon-source: none;
+ margin: 0 3px; }
+ GtkPaned:dir(rtl), .linked > GtkComboBox > GtkPaned.button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl) {
+ margin-right: 0;
+ margin-left: 3px; }
+ GtkPaned .pane-separator {
+ background-color: #1c1a29; }
+ GtkPaned.wide {
+ -GtkPaned-handle-size: 4;
+ margin: 0; }
+ GtkPaned.wide .pane-separator {
+ background-color: transparent;
+ border-style: none solid;
+ border-color: #1c1a29;
+ border-width: 1px; }
+ GtkPaned.wide.vertical .pane-separator {
+ border-style: solid none; }
+
+/*******************
+ ! Spinner animation
+********************/
+@keyframes spin {
+ to {
+ -gtk-icon-transform: rotate(1turn); } }
+
+.spinner {
+ background-image: none;
+ background-color: #c4a7e7;
+ opacity: 0;
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
+ .spinner:active {
+ opacity: 1;
+ animation: spin 1s linear infinite; }
+ .spinner:active:insensitive {
+ opacity: .5; }
+
+/***********************
+ ! Check and Radio items
+************************/
+* {
+ -GtkCheckButton-indicator-size: 16;
+ -GtkCheckMenuItem-indicator-size: 16; }
+
+.radio {
+ background-image: none;
+ -gtk-icon-source: url("../assets/radio-unchecked.svg"); }
+ .radio:insensitive {
+ -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); }
+ .radio:checked, .radio:active {
+ -gtk-icon-source: url("../assets/radio-checked.svg"); }
+ .radio:checked:insensitive, .radio:active:insensitive {
+ -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); }
+ .radio:inconsistent {
+ -gtk-icon-source: url("../assets/radio-mixed.svg"); }
+ .radio:inconsistent:insensitive {
+ -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); }
+ .radio.menuitem {
+ -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); }
+ .radio.menuitem:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); }
+ .radio.menuitem:checked, .radio.menuitem:active {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); }
+ .radio.menuitem:checked:hover, .radio.menuitem:active:hover {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); }
+ .radio.menuitem:checked:insensitive, .radio.menuitem:active:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); }
+ .radio.menuitem:inconsistent {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); }
+ .radio.menuitem:inconsistent:hover {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); }
+ .radio.menuitem:inconsistent:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); }
+
+.check, GtkIconView.content-view.check {
+ background-image: none;
+ -gtk-icon-source: url("../assets/checkbox-unchecked.svg"); }
+ .check:insensitive, GtkIconView.content-view.check:insensitive {
+ -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); }
+ .check:checked, GtkIconView.content-view.check:checked, .check:active, GtkIconView.content-view.check:active {
+ -gtk-icon-source: url("../assets/checkbox-checked.svg"); }
+ .check:checked:insensitive, .check:active:insensitive {
+ -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); }
+ .check:inconsistent, GtkIconView.content-view.check:inconsistent {
+ -gtk-icon-source: url("../assets/checkbox-mixed.svg"); }
+ .check:inconsistent:insensitive {
+ -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); }
+ .check.menuitem, GtkIconView.menuitem.content-view.check {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); }
+ .check.menuitem:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); }
+ .check.menuitem:checked, .check.menuitem:active {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); }
+ .check.menuitem:checked:hover, .check.menuitem:active:hover {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); }
+ .check.menuitem:checked:insensitive, .check.menuitem:active:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); }
+ .check.menuitem:inconsistent {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); }
+ .check.menuitem:inconsistent:hover {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); }
+ .check.menuitem:inconsistent:insensitive {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); }
+
+.view.content-view.check:not(list), GtkHTML.content-view.check:not(list), GtkIconView.content-view.check:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:hover:not(list), GtkHTML.content-view.check:hover:not(list), GtkIconView.content-view.check:hover:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:active:not(list), GtkHTML.content-view.check:active:not(list), GtkIconView.content-view.check:active:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:backdrop:not(list), GtkHTML.content-view.check:backdrop:not(list), GtkIconView.content-view.check:backdrop:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:not(list), GtkHTML.content-view.check:checked:not(list), GtkIconView.content-view.check:checked:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:hover:not(list), GtkHTML.content-view.check:checked:hover:not(list), GtkIconView.content-view.check:checked:hover:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:active:not(list), GtkHTML.content-view.check:checked:active:not(list), GtkIconView.content-view.check:checked:active:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:backdrop:checked:not(list), GtkHTML.content-view.check:backdrop:checked:not(list), GtkIconView.content-view.check:backdrop:checked:not(list) {
+ icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+/********
+ ! Switch
+*********/
+GtkSwitch {
+ padding: 0;
+ border-radius: 2px;
+ font: bold condensed;
+ outline-offset: -4px; }
+ GtkSwitch.slider {
+ background-color: #252337;
+ background-image: none;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ GtkSwitch.slider:insensitive {
+ border-color: rgba(0, 0, 0, 0.1);
+ background-color: #1c1a29;
+ box-shadow: none; }
+ GtkSwitch.trough {
+ background-color: #1d1c2c;
+ background-image: none;
+ border: 1px solid #191725;
+ color: #f0f0f3;
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.07), inset 0 1px rgba(43, 43, 54, 0.08), inset -1px 0 rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ GtkSwitch.trough:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #af88de;
+ color: #191724; }
+ GtkSwitch.trough:insensitive {
+ background-color: #1c1a29;
+ background-image: none;
+ border-color: #1a1927;
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Toolbar
+**********/
+/***************
+ ! Generic views
+****************/
+* {
+ -GtkTextView-error-underline-color: #eb6f92; }
+
+.view, GtkHTML {
+ color: #c5c3ce;
+ background-color: #26233a; }
+ .view:insensitive, GtkHTML:insensitive, .view:insensitive:insensitive {
+ background-color: #222034;
+ color: mix(#c5c3ce,#26233a,0.5); }
+
+.cell {
+ border-width: 0;
+ border-radius: 0; }
+ .cell:selected, .cell:selected:focus {
+ background-color: #c4a7e7;
+ color: #191724; }
+
+row:selected, row:selected:hover, row:selected:focus {
+ -GtkWidget-focus-padding: 1;
+ -GtkWidget-focus-line-width: 0;
+ border: 0;
+ background-color: #c4a7e7;
+ background-image: none;
+ color: #191724; }
+
+.content-view.view, GtkHTML.content-view, GtkIconView.content-view.check {
+ background-color: #26233a; }
+ .content-view.view:hover, GtkHTML.content-view:hover {
+ background-color: rgba(196, 167, 231, 0.6); }
+ .content-view.view:selected, GtkHTML.content-view:selected, .content-view.view:active, GtkHTML.content-view:active {
+ background-color: #c4a7e7; }
+ .content-view.view:insensitive, GtkHTML.content-view:insensitive {
+ background-color: #222034; }
+ .content-view.view.check, GtkHTML.content-view.check, .content-view.view.check:active, .content-view.view.check:hover, .content-view.view.check:insensitive, .content-view.view.check:selected {
+ background-color: transparent; }
+
+.content-view .subtitle, GtkIconView.content-view.check .subtitle {
+ font: smaller;
+ padding: 0 12px; }
+
+GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus {
+ border: 0;
+ border-radius: 2px;
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+
+.dim-label, GtkLabel.separator, .dim-label.view {
+ color: alpha(currentColor,0.5); }
+
+.dnd {
+ border: 1px solid #c4a7e7; }
+
+.grip {
+ background-color: transparent; }
+
+.arrow {
+ color: alpha(currentColor,0.7); }
+
+.rubberband, .rubberband.view, .rubberband.content-view.view, GtkHTML.content-view {
+ border: 1px solid #c4a7e7;
+ border-radius: 0;
+ background-color: rgba(196, 167, 231, 0.3); }
+
+GdMainIconView.content-view {
+ -GdMainIconView-icon-size: 40; }
+
+/* this will get overridden by .view, needed by gedit line numbers */
+GtkTextView {
+ background-color: mix(#1f1d2e,#26233a,0.5); }
+
+GtkHTML:insensitive {
+ background-color: #222034; }
+
+GtkDrawingArea {
+ background-color: transparent; }
+
+/************
+ ! Treeview *
+*************/
+GtkTreeView {
+ -GtkTreeView-expander-size: 8;
+ -GtkTreeView-vertical-separator: 0;
+ outline-offset: -1px;
+ border-top-color: #171520; }
+ GtkTreeView:hover, GtkTreeView:selected, GtkTreeView:selected:focus, GtkTreeView:backdrop:selected, GtkTreeView:backdrop:selected:focus {
+ border-top-color: #c4a7e7; }
+ GtkTreeView.dnd {
+ border: 1px solid #c4a7e7; }
+ GtkTreeView .entry {
+ border-radius: 0;
+ background-color: #26233a;
+ background-image: none; }
+ GtkTreeView .progressbar {
+ background-color: #c4a7e7;
+ background-image: none;
+ border: 1px solid #9a68d6; }
+ GtkTreeView .progressbar:selected:focus, GtkTreeView .progressbar:selected {
+ background-color: #c4a7e7;
+ background-image: none;
+ border: 1px solid mix(#c4a7e7,#c4a7e7,0.3);
+ color: #191724; }
+ GtkTreeView .progressbar:insensitive:insensitive {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: #1a1927; }
+ GtkTreeView .trough {
+ background-color: mix(#1f1d2e,#26233a,0.5);
+ border: 1px solid #1e1c2e; }
+ GtkTreeView .trough:selected:focus, GtkTreeView .trough:selected {
+ background-color: #26233a;
+ border: 1px solid mix(#c4a7e7,#1f1d2e,0.3);
+ color: #c5c3ce; }
+ GtkTreeView .trough:insensitive:insensitive {
+ background-color: #26233a; }
+
+/***********
+ ! Separator
+************/
+.view.separator, .separator {
+ color: #1c1a29;
+ border: 1px solid currentColor; }
+
+/*********************
+ ! Column view headers
+**********************/
+column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active {
+ border-width: 0 1px 1px 0;
+ border-radius: 0; }
+
+column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active, column-header .button:focus, column-header .button:active:focus {
+ border-color: #1c1a29;
+ border-bottom-color: #191725; }
+
+column-header .button:hover, column-header .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar column-header .button.suggested-action:hover, column-header .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar column-header .button.suggested-action:hover, column-header .button:active:hover, column-header .button:hover:focus, column-header .button:active:hover:focus {
+ border-color: #1c1a29;
+ border-bottom-color: #191725; }
+
+column-header .button:last-child .button, column-header .selection-mode.header-bar .button.suggested-action:last-child .button, .selection-mode.header-bar column-header .button.suggested-action:last-child .button, column-header .selection-mode.toolbar .button.suggested-action:last-child .button, .selection-mode.toolbar column-header .button.suggested-action:last-child .button, column-header .button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button:last-child .button.suggested-action, column-header .button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button:last-child .button.suggested-action {
+ border-width: 0 0 1px; }
+
+/**********
+ ! Frames *
+***********/
+.frame {
+ border: 1px solid #191725; }
+ .frame.flat {
+ border: 0; }
+
+.content-view, GtkIconView.content-view.check {
+ background-color: mix(#26233a,#1f1d2e,0.28);
+ color: mix(#c5c3ce,#f0f0f3,0.18);
+ border: 1px solid shade(mix(#26233a,#1f1d2e,0.78),0.8); }
+
+/**************
+ ! Window frame
+***************/
+.window-frame.csd.message-dialog, .window-frame.csd.popup, .window-frame {
+ box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0 0 1px #c4a7e7; }
+ .window-frame.csd.message-dialog:backdrop, .window-frame.csd.popup:backdrop, .window-frame:backdrop {
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #191724; }
+
+.window-frame {
+ border: 0;
+ border-radius: 2px 2px 0 0;
+ background-color: mix(#121019,#e0def4,0.21);
+ /* this is used for the resize cursor area */
+ margin: 9px; }
+ .window-frame.tiled {
+ border-radius: 0; }
+ .window-frame.solid-csd {
+ border-radius: 0;
+ margin: 0;
+ background-color: mix(#121019,#e0def4,0.21);
+ box-shadow: none; }
+ .window-frame.csd.popup {
+ border-radius: 0; }
+ .window-frame.csd.tooltip {
+ border-radius: 2px;
+ box-shadow: none; }
+ .window-frame.csd.message-dialog {
+ border-radius: 2px; }
+ .window-frame.ssd {
+ box-shadow: 0 0 0 1px #c4a7e7; }
+ .window-frame.ssd.maximized {
+ border-radius: 0; }
+
+/***********************
+ ! Unity Greeter *
+ ***********************/
+.lightdm.menu {
+ background-image: none;
+ background-color: rgba(86, 86, 107, 0.6);
+ border-color: rgba(32, 30, 48, 0.2);
+ border-radius: 4px;
+ padding: 1px;
+ color: #201e30; }
+
+.lightdm-combo .menu {
+ background-color: #1b1927;
+ border-radius: 0;
+ padding: 0;
+ color: #201e30; }
+
+.lightdm.menu .menuitem *,
+.lightdm.menu .menuitem.check:active,
+.lightdm.menu .menuitem.radio:active {
+ color: #201e30; }
+
+.lightdm.menubar *,
+.lightdm.menubar .menuitem {
+ padding: 2px; }
+
+.lightdm-combo.combobox-entry .button,
+.lightdm-combo .cell,
+.lightdm-combo .button,
+.lightdm-combo .selection-mode.header-bar .button.suggested-action,
+.selection-mode.header-bar .lightdm-combo .button.suggested-action,
+.lightdm-combo .selection-mode.toolbar .button.suggested-action,
+.selection-mode.toolbar .lightdm-combo .button.suggested-action,
+.lightdm-combo .entry,
+.lightdm.button,
+.selection-mode.header-bar .lightdm.button.suggested-action,
+.selection-mode.toolbar .lightdm.button.suggested-action {
+ background-image: none;
+ background-color: rgba(86, 86, 107, 0.3);
+ border-color: rgba(32, 30, 48, 0.9);
+ border-radius: 5px;
+ padding: 5px;
+ color: #201e30; }
+
+.lightdm.button:hover, .selection-mode.header-bar .lightdm.button.suggested-action:hover, .selection-mode.toolbar .lightdm.button.suggested-action:hover {
+ background-image: none;
+ background-color: rgba(32, 30, 48, 0.3);
+ border-color: rgba(32, 30, 48, 0.6);
+ border-radius: 5px;
+ padding: 5px;
+ color: #201e30;
+ text-shadow: none; }
+
+.lightdm.button:active, .selection-mode.header-bar .lightdm.button.suggested-action:active, .selection-mode.toolbar .lightdm.button.suggested-action:active,
+.lightdm.button:active:focus,
+.lightdm.button:focus,
+.selection-mode.header-bar .lightdm.button.suggested-action:focus,
+.selection-mode.toolbar .lightdm.button.suggested-action:focus,
+.lightdm.entry {
+ background-image: none;
+ background-color: rgba(86, 86, 107, 0.3);
+ border-color: rgba(32, 30, 48, 0.6);
+ border-radius: 5px;
+ padding: 6px;
+ color: #201e30;
+ text-shadow: none; }
+
+.lightdm.entry:hover,
+.lightdm.entry:active,
+.lightdm.entry:active:focus {
+ background-image: none;
+ border-image: none; }
+
+.lightdm.entry:focus {
+ border-color: rgba(32, 30, 48, 0.6);
+ border-width: 1px;
+ border-style: solid;
+ color: #201e30; }
+
+.lightdm.entry:selected {
+ background-color: rgba(32, 30, 48, 0.2); }
+
+@keyframes dashentry_spinner {
+ to {
+ -gtk-icon-transform: rotate(1turn); } }
+
+.lightdm.entry:active {
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
+ animation: dashentry_spinner 1s infinite linear; }
+
+.lightdm.option-button {
+ background: none;
+ border-width: 0; }
+
+.lightdm.option-button:insensitive:insensitive {
+ background: none; }
+
+.lightdm.toggle-button {
+ background: none;
+ border-width: 0; }
+
+.lightdm.toggle-button.selected:hover {
+ background-color: rgba(32, 30, 48, 0.3);
+ border-color: rgba(32, 30, 48, 0.3);
+ border-width: 1px; }
+
+.lightdm.toggle-button.selected {
+ background-color: rgba(86, 86, 107, 0.3);
+ border-color: rgba(32, 30, 48, 0.3);
+ border-width: 1px; }
+
+/*********
+ ! Gedit *
+**********/
+GeditWindow .pane-separator {
+ border-width: 0 1px 0 0;
+ border-style: solid; }
+ GeditWindow .pane-separator, GeditWindow .pane-separator:hover {
+ border-color: #1c1a29;
+ background-color: #1f1d2e; }
+
+.gedit-document-panel {
+ background-color: #1f1d2e;
+ color: mix(#f0f0f3,#1f1d2e,0.1); }
+ .gedit-document-panel .list-row {
+ padding: 3px; }
+ .gedit-document-panel .list-row .button, .gedit-document-panel .list-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .list-row .button.suggested-action, .gedit-document-panel .list-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .list-row .button.suggested-action {
+ padding: 1px;
+ border-radius: 2px;
+ border-style: solid;
+ border-color: transparent;
+ border-width: 1px;
+ background-color: transparent;
+ background-image: none;
+ color: transparent;
+ icon-shadow: none; }
+ .gedit-document-panel .prelight-row .button, .gedit-document-panel .prelight-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .prelight-row .button.suggested-action, .gedit-document-panel .prelight-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .prelight-row .button.suggested-action {
+ border-color: rgba(86, 86, 107, 0.1);
+ color: rgba(32, 30, 48, 0.8); }
+ .gedit-document-panel .prelight-row .button:active {
+ border-color: rgba(86, 86, 107, 0.2);
+ background-color: rgba(86, 86, 107, 0.08);
+ color: #201e30; }
+ .gedit-document-panel list-row .button:hover, .gedit-document-panel list-row .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel list-row .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel .prelight-row .button:hover {
+ border-color: rgba(86, 86, 107, 0.1);
+ color: #201e30; }
+
+.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover {
+ border-top: 1px solid #1c1a29;
+ background-color: #1f1d2e; }
+
+.gedit-document-panel-document-row:hover {
+ background-color: #211e30; }
+
+.gedit-document-panel-dragged-row {
+ border: 1px solid rgba(86, 86, 107, 0.1);
+ background-color: rgba(86, 86, 107, 0.5);
+ color: #201e30; }
+
+.gedit-document-panel-placeholder-row {
+ border: 0;
+ background-color: rgba(86, 86, 107, 0.08);
+ transition: all 200ms ease-in; }
+
+GeditStatusbar {
+ border-top: 1px solid #191725; }
+
+GeditStatusbar GeditSmallButton, GeditStatusMenuButton {
+ text-shadow: none; }
+ GeditStatusbar GeditSmallButton .button, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action, GeditStatusMenuButton .button, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action {
+ border-style: solid;
+ border-width: 0 1px;
+ border-color: transparent;
+ border-radius: 0;
+ padding: 1px 6px 2px 4px; }
+ GeditStatusbar GeditSmallButton .button:hover, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .button:active:hover, GeditStatusMenuButton .button:hover, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .button:active:hover {
+ border-color: #191725; }
+ GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active {
+ background-color: #1d1c2c;
+ color: #f0f0f3; }
+
+GeditViewFrame .gedit-search-slider {
+ padding: 3px;
+ border-radius: 0 0 2px 2px;
+ border-width: 0 1px 1px;
+ border-style: solid;
+ border-color: #1e1c2e;
+ background-color: #26233a; }
+ GeditViewFrame .gedit-search-slider .not-found {
+ background-color: #eb6f92;
+ background-image: none;
+ color: #191724; }
+
+GeditFileBrowserWidget .toolbar {
+ padding: 1.5px;
+ border-top: 0;
+ background-color: #1f1d2e;
+ background-image: none; }
+
+.gedit-search-entry-occurrences-tag {
+ margin: 1.5px;
+ padding: 1.5px;
+ color: mix(#c5c3ce,#26233a,0.5); }
+
+/************
+ ! Nautilus *
+*************/
+.nautilus-desktop.nautilus-canvas-item {
+ color: #201e30;
+ text-shadow: 1px 1px #56566b; }
+ .nautilus-desktop.nautilus-canvas-item:active {
+ color: #f0f0f3; }
+ .nautilus-desktop.nautilus-canvas-item:selected {
+ color: #191724; }
+ .nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:hover, .nautilus-desktop.nautilus-canvas-item:selected {
+ text-shadow: none; }
+
+NautilusWindow .toolbar {
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #191725; }
+
+NautilusWindow .sidebar .frame {
+ border: 0; }
+
+NautilusWindow GtkPaned {
+ border-width: 0 1px 0 0;
+ border-style: solid; }
+ NautilusWindow GtkPaned, NautilusWindow GtkPaned:hover {
+ border-color: #1c1a29;
+ background-color: #1f1d2e; }
+
+NautilusNotebook.notebook {
+ border-right-width: 0;
+ border-left-width: 0;
+ border-bottom-width: 0; }
+
+NautilusNotebook .frame {
+ border: 0; }
+
+NautilusQueryEditor .toolbar {
+ padding-top: 2px;
+ padding-bottom: 1px;
+ border-width: 1px 0 0;
+ border-style: solid;
+ border-color: #1f1d2e;
+ background-color: #1c1a29; }
+ NautilusQueryEditor .toolbar:nth-child(2) {
+ border-color: #191725; }
+ NautilusQueryEditor .toolbar.search-bar {
+ border-top-width: 0;
+ border-bottom-width: 0; }
+ NautilusQueryEditor .toolbar:last-child, NautilusQueryEditor .toolbar:only-child, NautilusQueryEditor .toolbar.search-bar:last-child, NautilusQueryEditor .toolbar.search-bar:only-child {
+ border-bottom-width: 1px;
+ border-bottom-color: #191725; }
+
+/********
+ ! Nemo *
+*********/
+.nemo-desktop.nemo-canvas-item {
+ color: #201e30;
+ text-shadow: 1px 1px #56566b; }
+ .nemo-desktop.nemo-canvas-item:active {
+ color: #f0f0f3; }
+ .nemo-desktop.nemo-canvas-item:selected {
+ color: #191724; }
+ .nemo-desktop.nemo-canvas-item:active, .nemo-desktop.nemo-canvas-item:hover, .nemo-desktop.nemo-canvas-item:selected {
+ text-shadow: none; }
+
+NemoPathbarButton {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.32);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22);
+ -NemoPathbarButton-border-radius: 2px; }
+ NemoPathbarButton:focus, NemoPathbarButton:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.32),0.3); }
+ NemoPathbarButton:active, NemoPathbarButton:active:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover:focus, NemoPathbarButton:checked, NemoPathbarButton:checked:hover, NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.32); }
+ NemoPathbarButton:insensitive {
+ border-color: rgba(200, 200, 211, 0.32); }
+ NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.32); }
+ NemoPathbarButton.flat {
+ border-color: rgba(31, 29, 46, 0);
+ color: #f0f0f3;
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ NemoPathbarButton:hover, NemoPathbarButton.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.4);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ NemoPathbarButton:hover:focus, NemoPathbarButton:hover:hover, NemoPathbarButton.flat:hover:focus, NemoPathbarButton.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.4),0.3); }
+ NemoPathbarButton:hover:active, NemoPathbarButton:hover:active:hover, NemoPathbarButton:hover:active:focus, NemoPathbarButton:hover:active:hover:focus, NemoPathbarButton:hover:checked, NemoPathbarButton:hover:checked:hover, NemoPathbarButton:hover:checked:focus, NemoPathbarButton:hover:checked:hover:focus, NemoPathbarButton.flat:hover:active, NemoPathbarButton.flat:hover:active:hover, NemoPathbarButton.flat:hover:active:focus, NemoPathbarButton.flat:hover:active:hover:focus, NemoPathbarButton.flat:hover:checked, NemoPathbarButton.flat:hover:checked:hover, NemoPathbarButton.flat:hover:checked:focus, NemoPathbarButton.flat:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.4); }
+ NemoPathbarButton:hover:insensitive, NemoPathbarButton.flat:hover:insensitive {
+ border-color: rgba(200, 200, 211, 0.4); }
+ NemoPathbarButton:hover:active:insensitive, NemoPathbarButton:hover:checked:insensitive, NemoPathbarButton.flat:hover:active:insensitive, NemoPathbarButton.flat:hover:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.4); }
+ NemoPathbarButton:focus, NemoPathbarButton.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(240, 240, 243, 0.32);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ NemoPathbarButton:focus:hover, NemoPathbarButton.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ NemoPathbarButton:focus:hover:focus, NemoPathbarButton:focus:hover:hover, NemoPathbarButton.flat:focus:hover:focus, NemoPathbarButton.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.4),0.3); }
+ NemoPathbarButton:focus:hover:active, NemoPathbarButton:focus:hover:active:hover, NemoPathbarButton:focus:hover:active:focus, NemoPathbarButton:focus:hover:active:hover:focus, NemoPathbarButton:focus:hover:checked, NemoPathbarButton:focus:hover:checked:hover, NemoPathbarButton:focus:hover:checked:focus, NemoPathbarButton:focus:hover:checked:hover:focus, NemoPathbarButton.flat:focus:hover:active, NemoPathbarButton.flat:focus:hover:active:hover, NemoPathbarButton.flat:focus:hover:active:focus, NemoPathbarButton.flat:focus:hover:active:hover:focus, NemoPathbarButton.flat:focus:hover:checked, NemoPathbarButton.flat:focus:hover:checked:hover, NemoPathbarButton.flat:focus:hover:checked:focus, NemoPathbarButton.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.4); }
+ NemoPathbarButton:focus:hover:insensitive, NemoPathbarButton.flat:focus:hover:insensitive {
+ border-color: rgba(200, 200, 211, 0.4); }
+ NemoPathbarButton:focus:hover:active:insensitive, NemoPathbarButton:focus:hover:checked:insensitive, NemoPathbarButton.flat:focus:hover:active:insensitive, NemoPathbarButton.flat:focus:hover:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.4); }
+ NemoPathbarButton:checked, NemoPathbarButton:active, NemoPathbarButton.flat:checked, NemoPathbarButton.flat:active {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(240, 240, 243, 0.06), inset 0 1px rgba(240, 240, 243, 0.07), inset -1px 0 rgba(240, 240, 243, 0.06), inset 0 -1px rgba(240, 240, 243, 0.05); }
+ NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.32),0.3); }
+ NemoPathbarButton:checked:active, NemoPathbarButton:checked:active:hover, NemoPathbarButton:checked:active:focus, NemoPathbarButton:checked:active:hover:focus, NemoPathbarButton:checked:checked, NemoPathbarButton:checked:checked:hover, NemoPathbarButton:checked:checked:focus, NemoPathbarButton:checked:checked:hover:focus, NemoPathbarButton:active:active, NemoPathbarButton:active:active:hover, NemoPathbarButton:active:active:focus, NemoPathbarButton:active:active:hover:focus, NemoPathbarButton:active:checked, NemoPathbarButton:active:checked:hover, NemoPathbarButton:active:checked:focus, NemoPathbarButton:active:checked:hover:focus, NemoPathbarButton.flat:checked:active, NemoPathbarButton.flat:checked:active:hover, NemoPathbarButton.flat:checked:active:focus, NemoPathbarButton.flat:checked:active:hover:focus, NemoPathbarButton.flat:checked:checked, NemoPathbarButton.flat:checked:checked:hover, NemoPathbarButton.flat:checked:checked:focus, NemoPathbarButton.flat:checked:checked:hover:focus, NemoPathbarButton.flat:active:active, NemoPathbarButton.flat:active:active:hover, NemoPathbarButton.flat:active:active:focus, NemoPathbarButton.flat:active:active:hover:focus, NemoPathbarButton.flat:active:checked, NemoPathbarButton.flat:active:checked:hover, NemoPathbarButton.flat:active:checked:focus, NemoPathbarButton.flat:active:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.32); }
+ NemoPathbarButton:checked:insensitive, NemoPathbarButton:active:insensitive, NemoPathbarButton.flat:checked:insensitive, NemoPathbarButton.flat:active:insensitive {
+ border-color: rgba(200, 200, 211, 0.32); }
+ NemoPathbarButton:checked:active:insensitive, NemoPathbarButton:checked:checked:insensitive, NemoPathbarButton:active:active:insensitive, NemoPathbarButton:active:checked:insensitive, NemoPathbarButton.flat:checked:active:insensitive, NemoPathbarButton.flat:checked:checked:insensitive, NemoPathbarButton.flat:active:active:insensitive, NemoPathbarButton.flat:active:checked:insensitive {
+ border-color: rgba(186, 186, 200, 0.32); }
+ NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ NemoPathbarButton:focus, NemoPathbarButton:hover, NemoPathbarButton.flat:focus, NemoPathbarButton.flat:hover {
+ color: #f0f0f3; }
+ NemoPathbarButton:insensitive:insensitive, NemoPathbarButton.flat:insensitive:insensitive {
+ background-color: alpha(mix(#1f1d2e,#f0f0f3,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#1f1d2e,#f0f0f3,0.6);
+ box-shadow: none; }
+ NemoPathbarButton:insensitive:insensitive :insensitive, NemoPathbarButton.flat:insensitive:insensitive :insensitive {
+ color: mix(#1f1d2e,#f0f0f3,0.6); }
+ NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ NemoPathbarButton:active:insensitive:insensitive, NemoPathbarButton:checked:insensitive:insensitive {
+ color: rgba(25, 23, 36, 0.85); }
+ NemoPathbarButton.separator, NemoPathbarButton .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ NemoPathbarButton.separator:insensitive, NemoPathbarButton .separator:insensitive {
+ color: rgba(31, 29, 46, 0.85); }
+
+NemoPlacesTreeView {
+ -NemoPlacesTreeView-disk-full-bg-color: #191725;
+ -NemoPlacesTreeView-disk-full-fg-color: #c4a7e7;
+ -NemoPlacesTreeView-disk-full-bar-width: 1px;
+ -NemoPlacesTreeView-disk-full-bar-radius: 1px;
+ -NemoPlacesTreeView-disk-full-bottom-padding: 2px;
+ -NemoPlacesTreeView-disk-full-max-length: 70px; }
+ NemoPlacesTreeView:selected {
+ -NemoPlacesTreeView-disk-full-bg-color: #191724;
+ -NemoPlacesTreeView-disk-full-fg-color: #eee6f8; }
+
+NemoWindow .nemo-inactive-pane .view, NemoWindow .nemo-inactive-pane GtkHTML, NemoWindow .nemo-inactive-pane iconview {
+ background-color: mix(#26233a,#c5c3ce,0.12);
+ color: #c5c3ce; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+UnityPanelWidget, .unity-panel, .xfce4-panel, WnckPager, WnckTasklist, PanelAppletFrame, PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem, PanelSeparator, PanelWidget, PanelApplet, PanelToplevel {
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4; }
+
+.xfce4-panel .button, .xfce4-panel .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .xfce4-panel .button.suggested-action, .xfce4-panel .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .xfce4-panel .button.suggested-action, PanelApplet .button, PanelApplet .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar PanelApplet .button.suggested-action, PanelApplet .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar PanelApplet .button.suggested-action {
+ border-width: 0 1px;
+ border-radius: 0;
+ border-color: transparent;
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ .xfce4-panel .button:hover, .xfce4-panel .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .xfce4-panel .button.suggested-action:hover, .xfce4-panel .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .xfce4-panel .button.suggested-action:hover, PanelApplet .button:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:hover {
+ background-color: mix(#191724,#e0def4,0.11);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.11);
+ color: #fafafd; }
+ .xfce4-panel .button:active, .xfce4-panel .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .xfce4-panel .button.suggested-action:active, .xfce4-panel .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .xfce4-panel .button.suggested-action:active, PanelApplet .button:active, PanelApplet .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar PanelApplet .button.suggested-action:active, PanelApplet .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar PanelApplet .button.suggested-action:active, .xfce4-panel .button:checked, .xfce4-panel .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .xfce4-panel .button.suggested-action:checked, .xfce4-panel .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .xfce4-panel .button.suggested-action:checked, PanelApplet .button:checked, PanelApplet .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar PanelApplet .button.suggested-action:checked, PanelApplet .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar PanelApplet .button.suggested-action:checked {
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.21);
+ color: #fafafd; }
+ .xfce4-panel .button:active:hover, PanelApplet .button:active:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:active:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:active:hover, .xfce4-panel .button:checked:hover, PanelApplet .button:checked:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:checked:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:checked:hover {
+ background-color: mix(#191724,#e0def4,0.31);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.31); }
+
+PanelWidget, PanelApplet, PanelToplevel {
+ padding: 0; }
+
+PanelApplet {
+ border: 0; }
+ PanelApplet .button, PanelApplet .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar PanelApplet .button.suggested-action, PanelApplet .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar PanelApplet .button.suggested-action {
+ -GtkButton-inner-border: 2; }
+
+PanelSeparator {
+ border: 0; }
+
+PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem {
+ border: 0;
+ -PanelMenuBar-icon-visible: true; }
+
+PanelAppletFrame {
+ border: 0; }
+
+/************
+ ! Synaptic *
+*************/
+GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
+ background-color: #1f1d2e;
+ background-image: none;
+ padding: 3px;
+ border: 0;
+ color: #f0f0f3; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/***************
+ ! Xfce styles *
+****************/
+XfceHeading {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background-image: none;
+ background-color: #26233a;
+ color: #c5c3ce; }
+
+.xfce4-panel {
+ font: normal; }
+ .xfce4-panel .menu {
+ -gtk-image-effect: none; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/****************
+ ! Unity styles *
+*****************/
+UnityDecoration {
+ -UnityDecoration-extents: 28px 1px 1px 1px;
+ -UnityDecoration-input-extents: 10px;
+ -UnityDecoration-shadow-offset-x: 1px;
+ -UnityDecoration-shadow-offset-y: 1px;
+ -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.7);
+ -UnityDecoration-active-shadow-radius: 8px;
+ -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5);
+ -UnityDecoration-inactive-shadow-radius: 5px;
+ -UnityDecoration-glow-size: 10px;
+ -UnityDecoration-glow-color: #c4a7e7;
+ -UnityDecoration-title-indent: 10px;
+ -UnityDecoration-title-fade: 35px;
+ -UnityDecoration-title-alignment: 0; }
+ UnityDecoration.top {
+ border: 1px solid mix(#121019,#e0def4,0.21);
+ border-bottom: 0;
+ border-radius: 2px 2px 0 0;
+ padding: 1px 8px 0 8px;
+ background-color: #191724;
+ color: #e0def4;
+ text-shadow: none; }
+ UnityDecoration.top:backdrop {
+ border: 1px solid mix(#161420,mix(#f0f0f3,#1f1d2e,0.4),0.12);
+ border-bottom: 0;
+ background-color: #1f1d2e;
+ color: mix(#f0f0f3,#1f1d2e,0.4); }
+ UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom {
+ background-color: mix(#121019,#e0def4,0.21); }
+ UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
+ background-color: mix(#161420,mix(#f0f0f3,#1f1d2e,0.4),0.12); }
+
+UnityPanelWidget, .unity-panel {
+ border: 0; }
+
+.unity-panel.menuitem, .unity-panel .menuitem {
+ border-width: 0 1px;
+ color: #e0def4; }
+ .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover {
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+
+SheetStyleDialog.unity-force-quit {
+ background-color: #1f1d2e; }
+
+/***********************
+ ! LightDM GTK Greeter *
+ ***********************/
+#panel_window {
+ background-color: transparent;
+ background-image: none;
+ color: #201e30;
+ font: bold;
+ text-shadow: 0 1px rgba(86, 86, 107, 0.5);
+ icon-shadow: 0 1px rgba(86, 86, 107, 0.5); }
+ #panel_window .menubar, #panel_window .menubar > .menuitem {
+ background-color: transparent;
+ background-image: none;
+ color: #201e30;
+ font: bold;
+ text-shadow: 0 1px rgba(86, 86, 107, 0.5);
+ icon-shadow: 0 1px rgba(86, 86, 107, 0.5); }
+ #panel_window .menubar *:hover, #panel_window .menubar > .menuitem *:hover {
+ color: #201e30; }
+ #panel_window .menubar:hover, #panel_window .menubar > .menuitem:hover {
+ border-style: none;
+ background-color: rgba(32, 30, 48, 0.2);
+ background-image: none;
+ color: #201e30; }
+ #panel_window .menubar:insensitive, #panel_window .menubar > .menuitem:insensitive {
+ color: rgba(32, 30, 48, 0.7); }
+ #panel_window .menubar .menu, #panel_window .menubar > .menuitem .menu {
+ border-radius: 1px; }
+ #panel_window .menubar .menu .menuitem, #panel_window .menubar > .menuitem .menu .menuitem {
+ font: normal;
+ text-shadow: none; }
+
+#content_frame {
+ padding-bottom: 14px; }
+
+#login_window, #shutdown_dialog, #restart_dialog {
+ border-style: none;
+ border-radius: 2px;
+ background-color: #191724;
+ color: #e0def4;
+ /* draw border using box-shadow */
+ box-shadow: inset 1px 0 mix(#121019,#e0def4,0.21), inset -1px 0 mix(#121019,#e0def4,0.21), inset 0 1px mix(#121019,#e0def4,0.21), inset 0 -1px mix(#121019,#e0def4,0.21); }
+ #login_window .button, #shutdown_dialog .button, #restart_dialog .button {
+ padding: 3px 15px;
+ border-width: 1px;
+ border-radius: 2px;
+ border-style: solid;
+ border-color: #14121d;
+ background-color: #1b1927;
+ background-image: none;
+ color: #e0def4;
+ transition: all 150ms ease-out; }
+ #login_window .button.default, #login_window .button:focus, #login_window .button:active:focus, #shutdown_dialog .button.default, #shutdown_dialog .button:focus, #shutdown_dialog .button:active:focus, #restart_dialog .button.default, #restart_dialog .button:focus, #restart_dialog .button:active:focus {
+ border-color: #9a68d6;
+ background-color: #d5c0ee;
+ background-image: none;
+ color: #191724; }
+ #login_window .button.default:hover, #login_window .button:focus:hover, #login_window .button:active:focus:hover, #shutdown_dialog .button.default:hover, #shutdown_dialog .button:focus:hover, #shutdown_dialog .button:active:focus:hover, #restart_dialog .button.default:hover, #restart_dialog .button:focus:hover, #restart_dialog .button:active:focus:hover {
+ border-color: #8549cd;
+ background-color: #c4a7e7; }
+
+#login_window .menu {
+ border-radius: 1px; }
+
+#login_window GtkComboBox .button, #login_window GtkComboBox .button:hover, #login_window GtkComboBox .button:active, #login_window GtkComboBox .button:active:hover, #login_window GtkComboBox .button:focus, #login_window GtkComboBox .button:hover:focus, #login_window GtkComboBox .button:active:focus, #login_window GtkComboBox .button:active:hover:focus {
+ padding: 0;
+ background: none;
+ border-style: none;
+ box-shadow: none; }
+
+#login_window .entry {
+ padding: 3px 5px;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #14121d;
+ border-radius: 2px;
+ background-color: #171520;
+ background-image: none;
+ color: #e0def4;
+ box-shadow: none;
+ transition: all 150ms ease-out; }
+ #login_window .entry:focus, #login_window .entry:hover {
+ border-color: #121019;
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.1), inset 0 1px rgba(43, 43, 54, 0.12), inset -1px 0 rgba(43, 43, 54, 0.1), inset 0 -1px rgba(43, 43, 54, 0.05); }
+
+#user_combobox {
+ color: #e0def4;
+ font: 18px; }
+ #user_combobox .menu {
+ font: normal; }
+ #user_combobox .arrow {
+ color: mix(#e0def4,#191724,0.5); }
+
+#user_image {
+ padding: 3px;
+ border-radius: 2px;
+ /* draw border using box-shadow */
+ box-shadow: inset 1px 0 #121019, inset -1px 0 #121019, inset 0 1px #121019, inset 0 -1px #121019; }
+
+#user_image_border {
+ border-radius: 2px;
+ background-color: #171520;
+ background-image: none;
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.07), inset 0 1px rgba(43, 43, 54, 0.08), inset -1px 0 rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+
+#buttonbox_frame {
+ padding-top: 10px;
+ padding-bottom: 0;
+ border-style: none;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+
+/* shutdown button */
+#shutdown_button {
+ border-color: #e33264;
+ background-color: #ee87a4;
+ background-image: none;
+ color: #191724; }
+ #shutdown_button:hover, #shutdown_button:active, #shutdown_button:active:hover {
+ border-color: #d51e51;
+ background-color: #eb6f92; }
+
+/* restart button */
+#restart_button {
+ border-color: #f1a233;
+ background-color: #f8cd92;
+ background-image: none;
+ color: #191724; }
+ #restart_button:hover, #restart_button:active, #restart_button:active:hover {
+ border-color: #ef9210;
+ background-color: #f6c177; }
+
+/* password warning */
+#greeter_infobar {
+ font: bold; }
+
+/**********************
+ ! Genome Terminal *
+***********************/
+VteTerminal {
+ background-color: #191724;
+ color: #e0def4; }
+
+TerminalWindow .scrollbars-junction {
+ background-color: #191724; }
+
+TerminalWindow .scrollbar.trough {
+ background-color: #191724; }
+
+TerminalWindow .scrollbar.button, TerminalWindow .selection-mode.header-bar .scrollbar.button.suggested-action, .selection-mode.header-bar TerminalWindow .scrollbar.button.suggested-action, TerminalWindow .selection-mode.toolbar .scrollbar.button.suggested-action, .selection-mode.toolbar TerminalWindow .scrollbar.button.suggested-action {
+ color: #0f0e16; }
+ TerminalWindow .scrollbar.button:active, TerminalWindow .selection-mode.header-bar .scrollbar.button.suggested-action:active, .selection-mode.header-bar TerminalWindow .scrollbar.button.suggested-action:active, TerminalWindow .selection-mode.toolbar .scrollbar.button.suggested-action:active, .selection-mode.toolbar TerminalWindow .scrollbar.button.suggested-action:active {
+ color: #0f0e16; }
+ TerminalWindow .scrollbar.button:active:hover {
+ color: #0f0e16; }
+
+TerminalWindow .scrollbar.slider {
+ border-color: mix(#16141f,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21); }
+ TerminalWindow .scrollbar.slider:hover {
+ border-color: mix(#16141f,#e0def4,0.31);
+ background-color: mix(#191724,#e0def4,0.31); }
+ TerminalWindow .scrollbar.slider.vertical:hover {
+ border-color: mix(#16141f,#e0def4,0.31);
+ background-color: mix(#191724,#e0def4,0.31); }
+ TerminalWindow .scrollbar.slider.vertical:active {
+ border-color: #af88de;
+ background-color: #c4a7e7; }
+ TerminalWindow .scrollbar.slider:active {
+ border-color: #af88de;
+ background-color: #c4a7e7; }
+
+TerminalWindow GtkNotebook.notebook {
+ border-right-width: 0;
+ border-bottom-width: 0;
+ border-left-width: 0; }
+
+TerminalNotebook.notebook {
+ padding: 0;
+ border-width: 1px 0 0;
+ border-style: solid;
+ border-color: #121019;
+ border-radius: 0;
+ background-color: #191724;
+ background-image: none;
+ background-clip: border-box;
+ color: #e0def4;
+ -GtkNotebook-initial-gap: 0;
+ -GtkNotebook-arrow-spacing: 5;
+ -GtkNotebook-tab-curvature: 0;
+ -GtkNotebook-tab-overlap: 1;
+ -GtkNotebook-has-tab-gap: false; }
+ TerminalNotebook.notebook.frame {
+ border-width: 1px; }
+ TerminalNotebook.notebook.header {
+ border-width: 0;
+ background-color: #15141f; }
+ TerminalNotebook.notebook.header.frame {
+ border-color: mix(#c4a7e7,#191724,0.3); }
+ TerminalNotebook.notebook.header.frame.top {
+ border-width: 1px 1px 0 1px; }
+ TerminalNotebook.notebook.header.frame.right {
+ border-width: 1px 1px 1px 0; }
+ TerminalNotebook.notebook.header.frame.bottom {
+ border-width: 0 1px 1px 1px; }
+ TerminalNotebook.notebook.header.frame.left {
+ border-width: 1px 0 1px 1px; }
+ TerminalNotebook.notebook GtkViewport {
+ border-width: 0;
+ background-color: #191724;
+ color: #e0def4; }
+ TerminalNotebook.notebook tab {
+ padding: 4px 6px;
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ /* close button styling */ }
+ TerminalNotebook.notebook tab:active {
+ background-color: transparent;
+ background-image: none; }
+ TerminalNotebook.notebook tab.top {
+ border-bottom-width: 2px;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ TerminalNotebook.notebook tab.top:hover {
+ border-bottom-color: rgba(196, 167, 231, 0.3); }
+ TerminalNotebook.notebook tab.top:active {
+ border-bottom-color: #c4a7e7; }
+ TerminalNotebook.notebook tab.right {
+ border-left-width: 2px;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ TerminalNotebook.notebook tab.right:hover {
+ border-left-color: rgba(196, 167, 231, 0.3); }
+ TerminalNotebook.notebook tab.right:active {
+ border-left-color: #c4a7e7; }
+ TerminalNotebook.notebook tab.bottom {
+ border-top-width: 2px;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0; }
+ TerminalNotebook.notebook tab.bottom:hover {
+ border-top-color: rgba(196, 167, 231, 0.3); }
+ TerminalNotebook.notebook tab.bottom:active {
+ border-top-color: #c4a7e7; }
+ TerminalNotebook.notebook tab.left {
+ border-right-width: 2px;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ TerminalNotebook.notebook tab.left:hover {
+ border-right-color: rgba(196, 167, 231, 0.3); }
+ TerminalNotebook.notebook tab.left:active {
+ border-right-color: #c4a7e7; }
+ TerminalNotebook.notebook tab GtkLabel {
+ color: mix(#e0def4,#191724,0.3); }
+ TerminalNotebook.notebook tab.reorderable-page:hover {
+ background-color: #15141f;
+ border-left: 0;
+ border-right: 0;
+ /* using box shadows instead of borders due to slanted edges */
+ box-shadow: inset 0 3px rgba(86, 86, 107, 0.03), inset 0 2px rgba(86, 86, 107, 0.03), inset 0 1px rgba(86, 86, 107, 0.03), inset 1px 0 #121019, inset -1px 0 #121019; }
+ TerminalNotebook.notebook tab.reorderable-page:active {
+ background-color: #171520;
+ border-left: 0;
+ border-right: 0;
+ box-shadow: inset 0 3px rgba(86, 86, 107, 0.03), inset 0 2px rgba(86, 86, 107, 0.03), inset 0 1px rgba(86, 86, 107, 0.03), inset 1px 0 #13111b, inset -1px 0 #13111b; }
+ TerminalNotebook.notebook tab .button, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:hover {
+ padding: 1px;
+ border-width: 1px;
+ border-radius: 2px;
+ border-style: solid;
+ border-color: transparent;
+ background-image: none;
+ background-color: transparent;
+ color: mix(#e0def4,#191724,0.5); }
+ TerminalNotebook.notebook tab .button:hover, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:hover, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:hover {
+ color: #e0def4;
+ border-color: #14121d; }
+ TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:active, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:checked, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:checked, TerminalNotebook.notebook tab .button:active:hover, TerminalNotebook.notebook tab .button:checked:hover {
+ border-color: #121019;
+ background-color: #181622; }
+ TerminalNotebook.notebook .prelight-page, TerminalNotebook.notebook .prelight-page GtkLabel {
+ color: mix(#e0def4,#191724,0.15); }
+ TerminalNotebook.notebook .active-page, TerminalNotebook.notebook .active-page GtkLabel {
+ color: #e0def4; }
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/gtk-dark.css b/local/share/themes/rose-pine-gtk/gtk-3.0/gtk-dark.css
new file mode 100644
index 00000000..b00626d6
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/gtk-dark.css
@@ -0,0 +1 @@
+@import url("resource:///org/numixproject/gtk/dist/gtk-dark.css");
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/gtk.css b/local/share/themes/rose-pine-gtk/gtk-3.0/gtk.css
new file mode 100644
index 00000000..c6eab95d
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/gtk.css
@@ -0,0 +1 @@
+@import url("resource:///org/numixproject/gtk/dist/gtk.css");
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/gtk.gresource b/local/share/themes/rose-pine-gtk/gtk-3.0/gtk.gresource
new file mode 100644
index 00000000..efc6d628
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/gtk.gresource differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/gtk.gresource.xml b/local/share/themes/rose-pine-gtk/gtk-3.0/gtk.gresource.xml
new file mode 100644
index 00000000..8281d702
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.0/gtk.gresource.xml
@@ -0,0 +1,48 @@
+
+
+
+ assets/checkbox-checked-dark.svg
+ assets/checkbox-checked-insensitive-dark.svg
+ assets/checkbox-checked-insensitive.svg
+ assets/checkbox-checked.svg
+ assets/checkbox-mixed-dark.svg
+ assets/checkbox-mixed-insensitive-dark.svg
+ assets/checkbox-mixed-insensitive.svg
+ assets/checkbox-mixed.svg
+ assets/checkbox-unchecked-dark.svg
+ assets/checkbox-unchecked-insensitive-dark.svg
+ assets/checkbox-unchecked-insensitive.svg
+ assets/checkbox-unchecked.svg
+ assets/grid-selection-checked-dark.svg
+ assets/grid-selection-checked.svg
+ assets/grid-selection-unchecked-dark.svg
+ assets/grid-selection-unchecked.svg
+ assets/menuitem-checkbox-checked-hover.svg
+ assets/menuitem-checkbox-checked-insensitive.svg
+ assets/menuitem-checkbox-checked.svg
+ assets/menuitem-checkbox-unchecked.svg
+ assets/menuitem-checkbox-mixed-hover.svg
+ assets/menuitem-checkbox-mixed-insensitive.svg
+ assets/menuitem-checkbox-mixed.svg
+ assets/menuitem-radio-checked-hover.svg
+ assets/menuitem-radio-checked-insensitive.svg
+ assets/menuitem-radio-checked.svg
+ assets/menuitem-radio-unchecked.svg
+ assets/radio-checked-dark.svg
+ assets/radio-checked-insensitive-dark.svg
+ assets/radio-checked-insensitive.svg
+ assets/radio-checked.svg
+ assets/radio-mixed-dark.svg
+ assets/radio-mixed-insensitive-dark.svg
+ assets/radio-mixed-insensitive.svg
+ assets/radio-mixed.svg
+ assets/radio-unchecked-dark.svg
+ assets/radio-unchecked-insensitive-dark.svg
+ assets/radio-unchecked-insensitive.svg
+ assets/radio-unchecked.svg
+ assets/pane-handle.png
+ assets/pane-handle@2.png
+ dist/gtk.css
+ dist/gtk-dark.css
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.0/thumbnail.png b/local/share/themes/rose-pine-gtk/gtk-3.0/thumbnail.png
new file mode 100644
index 00000000..9dba2661
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.0/thumbnail.png differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/._assets b/local/share/themes/rose-pine-gtk/gtk-3.20/._assets
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/._assets differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/._dist b/local/share/themes/rose-pine-gtk/gtk-3.20/._dist
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/._dist differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk-dark.css b/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk-dark.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk-dark.css differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk.css b/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk.css differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk.gresource b/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk.gresource
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk.gresource differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk.gresource.xml b/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk.gresource.xml
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/._gtk.gresource.xml differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/._thumbnail.png b/local/share/themes/rose-pine-gtk/gtk-3.20/._thumbnail.png
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/._thumbnail.png differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/assets b/local/share/themes/rose-pine-gtk/gtk-3.20/assets
new file mode 120000
index 00000000..ec2e4be2
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.20/assets
@@ -0,0 +1 @@
+../assets
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/dist/._gtk-dark.css b/local/share/themes/rose-pine-gtk/gtk-3.20/dist/._gtk-dark.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/dist/._gtk-dark.css differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/dist/._gtk.css b/local/share/themes/rose-pine-gtk/gtk-3.20/dist/._gtk.css
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/dist/._gtk.css differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/dist/gtk-dark.css b/local/share/themes/rose-pine-gtk/gtk-3.20/dist/gtk-dark.css
new file mode 100644
index 00000000..4de7ec67
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.20/dist/gtk-dark.css
@@ -0,0 +1,8505 @@
+/*$dark_shadow: #000;*/
+/*$light_shadow: #fff;*/
+/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/
+/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/
+/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/
+/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/
+/*$dark_shadow: #000;*/
+/*$light_shadow: #fff;*/
+/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/
+/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/
+/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/
+/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/
+/* dark color scheme */
+@define-color dark_bg_color #191724;
+@define-color dark_fg_color #e0def4;
+/* colormap actually used by the theme, to be overridden in other css files */
+@define-color theme_bg_color #f0f0f3;
+@define-color theme_fg_color #1f1d2e;
+@define-color theme_base_color #c5c3ce;
+@define-color text_view_bg #c5c3ce;
+/*workaround for new vte versions */
+@define-color theme_text_color #26233a;
+@define-color theme_selected_bg_color #c4a7e7;
+@define-color theme_selected_fg_color #191724;
+@define-color theme_tooltip_bg_color #1f1d2e;
+@define-color theme_tooltip_fg_color #f0f0f3;
+/* shadow effects */
+@define-color light_shadow #f1f1f4;
+@define-color dark_shadow #060609;
+/* misc colors used by gtk+ */
+@define-color info_fg_color #191724;
+@define-color info_bg_color #9ccfd8;
+@define-color warning_fg_color #191724;
+@define-color warning_bg_color #f6c177;
+@define-color question_fg_color #191724;
+@define-color question_bg_color #9ccfd8;
+@define-color error_fg_color #191724;
+@define-color error_bg_color #eb6f92;
+@define-color link_color #9ccfd8;
+@define-color success_color #ebbcba;
+@define-color warning_color #f6c177;
+@define-color error_color #eb6f92;
+/* widget colors */
+@define-color titlebar_bg_focused @dark_bg_color;
+@define-color titlebar_bg_unfocused @theme_bg_color;
+@define-color titlebar_fg_focused @dark_fg_color;
+@define-color titlebar_fg_unfocused mix(#1f1d2e,#f0f0f3,0.4);
+@define-color menubar_bg_color @dark_bg_color;
+@define-color menubar_fg_color @dark_fg_color;
+@define-color toolbar_bg_color @theme_bg_color;
+@define-color toolbar_fg_color @theme_fg_color;
+@define-color menu_bg_color @dark_bg_color;
+@define-color menu_fg_color @dark_fg_color;
+@define-color panel_bg_color @dark_bg_color;
+@define-color panel_fg_color @dark_fg_color;
+@define-color borders mix(#f0f0f3,#1f1d2e,0.1);
+@define-color unfocused_borders mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9);
+@define-color button_bg_color #e0def4;
+@define-color button_fg_color #191724;
+@define-color header_button_bg_color #1f1d2e;
+@define-color header_button_fg_color #e0def4;
+@define-color insensitive_bg_color mix(#f0f0f3,#c5c3ce,0.6);
+@define-color insensitive_fg_color mix(#1f1d2e,#f0f0f3,0.5);
+/* osd */
+@define-color osd_base #191724;
+@define-color osd_bg rgba(25, 23, 36, 0.8);
+@define-color osd_fg #e0def4;
+@define-color osd_insensitive_bg_color mix(#e0def4,rgba(25, 23, 36, 0.8),0.5);
+@define-color osd_insensitive_fg_color mix(#e0def4,#191724,0.6);
+@define-color osd_borders_color rgba(21, 20, 31, 0.8);
+/* lightdm greeter colors */
+@define-color lightdm_bg_color #191724;
+@define-color lightdm_fg_color #e0def4;
+/* widget text/foreground color on backdrop windows */
+@define-color theme_unfocused_fg_color mix(#1f1d2e,#f0f0f3,0.5);
+/* text color for entries, views and content in general on backdrop windows */
+@define-color theme_unfocused_text_color #26233a;
+/* widget base background color on backdrop windows */
+@define-color theme_unfocused_bg_color #f0f0f3;
+/* text widgets and the like base background color on backdrop windows */
+@define-color theme_unfocused_base_color #c5c3ce;
+/* base background color of selections on backdrop windows */
+@define-color theme_unfocused_selected_bg_color #c4a7e7;
+/* text/foreground color of selections on backdrop windows */
+@define-color theme_unfocused_selected_fg_color #191724;
+/* insensitive color on backdrop windows*/
+@define-color unfocused_insensitive_color white;
+/* window manager colors */
+@define-color wm_bg_focused #191724;
+@define-color wm_bg_unfocused #f0f0f3;
+@define-color wm_border_focused #c4a7e7;
+@define-color wm_border_unfocused #191724;
+@define-color wm_title_focused #e0def4;
+@define-color wm_title_unfocused mix(#1f1d2e,#f0f0f3,0.4);
+@define-color wm_icons_focused #e0def4;
+@define-color wm_icons_focused_prelight #c4a7e7;
+@define-color wm_icons_focused_pressed #9a68d6;
+@define-color wm_icons_unfocused mix(#1f1d2e,#f0f0f3,0.4);
+@define-color wm_icons_unfocused_prelight #c4a7e7;
+@define-color wm_icons_unfocused_pressed #9a68d6;
+/**************
+ ! GTK settings
+***************/
+* {
+ -GtkWindow-resize-grip-height: 0;
+ -GtkWindow-resize-grip-width: 0;
+ -WnckTasklist-fade-overlay-rect: 0;
+ -GtkWidget-cursor-aspect-ratio: 0.04;
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-style: dashed;
+ outline-width: 1px;
+ outline-offset: -1px;
+ -gtk-outline-radius: 2px; }
+
+/*************
+ ! Base states
+ *************/
+GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+
+* {
+ /* hyperlinks */
+ -GtkIMHtml-hyperlink-color: #9ccfd8; }
+ *:disabled, *:disabled:disabled {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ *:disabled, *:disabled {
+ -gtk-icon-effect: dim; }
+ *:hover {
+ -gtk-icon-effect: highlight; }
+ *:link, *:visited {
+ color: #9ccfd8; }
+
+.background {
+ background-color: #f0f0f3;
+ color: #1f1d2e; }
+ .background:backdrop {
+ text-shadow: none;
+ -gtk-icon-shadow: none; }
+ .background.csd {
+ background-color: #f0f0f3; }
+
+.gtkstyle-fallback {
+ background-color: rgba(240, 240, 243, 0.5);
+ color: #1f1d2e; }
+ .gtkstyle-fallback:hover {
+ background-color: white;
+ color: #1f1d2e; }
+ .gtkstyle-fallback:active {
+ background-color: #d5d5de;
+ color: #1f1d2e; }
+ .gtkstyle-fallback:disabled {
+ background-color: #efeff2;
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+
+image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled {
+ background-color: transparent; }
+
+label.separator {
+ color: #1f1d2e; }
+ label.separator:backdrop {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+
+label selection {
+ background-color: #c4a7e7;
+ color: #191724; }
+
+label:disabled {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ label:disabled:backdrop {
+ color: white; }
+
+label:backdrop {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+
+assistant .sidebar {
+ background-color: #c5c3ce;
+ border-top: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ assistant .sidebar:backdrop {
+ background-color: #c5c3ce;
+ border-color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9); }
+
+assistant.csd .sidebar {
+ border-top-style: none; }
+
+assistant .sidebar label {
+ padding: 3px 6px; }
+
+assistant .sidebar label.highlight {
+ background-color: mix(#1f1d2e,#f0f0f3,0.8); }
+
+/*********
+ ! Buttons
+**********/
+@keyframes needs_attention {
+ from {
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#c4a8e7), to(transparent)); }
+ to {
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#c4a7e7), to(transparent)); } }
+
+stacksidebar row.needs-attention > label {
+ animation: needs_attention 150ms ease-in;
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#c4a8e7), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(242, 242, 244, 0.769231)), to(transparent));
+ background-size: 6px 6px, 6px 6px;
+ background-repeat: no-repeat;
+ background-position: right 3px, right 2px; }
+ stacksidebar row.needs-attention > label:backdrop {
+ background-size: 6px 6px, 0 0; }
+ stacksidebar row.needs-attention > label:dir(rtl) {
+ background-position: left 3px, left 2px; }
+
+#restart_button button, #shutdown_button button, #login_window button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button, treeview.view header button:active, treeview.view header button:hover, treeview.view header button, .osd spinbutton.vertical button:first-child, .osd spinbutton:not(.vertical) button, .osd button, button.osd,
+#XfceNotifyWindow button, frame.app-notification button, popover.background button, infobar.error button, infobar.question button, infobar.warning button, infobar.info button, headerbar.selection-mode button,
+.titlebar.selection-mode:not(headerbar) button, .destructive-action, .suggested-action, headerbar.selection-mode button.suggested-action, toolbar.inline-toolbar button, toolbar button, .titlebar:not(headerbar) button, headerbar button, button, button.nautilus-circular-button.image-button {
+ min-height: 20px;
+ min-width: 20px;
+ padding: 3px;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ -gtk-outline-radius: 1.8px;
+ transition: 150ms ease;
+ outline-color: transparent; }
+ #restart_button button.text-button, #shutdown_button button.text-button, #login_window button.text-button, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat.nautilus-circular-button.image-button, treeview.view header button.text-button, .osd spinbutton.vertical button.text-button:first-child, .osd spinbutton:not(.vertical) button.text-button,
+ #XfceNotifyWindow button.text-button, frame.app-notification button.text-button, popover.background button.text-button, infobar.error button.text-button, infobar.question button.text-button, infobar.warning button.text-button, infobar.info button.text-button, headerbar.selection-mode button.text-button,
+ .titlebar:not(headerbar).selection-mode button.text-button, .text-button.destructive-action, .text-button.suggested-action, toolbar.inline-toolbar button.text-button, button.text-button, button.text-button.nautilus-circular-button.image-button {
+ padding: 3px 3.4285714286px; }
+
+notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, modelbutton.flat,
+menuitem.button.flat, menu menuitem calendar.button:hover,
+.menu menuitem calendar.button:hover,
+.context-menu menuitem calendar.button:hover, menu menuitem calendar.button,
+.menu menuitem calendar.button,
+.context-menu menuitem calendar.button, calendar.button:disabled, calendar.button:backdrop, calendar.button:hover, calendar.button, calendar.view, calendar.view:backdrop {
+ border-color: transparent;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+
+toolbar.inline-toolbar toolbutton > button.flat:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton:not(.vertical) button:dir(rtl) {
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+toolbar.inline-toolbar toolbutton > button.flat:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), spinbutton:not(.vertical) button, spinbutton:not(.vertical) button.nautilus-circular-button.image-button {
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+.linked.vertical > combobox > box > button.combo {
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+ .linked.vertical > combobox > box > button.combo:dir(rtl) {
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+toolbar.inline-toolbar toolbutton:first-child > button.flat, .linked:not(.vertical) > combobox:first-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:first-child, popover.background .linked > button:first-child, headerbar.selection-mode viewswitcher button:first-child, toolbar.inline-toolbar toolbutton > button.flat:first-child, toolbar viewswitcher button:first-child, toolbar viewswitcher button.nautilus-circular-button.image-button:first-child,
+toolbar .linked > button:first-child, .titlebar:not(headerbar) viewswitcher button:first-child, headerbar viewswitcher button:first-child, headerbar viewswitcher button.nautilus-circular-button.image-button:first-child,
+.titlebar:not(headerbar) .linked > button:first-child,
+headerbar .linked > button:first-child, combobox box button:first-child, combobox box button.nautilus-circular-button.image-button:first-child, combobox box entry:first-child, .inline-toolbar button:first-child, .linked > button:first-child {
+ border-width: 1px;
+ border-radius: 2px 0 0 2px;
+ -gtk-outline-radius: 1.8px 0 0 1.8px; }
+
+toolbar.inline-toolbar toolbutton:last-child > button.flat, .linked:not(.vertical) > combobox:last-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:last-child, popover.background .linked > button:last-child, headerbar.selection-mode viewswitcher button:last-child, toolbar.inline-toolbar toolbutton > button.flat:last-child, toolbar viewswitcher button:last-child, toolbar viewswitcher button.nautilus-circular-button.image-button:last-child,
+toolbar .linked > button:last-child, .titlebar:not(headerbar) viewswitcher button:last-child, headerbar viewswitcher button:last-child, headerbar viewswitcher button.nautilus-circular-button.image-button:last-child,
+.titlebar:not(headerbar) .linked > button:last-child,
+headerbar .linked > button:last-child, combobox box button:last-child, combobox box button.nautilus-circular-button.image-button:last-child, combobox box entry:last-child, .inline-toolbar button:last-child, .linked > button:last-child {
+ border-width: 1px;
+ border-radius: 0 2px 2px 0;
+ -gtk-outline-radius: 0 1.8px 1.8px 0; }
+
+toolbar.inline-toolbar toolbutton:only-child > button.flat, .linked:not(.vertical) > combobox:only-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:only-child, popover.background .linked > button:only-child, headerbar.selection-mode viewswitcher button:only-child, toolbar.inline-toolbar toolbutton > button.flat:only-child, toolbar viewswitcher button:only-child, toolbar viewswitcher button.nautilus-circular-button.image-button:only-child,
+toolbar .linked > button:only-child, .titlebar:not(headerbar) viewswitcher button:only-child, headerbar viewswitcher button:only-child, headerbar viewswitcher button.nautilus-circular-button.image-button:only-child,
+.titlebar:not(headerbar) .linked > button:only-child,
+headerbar .linked > button:only-child, combobox box button:only-child, combobox box button.nautilus-circular-button.image-button:only-child, combobox box entry:only-child, .inline-toolbar button:only-child, .linked > button:only-child {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ -gtk-outline-radius: 1.8px; }
+
+.nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button, popover.background .linked > button, headerbar.selection-mode viewswitcher button,
+headerbar.selection-mode .linked > button,
+.titlebar.selection-mode:not(headerbar) viewswitcher button, toolbar.inline-toolbar toolbutton > button.flat,
+toolbar.inline-toolbar toolbutton:backdrop > button.flat, toolbar viewswitcher button, toolbar viewswitcher button.nautilus-circular-button.image-button,
+toolbar .linked > button,
+toolbar .linked > button.nautilus-circular-button.image-button, .titlebar:not(headerbar) viewswitcher button, headerbar viewswitcher button, headerbar viewswitcher button.nautilus-circular-button.image-button,
+.titlebar:not(headerbar) .linked > button,
+headerbar .linked > button,
+headerbar .linked > button.nautilus-circular-button.image-button, combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry, .inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button {
+ border-width: 1px;
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+.linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > button:first-child {
+ border-width: 1px;
+ border-radius: 2px 2px 0 0;
+ -gtk-outline-radius: 1.8px 1.8px 0 0; }
+
+.linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > button:last-child {
+ border-width: 1px;
+ border-radius: 0 0 2px 2px;
+ -gtk-outline-radius: 0 0 1.8px 1.8px; }
+
+.linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > button:only-child {
+ border-width: 1px;
+ border-radius: 2px;
+ -gtk-outline-radius: 1.8px; }
+
+.linked.vertical > button {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+notebook > header > tabs > arrow, infobar.error button.close, infobar.question button.close, infobar.warning button.close, infobar.info button.close {
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+ notebook > header > tabs > arrow:focus, infobar.error button.close:focus, infobar.question button.close:focus, infobar.warning button.close:focus, infobar.info button.close:focus, notebook > header > tabs > arrow:hover, infobar.error button.close:hover, infobar.question button.close:hover, infobar.warning button.close:hover, infobar.info button.close:hover {
+ border: 1px solid rgba(240, 240, 243, 0.3);
+ background-color: rgba(31, 29, 46, 0.2);
+ background-image: none;
+ box-shadow: none; }
+ notebook > header > tabs > arrow:active, infobar.error button.close:active, infobar.question button.close:active, infobar.warning button.close:active, infobar.info button.close:active, notebook > header > tabs > arrow:checked, infobar.error button.close:checked, infobar.question button.close:checked, infobar.warning button.close:checked, infobar.info button.close:checked {
+ border: 1px solid rgba(196, 167, 231, 0.3);
+ background-color: rgba(25, 23, 36, 0.1);
+ background-image: none;
+ box-shadow: none; }
+
+button, button.nautilus-circular-button.image-button {
+ background-color: #e0def4;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ button:active, button.nautilus-circular-button.image-button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button.nautilus-circular-button.image-button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ button:disabled, button.nautilus-circular-button.image-button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ button:active:disabled, button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:hover, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked:hover, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button, stackswitcher.vertical > button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button:checked, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button:checked:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ button.flat, button.flat.nautilus-circular-button.image-button {
+ color: #191724;
+ border-color: rgba(224, 222, 244, 0);
+ background-color: rgba(224, 222, 244, 0);
+ background-image: none;
+ box-shadow: none; }
+ button:hover, button.nautilus-circular-button.image-button:hover, button.flat:hover {
+ background-color: #f0effa;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ button:hover:active, button:hover:active:focus, button.flat:hover:active:focus, button:hover:checked, button:hover:checked:focus, button.flat:hover:checked:focus, button.flat:hover:active, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ button:hover:disabled, button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ button:focus, button.nautilus-circular-button.image-button:focus, button.flat:focus {
+ background-color: #f0effa;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ button:focus:hover, button.flat:focus:hover {
+ background-color: white;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ button:focus:hover:hover, button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ button:focus:hover:active, button.flat:focus:hover:active, button.flat:focus:hover:active:focus, button:focus:hover:checked, button.flat:focus:hover:checked, button.flat:focus:hover:checked:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ button:focus:hover:disabled, button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ button:checked, button.nautilus-circular-button.image-button:checked, button:active, button.nautilus-circular-button.image-button:active, button.flat:checked, button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:active:checked, button.flat:active:checked:hover, button.flat:active:checked:focus, button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ button:active:checked:disabled, button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover, button.flat:focus, button.flat:hover {
+ color: #191724; }
+ button:disabled:disabled, button.flat:disabled:disabled {
+ background-color: alpha(mix(#e0def4,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#e0def4,#191724,0.6);
+ box-shadow: none; }
+ button:disabled:disabled :disabled, button.flat:disabled:disabled :disabled {
+ color: mix(#e0def4,#191724,0.6); }
+ button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ button:active:disabled :disabled, button:checked:disabled :disabled, button.flat:active:disabled :disabled, button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ button:backdrop, button.nautilus-circular-button.image-button:backdrop, button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ button.separator, button.separator.nautilus-circular-button.image-button, button .separator, button.nautilus-circular-button.image-button .separator {
+ border: 1px solid currentColor;
+ color: rgba(224, 222, 244, 0.9); }
+ button.separator:disabled, button .separator:disabled {
+ color: rgba(224, 222, 244, 0.85); }
+ button separator, button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#191724,#e0def4,0.9)); }
+ .inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .inline-toolbar button:focus, .inline-toolbar button:hover, .linked > button:focus, .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .inline-toolbar button:active, .inline-toolbar button:active:hover, .inline-toolbar button:active:focus, .inline-toolbar button:active:hover:focus, .inline-toolbar button:checked, .inline-toolbar button:checked:hover, .inline-toolbar button:checked:focus, .inline-toolbar button:checked:hover:focus, .linked > button:active, .linked > button:active:hover, .linked > button:active:focus, .linked > button:active:hover:focus, .linked > button:checked, .linked > button:checked:hover, .linked > button:checked:focus, .linked > button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ .inline-toolbar button:disabled, .linked > button:disabled {
+ box-shadow: inset -1px 0 #9e98dd; }
+ .inline-toolbar button:last-child, .inline-toolbar button:only-child, .linked > button:last-child, .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, .linked > button:last-child:hover, .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, .linked > button:disabled:last-child, .linked > button:disabled:only-child, .linked > button:active:disabled:last-child, .linked > button:active:disabled:only-child, .linked > button:checked:disabled:last-child, .linked > button:checked:disabled:only-child {
+ box-shadow: none; }
+ .inline-toolbar button:active:last-child, .inline-toolbar button:active:last-child:focus, .inline-toolbar button:active:last-child:hover, .inline-toolbar button:active:last-child:hover:focus, .inline-toolbar button:checked:last-child, .inline-toolbar button:checked:last-child:focus, .inline-toolbar button:checked:last-child:hover, .inline-toolbar button:checked:last-child:hover:focus, .linked > button:active:last-child, .linked > button:active:last-child:focus, .linked > button:active:last-child:hover, .linked > button:active:last-child:hover:focus, .linked > button:checked:last-child, .linked > button:checked:last-child:focus, .linked > button:checked:last-child:hover, .linked > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, .linked > button:active:only-child, .linked > button:active:only-child:focus, .linked > button:active:only-child:hover, .linked > button:active:only-child:hover:focus, .linked > button:checked:only-child, .linked > button:checked:only-child:focus, .linked > button:checked:only-child:hover, .linked > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .linked.vertical > button {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .linked.vertical > button:focus, .linked.vertical > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .linked.vertical > button:active, .linked.vertical > button:active:hover, .linked.vertical > button:active:focus, .linked.vertical > button:active:hover:focus, .linked.vertical > button:checked, .linked.vertical > button:checked:hover, .linked.vertical > button:checked:focus, .linked.vertical > button:checked:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.05); }
+ .linked.vertical > button:disabled {
+ box-shadow: inset 0 -1px #9e98dd; }
+ .linked.vertical > button:last-child, .linked.vertical > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child {
+ box-shadow: none; }
+ .linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ button.circular, button.nautilus-circular-button.image-button, button.circular-button {
+ padding: 0;
+ min-width: 28px;
+ min-height: 28px;
+ border-radius: 9999px;
+ -gtk-outline-radius: 9999px; }
+ button.circular label, button.nautilus-circular-button.image-button label, button.circular-button label {
+ padding: 0; }
+
+spinbutton:disabled {
+ opacity: .6; }
+
+spinbutton button, spinbutton button.nautilus-circular-button.image-button {
+ color: #191724;
+ padding: 3px 5px; }
+ spinbutton button:active, spinbutton button.nautilus-circular-button.image-button:active, spinbutton button:checked, spinbutton button.nautilus-circular-button.image-button:checked, spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover {
+ background-color: white;
+ background-image: none; }
+ spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover, spinbutton button:focus:hover {
+ border-color: rgba(20, 18, 29, 0.4); }
+ spinbutton button:hover:focus, spinbutton button:hover:hover, spinbutton button:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ spinbutton button:hover:active, spinbutton button:focus:hover:active, spinbutton button:focus:hover:active:focus, spinbutton button:hover:checked, spinbutton button:focus:hover:checked, spinbutton button:focus:hover:checked:focus, spinbutton button:focus:hover:active:hover:focus, spinbutton button:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ spinbutton button:hover:disabled, spinbutton button:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ spinbutton button:hover:active:disabled, spinbutton button:hover:checked:disabled, spinbutton button:focus:hover:active:disabled, spinbutton button:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ spinbutton button:focus:hover {
+ color: mix(#1f1d2e,mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3),0.3); }
+ spinbutton button:disabled, spinbutton button.nautilus-circular-button.image-button:disabled {
+ color: mix(#191724,#f0f0f3,0.7); }
+ spinbutton button:backdrop, spinbutton button.nautilus-circular-button.image-button:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ spinbutton button:backdrop:disabled {
+ color: rgba(255, 255, 255, 0.8); }
+
+spinbutton:not(.vertical) {
+ /*@extend %entry;*/
+ background-color: #c5c3ce;
+ background-image: none;
+ /*@include border($base_color);*/
+ padding: 0;
+ border-radius: 2px;
+ -gtk-outline-radius: 1.8px;
+ color: #26233a;
+ caret-color: #26233a;
+ /*&:focus, &:active { border-color: border_focus($borders_color); }*/ }
+ spinbutton:not(.vertical):disabled {
+ background-color: #b0adbc;
+ background-image: none;
+ color: mix(#c5c3ce,#26233a,0.5); }
+ spinbutton:not(.vertical) entry {
+ border-radius: 2px 0 0 2px;
+ -gtk-outline-radius: 1.8px 0 0 1.8px;
+ border-right-width: 0;
+ box-shadow: none; }
+ spinbutton:not(.vertical) button, spinbutton:not(.vertical) button.nautilus-circular-button.image-button {
+ border-radius: 0;
+ -gtk-outline-radius: 0;
+ border-style: solid;
+ background-image: none;
+ box-shadow: none; }
+ spinbutton:not(.vertical) button:focus {
+ border-top-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3);
+ border-bottom-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3); }
+ spinbutton:not(.vertical) button:active {
+ box-shadow: inset 0 2px 3px -1px rgba(12, 12, 18, 0.2); }
+ spinbutton:not(.vertical) button:backdrop {
+ border-color: alpha(mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9),0.8); }
+ spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) {
+ border-style: solid; }
+ spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover, spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ spinbutton:not(.vertical) button.down:dir(rtl) {
+ border-right-style: none;
+ border-radius: 2px 0 0 2px;
+ -gtk-outline-radius: 1.8px 0 0 1.8px; }
+ spinbutton:not(.vertical) button.down:dir(rtl):focus {
+ border-top-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3);
+ border-bottom-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3);
+ border-left-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3); }
+ spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3);
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ spinbutton:not(.vertical) button.up:dir(ltr) {
+ border-left-style: none;
+ border-radius: 0 2px 2px 0;
+ -gtk-outline-radius: 0 1.8px 1.8px 0; }
+ spinbutton:not(.vertical) button.up:dir(ltr):focus {
+ border-top-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3);
+ border-bottom-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3);
+ border-right-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3); }
+ spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3);
+ box-shadow: inset 1px 0 mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+
+spinbutton.vertical button, spinbutton.vertical button.nautilus-circular-button.image-button, spinbutton.vertical entry {
+ min-width: 0;
+ padding-left: 1px;
+ padding-right: 1px; }
+
+spinbutton.vertical entry {
+ border-radius: 0;
+ -gtk-outline-radius: 0;
+ border-top-width: 0;
+ border-bottom-width: 0; }
+
+spinbutton.vertical button.up:focus:hover, spinbutton.vertical button.down:focus:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+
+spinbutton.vertical button.up {
+ border-radius: 2px 2px 0 0;
+ -gtk-outline-radius: 1.8px 1.8px 0 0; }
+ spinbutton.vertical button.up:focus {
+ border-top-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3);
+ border-left-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3);
+ border-right-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3); }
+
+spinbutton.vertical button.down {
+ border-radius: 0 0 2px 2px;
+ -gtk-outline-radius: 0 0 1.8px 1.8px; }
+ spinbutton.vertical button.down:focus {
+ border-bottom-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3);
+ border-left-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3);
+ border-right-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3); }
+
+/******************
+! ComboBoxes *
+*******************/
+combobox button.combo, combobox button.combo.nautilus-circular-button.image-button {
+ min-width: 0;
+ padding-left: 3.4285714286px;
+ padding-right: 3.4285714286px; }
+
+combobox arrow {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ min-height: 16px;
+ min-width: 16px;
+ padding: 1.5px; }
+
+combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry {
+ padding: 3px 3.4285714286px; }
+
+combobox box > entry + button.combo, combobox box > entry + button.combo.nautilus-circular-button.image-button {
+ padding: 3px; }
+
+combobox menu menuitem {
+ padding: 3px 5px; }
+ combobox menu menuitem cellview {
+ min-height: 20px; }
+
+/*********
+ ! Entry *
+**********/
+.linked:not(.vertical) > entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0; }
+ .linked:not(.vertical) > entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .linked:not(.vertical) > entry:first-child:dir(rtl) {
+ border-left-width: 0;
+ border-right-width: 1px; }
+ .linked:not(.vertical) > entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .linked:not(.vertical) > entry:last-child:dir(rtl) {
+ border-left-width: 1px;
+ border-right-width: 0; }
+ .linked:not(.vertical) > entry:only-child {
+ border-width: 1px; }
+ .linked:not(.vertical) > entry:only-child {
+ border-radius: 2px; }
+
+.linked.vertical > entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-top-width: 0;
+ border-bottom-width: 0; }
+ .linked.vertical > entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-top-width: 1px;
+ border-bottom-width: 0;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+ .linked.vertical > entry:first-child:dir(rtl) {
+ border-top-width: 0;
+ border-bottom-width: 1px; }
+ .linked.vertical > entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-top-width: 0;
+ border-bottom-width: 1px;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+ .linked.vertical > entry:last-child:dir(rtl) {
+ border-top-width: 1px;
+ border-bottom-width: 0; }
+ .linked.vertical > entry:only-child {
+ border-width: 1px; }
+ .linked.vertical > entry:only-child {
+ border-radius: 2px; }
+
+#login_window entry, .osd entry,
+#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: border 100ms ease-out;
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.1), inset 0 1px rgba(6, 6, 9, 0.12), inset -1px 0 rgba(6, 6, 9, 0.1), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ #login_window entry:focus,
+ #XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
+ #XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
+ #XfceNotifyWindow entry:active, popover.background entry:active, entry:active {
+ transition: border 100ms ease-in; }
+ #login_window entry:selected,
+ #XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ #login_window entry:disabled,
+ #XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
+ box-shadow: none; }
+ #login_window entry progress, .osd entry progress,
+ #XfceNotifyWindow entry progress, popover.background entry progress, entry progress {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-width: 0;
+ border-radius: 2px;
+ color: #191724; }
+ #login_window entry image.left,
+ #XfceNotifyWindow entry image.left, entry image.left {
+ padding-right: 3px; }
+ #login_window entry image.right,
+ #XfceNotifyWindow entry image.right, entry image.right {
+ padding-left: 3px; }
+ #login_window entry.warning,
+ #XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
+ color: #191724;
+ border-color: #f1a233;
+ background-color: mix(#c5c3ce,#f6c177,0.6); }
+ #login_window entry.warning image,
+ #XfceNotifyWindow entry.warning image, entry.warning image {
+ color: #191724; }
+ #login_window entry.warning:focus,
+ #XfceNotifyWindow entry.warning:focus, entry.warning:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#f6c177,0.3);
+ background-color: #f6c177;
+ box-shadow: none; }
+ #login_window entry.warning selection,
+ #XfceNotifyWindow entry.warning selection, entry.warning selection {
+ background-color: #191724;
+ color: #f6c177; }
+ #login_window entry.error,
+ #XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
+ color: #191724;
+ border-color: #e33264;
+ background-color: mix(#c5c3ce,#eb6f92,0.6); }
+ #login_window entry.error image,
+ #XfceNotifyWindow entry.error image, entry.error image {
+ color: #191724; }
+ #login_window entry.error:focus,
+ #XfceNotifyWindow entry.error:focus, entry.error:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#eb6f92,0.3);
+ background-color: #eb6f92;
+ box-shadow: none; }
+ #login_window entry.error selection,
+ #XfceNotifyWindow entry.error selection, entry.error selection {
+ background-color: #191724;
+ color: #eb6f92; }
+ #login_window entry.search-missing,
+ #XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
+ color: #191724;
+ border-color: #e33264;
+ background-color: mix(#c5c3ce,#eb6f92,0.6); }
+ #login_window entry.search-missing image,
+ #XfceNotifyWindow entry.search-missing image, entry.search-missing image {
+ color: #191724; }
+ #login_window entry.search-missing:focus,
+ #XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#eb6f92,0.3);
+ background-color: #eb6f92;
+ box-shadow: none; }
+ #login_window entry.search-missing selection,
+ #XfceNotifyWindow entry.search-missing selection, entry.search-missing selection {
+ background-color: #191724;
+ color: #eb6f92; }
+
+entry {
+ background-color: #c5c3ce;
+ background-image: none;
+ border-color: mix(#26233a,#c5c3ce,0.56);
+ padding: 5px 3.4285714286px;
+ color: #26233a;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ entry:focus, entry:hover {
+ border-color: mix(#c4a7e7,mix(#26233a,#c5c3ce,0.7),0.3); }
+ entry:active, entry:active:hover, entry:active:focus, entry:active:hover:focus, entry:checked, entry:checked:hover, entry:checked:focus, entry:checked:hover:focus {
+ border-color: mix(#26233a,#c5c3ce,0.48); }
+ entry:disabled {
+ border-color: mix(#26233a,#c5c3ce,0.64); }
+ entry:active:disabled, entry:checked:disabled {
+ border-color: mix(#26233a,#c5c3ce,0.56); }
+ entry:focus, entry:active {
+ border-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3); }
+ entry:disabled {
+ background-color: mix(#c5c3ce,#26233a,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#c5c3ce,#26233a,0.9); }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Toolbar
+**********/
+toolbar {
+ padding: 2px;
+ border-style: none; }
+ toolbar.horizontal separator {
+ margin: 0 5px 1px; }
+ toolbar.vertical separator {
+ margin: 5px 1px 5px 0; }
+
+headerbar {
+ border-width: 0 0 1px;
+ border-style: solid; }
+ headerbar entry,
+ headerbar spinbutton,
+ headerbar separator,
+ headerbar button,
+ headerbar button.nautilus-circular-button.image-button {
+ margin-top: 6px;
+ margin-bottom: 6px; }
+ headerbar switch {
+ margin-top: 4px;
+ margin-bottom: 4px; }
+ window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child {
+ border-top-left-radius: 2px; }
+ window:not(.tiled):not(.maximized) headerbar:last-child {
+ border-top-right-radius: 2px; }
+
+.titlebar:not(headerbar), headerbar {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.88);
+ color: #e0def4;
+ background-color: #191724;
+ background-image: none;
+ border-radius: 2px 2px 0 0;
+ color: #e0def4;
+ padding: 0 6px;
+ min-height: 42px; }
+ .titlebar:focus:not(headerbar), headerbar:focus, .titlebar:hover:not(headerbar), headerbar:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.8),0.3); }
+ .titlebar:active:not(headerbar), headerbar:active, .titlebar:checked:not(headerbar), headerbar:checked {
+ border-color: mix(#e0def4,#191724,0.4); }
+ .titlebar:disabled:not(headerbar), headerbar:disabled {
+ border-color: mix(#e0def4,#191724,0.92); }
+ .titlebar:active:disabled:not(headerbar), headerbar:active:disabled, .titlebar:checked:disabled:not(headerbar), headerbar:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.88); }
+ .titlebar:disabled:not(headerbar), headerbar:disabled {
+ background-color: #171520;
+ background-image: none;
+ color: mix(#e0def4,#191724,0.5); }
+ .titlebar:not(headerbar) .background, headerbar .background {
+ background-color: #191724;
+ border-color: mix(#191724,#e0def4,0.3); }
+ .titlebar:not(headerbar) .title, headerbar .title {
+ font-weight: bold;
+ padding: 0 6px; }
+ .titlebar:not(headerbar) .subtitle, headerbar .subtitle {
+ font-size: smaller;
+ padding: 0 6px; }
+ .titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
+ background-color: #191724;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .titlebar:not(headerbar) button:disabled, headerbar button:disabled, headerbar button.nautilus-circular-button.image-button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked.vertical > :not(:last-child):not(:only-child) headerbar button, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ background-color: #1a1826;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .titlebar:not(headerbar) button:hover:disabled, headerbar button:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus {
+ background-color: #1a1826;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ .titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
+ background-color: #1c1928;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked, .titlebar:not(headerbar) button:active:active, headerbar button:active:active {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:active:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ color: #e0def4; }
+ .titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
+ background-color: alpha(mix(#191724,#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#191724,#e0def4,0.6);
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled {
+ color: mix(#191724,#e0def4,0.6); }
+ .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ .titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.9); }
+ .titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#e0def4,#191724,0.9)); }
+ .titlebar:not(headerbar) button.image-button, headerbar button.image-button, headerbar button.image-button.nautilus-circular-button {
+ padding: 3px; }
+ .titlebar:not(headerbar) viewswitcher button, headerbar viewswitcher button, headerbar viewswitcher button.nautilus-circular-button.image-button,
+ .titlebar:not(headerbar) .linked > button,
+ headerbar .linked > button,
+ headerbar .linked > button.nautilus-circular-button.image-button {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .titlebar:not(headerbar) viewswitcher button:focus, headerbar viewswitcher button:focus, headerbar viewswitcher button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) viewswitcher button:hover, headerbar viewswitcher button:hover, headerbar viewswitcher button.nautilus-circular-button.image-button:hover,
+ .titlebar:not(headerbar) .linked > button:focus,
+ headerbar .linked > button:focus,
+ .titlebar:not(headerbar) .linked > button:hover,
+ headerbar .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ .titlebar:not(headerbar) viewswitcher button:active, headerbar viewswitcher button:active, headerbar viewswitcher button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) viewswitcher button:checked, headerbar viewswitcher button:checked, headerbar viewswitcher button.nautilus-circular-button.image-button:checked,
+ .titlebar:not(headerbar) .linked > button:active,
+ headerbar .linked > button:active,
+ .titlebar:not(headerbar) .linked > button:checked,
+ headerbar .linked > button:checked {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ .titlebar:not(headerbar) viewswitcher button:disabled, headerbar viewswitcher button:disabled, headerbar viewswitcher button.nautilus-circular-button.image-button:disabled,
+ .titlebar:not(headerbar) .linked > button:disabled,
+ headerbar .linked > button:disabled {
+ box-shadow: inset -1px 0 #14121d; }
+ .titlebar:not(headerbar) viewswitcher button:last-child, headerbar viewswitcher button:last-child, headerbar viewswitcher button.nautilus-circular-button.image-button:last-child, .titlebar:not(headerbar) viewswitcher button:only-child, headerbar viewswitcher button:only-child, headerbar viewswitcher button.nautilus-circular-button.image-button:only-child,
+ .titlebar:not(headerbar) .linked > button:last-child,
+ headerbar .linked > button:last-child,
+ .titlebar:not(headerbar) .linked > button:only-child,
+ headerbar .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .titlebar:not(headerbar) viewswitcher button:last-child:hover, headerbar viewswitcher button:last-child:hover, .titlebar:not(headerbar) viewswitcher button:only-child:hover, headerbar viewswitcher button:only-child:hover,
+ .titlebar:not(headerbar) .linked > button:last-child:hover,
+ headerbar .linked > button:last-child:hover,
+ .titlebar:not(headerbar) .linked > button:only-child:hover,
+ headerbar .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ .titlebar:not(headerbar) viewswitcher button:disabled:last-child, headerbar viewswitcher button:disabled:last-child, .titlebar:not(headerbar) viewswitcher button:disabled:only-child, headerbar viewswitcher button:disabled:only-child,
+ .titlebar:not(headerbar) .linked > button:disabled:last-child,
+ headerbar .linked > button:disabled:last-child,
+ .titlebar:not(headerbar) .linked > button:disabled:only-child,
+ headerbar .linked > button:disabled:only-child {
+ box-shadow: none; }
+ .titlebar:not(headerbar) viewswitcher button:active:last-child, headerbar viewswitcher button:active:last-child, .titlebar:not(headerbar) viewswitcher button:checked:last-child, headerbar viewswitcher button:checked:last-child,
+ .titlebar:not(headerbar) .linked > button:active:last-child,
+ headerbar .linked > button:active:last-child,
+ .titlebar:not(headerbar) .linked > button:checked:last-child,
+ headerbar .linked > button:checked:last-child {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .titlebar:not(headerbar) viewswitcher button:active:only-child, headerbar viewswitcher button:active:only-child, .titlebar:not(headerbar) viewswitcher button:checked:only-child, headerbar viewswitcher button:checked:only-child,
+ .titlebar:not(headerbar) .linked > button:active:only-child,
+ headerbar .linked > button:active:only-child,
+ .titlebar:not(headerbar) .linked > button:checked:only-child,
+ headerbar .linked > button:checked:only-child {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .titlebar:not(headerbar) box button.image-button, headerbar box button.image-button, headerbar box button.image-button.nautilus-circular-button {
+ padding: 3px 7px; }
+ .titlebar:not(headerbar) separator, headerbar separator {
+ color: #0f0e16;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .titlebar:not(headerbar) separator, headerbar separator {
+ background-image: image(mix(#e0def4,#191724,0.9)); }
+ .titlebar:backdrop:not(headerbar), headerbar:backdrop {
+ background-color: #f0f0f3;
+ background-image: none;
+ color: mix(#1f1d2e,#f0f0f3,0.4);
+ text-shadow: none;
+ border-color: mix(mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9),#f0f0f3,0.5); }
+ .default-decoration.titlebar:not(headerbar), headerbar.default-decoration {
+ min-height: 24px;
+ box-shadow: none;
+ border: 0; }
+ .default-decoration.titlebar:not(headerbar) button.titlebutton, headerbar.default-decoration button.titlebutton {
+ min-height: 16px;
+ min-width: 16px;
+ margin: 0;
+ padding: 0; }
+ .solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd headerbar:dir(rtl), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd headerbar:dir(ltr) {
+ border-radius: 0;
+ box-shadow: none; }
+ .tiled .titlebar:not(headerbar), .tiled headerbar, .maximized .titlebar:not(headerbar), .maximized headerbar {
+ border-radius: 0; }
+ .titlebar:not(headerbar) .title, headerbar .title {
+ font-weight: bold; }
+ .titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton {
+ margin-left: 3px; }
+ .titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22);
+ padding: 3px; }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .titlebar:not(headerbar) button:disabled, headerbar button:disabled, headerbar button.nautilus-circular-button.image-button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked.vertical > :not(:last-child):not(:only-child) headerbar button, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
+ color: #e0def4;
+ border-color: rgba(31, 29, 46, 0);
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .titlebar:not(headerbar) button:hover:disabled, headerbar button:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ .titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked, .titlebar:not(headerbar) button:active:active, headerbar button:active:active {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:active:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ color: #e0def4; }
+ .titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
+ background-color: alpha(mix(#1f1d2e,#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#1f1d2e,#e0def4,0.6);
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled {
+ color: mix(#1f1d2e,#e0def4,0.6); }
+ .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ .titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ .titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled {
+ color: rgba(31, 29, 46, 0.85); }
+ .titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#e0def4,#1f1d2e,0.9)); }
+ .titlebar:not(headerbar) button.text-button, headerbar button.text-button, headerbar button.text-button.nautilus-circular-button.image-button {
+ padding: 3px 5px; }
+ .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
+ color: #e0def4; }
+ .titlebar:not(headerbar) button.flat:hover, headerbar button.flat:hover {
+ color: #e0def4; }
+ .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
+ color: mix(#1f1d2e,#f0f0f3,0.4); }
+ .titlebar:not(headerbar) button stack box.narrow, headerbar button stack box.narrow, headerbar button.nautilus-circular-button.image-button stack box.narrow {
+ /* have no clue why it's ignored by gtk and forced to 5px and 7px */
+ padding: 0; }
+ .titlebar:not(headerbar) button:not(:checked):not(:hover) stack box, headerbar button:not(:checked):not(:hover) stack box {
+ color: #e0def4; }
+ .titlebar:not(headerbar) viewswitcher button:not(:checked):not(:hover) stack box, headerbar viewswitcher button:not(:checked):not(:hover) stack box {
+ color: #191724; }
+ .titlebar:not(headerbar) button.titlebutton + separator.titlebutton, headerbar button.titlebutton + separator.titlebutton {
+ margin-left: 0;
+ margin-right: 3px; }
+ .titlebar:not(headerbar) button.titlebutton, headerbar button.titlebutton, headerbar button.titlebutton.nautilus-circular-button.image-button {
+ border: 0;
+ padding: 3px;
+ background-image: none;
+ background-color: transparent;
+ color: #e0def4;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button.titlebutton:hover, headerbar button.titlebutton:hover {
+ background-image: none;
+ background-color: transparent;
+ color: #c4a7e7;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button.titlebutton:active, headerbar button.titlebutton:active {
+ background-image: none;
+ background-color: transparent;
+ color: #af88de;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button.titlebutton:backdrop, headerbar button.titlebutton:backdrop {
+ background: none;
+ color: mix(#1f1d2e,#f0f0f3,0.4);
+ -gtk-icon-shadow: none; }
+
+toolbar {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: mix(#1f1d2e,#f0f0f3,0.64);
+ color: #1f1d2e; }
+ toolbar:focus, toolbar:hover {
+ border-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.8),0.3); }
+ toolbar:active, toolbar:active:hover, toolbar:active:focus, toolbar:active:hover:focus, toolbar:checked, toolbar:checked:hover, toolbar:checked:focus, toolbar:checked:hover:focus {
+ border-color: mix(#1f1d2e,#f0f0f3,0.56); }
+ toolbar:disabled {
+ border-color: mix(#1f1d2e,#f0f0f3,0.72); }
+ toolbar:active:disabled, toolbar:checked:disabled {
+ border-color: mix(#1f1d2e,#f0f0f3,0.64); }
+ toolbar:disabled {
+ background-color: #d5d5de;
+ background-image: none;
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ toolbar .background {
+ background-color: #f0f0f3;
+ border-color: mix(#f0f0f3,#1f1d2e,0.3); }
+ toolbar .title {
+ font-weight: bold;
+ padding: 0 6px; }
+ toolbar .subtitle {
+ font-size: smaller;
+ padding: 0 6px; }
+ toolbar button, toolbar button.nautilus-circular-button.image-button {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.32);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.32),0.3); }
+ toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.32); }
+ toolbar button:disabled, toolbar button.nautilus-circular-button.image-button:disabled {
+ border-color: rgba(26, 25, 39, 0.32); }
+ toolbar button:active:disabled, toolbar button:checked:disabled {
+ border-color: rgba(25, 23, 37, 0.32); }
+ .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:hover, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(31, 29, 46, 0.36),0.3); }
+ .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked:hover, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar button, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(31, 29, 46, 0.36),0.3); }
+ .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ toolbar button.flat, toolbar button.flat.nautilus-circular-button.image-button {
+ color: #1f1d2e;
+ border-color: rgba(240, 240, 243, 0);
+ background-color: rgba(240, 240, 243, 0);
+ background-image: none;
+ box-shadow: none; }
+ toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:hover {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.4);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.4),0.3); }
+ toolbar button:hover:active, toolbar button:hover:active:focus, toolbar button.flat:hover:active:focus, toolbar button:hover:checked, toolbar button:hover:checked:focus, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.4); }
+ toolbar button:hover:disabled, toolbar button.flat:hover:disabled {
+ border-color: rgba(26, 25, 39, 0.4); }
+ toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled {
+ border-color: rgba(25, 23, 37, 0.4); }
+ toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button.flat:focus {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(31, 29, 46, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ toolbar button:focus:hover, toolbar button.flat:focus:hover {
+ background-color: white;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.4),0.3); }
+ toolbar button:focus:hover:active, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:focus, toolbar button:focus:hover:checked, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.4); }
+ toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled {
+ border-color: rgba(26, 25, 39, 0.4); }
+ toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled {
+ border-color: rgba(25, 23, 37, 0.4); }
+ toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button.flat:checked, toolbar button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(31, 29, 46, 0.06), inset 0 1px rgba(31, 29, 46, 0.07), inset -1px 0 rgba(31, 29, 46, 0.06), inset 0 -1px rgba(31, 29, 46, 0.05); }
+ toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.32),0.3); }
+ toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:active:checked, toolbar button.flat:active:checked:hover, toolbar button.flat:active:checked:focus, toolbar button.flat:active:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.32); }
+ toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled {
+ border-color: rgba(26, 25, 39, 0.32); }
+ toolbar button:active:checked:disabled, toolbar button.flat:active:checked:disabled {
+ border-color: rgba(25, 23, 37, 0.32); }
+ toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:focus, toolbar button.flat:hover {
+ color: #1f1d2e; }
+ toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled {
+ background-color: alpha(mix(#f0f0f3,#1f1d2e,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#f0f0f3,#1f1d2e,0.6);
+ box-shadow: none; }
+ toolbar button:disabled:disabled :disabled, toolbar button.flat:disabled:disabled :disabled {
+ color: mix(#f0f0f3,#1f1d2e,0.6); }
+ toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ toolbar button:active:disabled :disabled, toolbar button:checked:disabled :disabled, toolbar button.flat:active:disabled :disabled, toolbar button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ toolbar button:backdrop, toolbar button.nautilus-circular-button.image-button:backdrop, toolbar button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ toolbar button.separator, toolbar button.separator.nautilus-circular-button.image-button, toolbar button .separator, toolbar button.nautilus-circular-button.image-button .separator {
+ border: 1px solid currentColor;
+ color: rgba(240, 240, 243, 0.9); }
+ toolbar button.separator:disabled, toolbar button .separator:disabled {
+ color: rgba(240, 240, 243, 0.85); }
+ toolbar button separator, toolbar button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#1f1d2e,#f0f0f3,0.9)); }
+ toolbar button.image-button, toolbar button.image-button.nautilus-circular-button {
+ padding: 3px; }
+ toolbar viewswitcher button, toolbar viewswitcher button.nautilus-circular-button.image-button,
+ toolbar .linked > button,
+ toolbar .linked > button.nautilus-circular-button.image-button {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ toolbar viewswitcher button:focus, toolbar viewswitcher button.nautilus-circular-button.image-button:focus, toolbar viewswitcher button:hover, toolbar viewswitcher button.nautilus-circular-button.image-button:hover,
+ toolbar .linked > button:focus,
+ toolbar .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ toolbar viewswitcher button:active, toolbar viewswitcher button.nautilus-circular-button.image-button:active, toolbar viewswitcher button:active:hover, toolbar viewswitcher button:active:focus, toolbar viewswitcher button:active:hover:focus, toolbar viewswitcher button:checked, toolbar viewswitcher button.nautilus-circular-button.image-button:checked, toolbar viewswitcher button:checked:hover, toolbar viewswitcher button:checked:focus, toolbar viewswitcher button:checked:hover:focus,
+ toolbar .linked > button:active,
+ toolbar .linked > button:active:hover,
+ toolbar .linked > button:active:focus,
+ toolbar .linked > button:active:hover:focus,
+ toolbar .linked > button:checked,
+ toolbar .linked > button:checked:hover,
+ toolbar .linked > button:checked:focus,
+ toolbar .linked > button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ toolbar viewswitcher button:disabled, toolbar viewswitcher button.nautilus-circular-button.image-button:disabled,
+ toolbar .linked > button:disabled {
+ box-shadow: inset -1px 0 #babac8; }
+ toolbar viewswitcher button:last-child, toolbar viewswitcher button.nautilus-circular-button.image-button:last-child, toolbar viewswitcher button:only-child, toolbar viewswitcher button.nautilus-circular-button.image-button:only-child,
+ toolbar .linked > button:last-child,
+ toolbar .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ toolbar viewswitcher button:last-child:hover, toolbar viewswitcher button:only-child:hover,
+ toolbar .linked > button:last-child:hover,
+ toolbar .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ toolbar viewswitcher button:disabled:last-child, toolbar viewswitcher button:disabled:only-child, toolbar viewswitcher button:active:disabled:last-child, toolbar viewswitcher button:active:disabled:only-child, toolbar viewswitcher button:checked:disabled:last-child, toolbar viewswitcher button:checked:disabled:only-child,
+ toolbar .linked > button:disabled:last-child,
+ toolbar .linked > button:disabled:only-child,
+ toolbar .linked > button:active:disabled:last-child,
+ toolbar .linked > button:active:disabled:only-child,
+ toolbar .linked > button:checked:disabled:last-child,
+ toolbar .linked > button:checked:disabled:only-child {
+ box-shadow: none; }
+ toolbar viewswitcher button:active:last-child, toolbar viewswitcher button:active:last-child:focus, toolbar viewswitcher button:active:last-child:hover, toolbar viewswitcher button:active:last-child:hover:focus, toolbar viewswitcher button:checked:last-child, toolbar viewswitcher button:checked:last-child:focus, toolbar viewswitcher button:checked:last-child:hover, toolbar viewswitcher button:checked:last-child:hover:focus,
+ toolbar .linked > button:active:last-child,
+ toolbar .linked > button:active:last-child:focus,
+ toolbar .linked > button:active:last-child:hover,
+ toolbar .linked > button:active:last-child:hover:focus,
+ toolbar .linked > button:checked:last-child,
+ toolbar .linked > button:checked:last-child:focus,
+ toolbar .linked > button:checked:last-child:hover,
+ toolbar .linked > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ toolbar viewswitcher button:active:only-child, toolbar viewswitcher button:active:only-child:focus, toolbar viewswitcher button:active:only-child:hover, toolbar viewswitcher button:active:only-child:hover:focus, toolbar viewswitcher button:checked:only-child, toolbar viewswitcher button:checked:only-child:focus, toolbar viewswitcher button:checked:only-child:hover, toolbar viewswitcher button:checked:only-child:hover:focus,
+ toolbar .linked > button:active:only-child,
+ toolbar .linked > button:active:only-child:focus,
+ toolbar .linked > button:active:only-child:hover,
+ toolbar .linked > button:active:only-child:hover:focus,
+ toolbar .linked > button:checked:only-child,
+ toolbar .linked > button:checked:only-child:focus,
+ toolbar .linked > button:checked:only-child:hover,
+ toolbar .linked > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ toolbar box button.image-button, toolbar box button.image-button.nautilus-circular-button {
+ padding: 3px 7px; }
+ toolbar separator, toolbar separator:disabled {
+ color: #85859d;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ toolbar.inline-toolbar {
+ padding: 1px;
+ border-width: 0 1px 1px;
+ border-style: solid;
+ border-color: mix(#f0f0f3,#1f1d2e,0.1);
+ background-color: mix(mix(#f0f0f3,#1f1d2e,0.1),#f0f0f3,0.7);
+ background-image: none; }
+ toolbar.inline-toolbar:backdrop {
+ border-color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9);
+ background-color: mix(#f0f0f3,mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9),0.35);
+ transition: 200ms ease-out; }
+ toolbar.inline-toolbar button, toolbar.inline-toolbar button.nautilus-circular-button.image-button {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.32);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.32),0.3); }
+ toolbar.inline-toolbar button:active, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover:focus, toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.32); }
+ toolbar.inline-toolbar button:disabled {
+ border-color: rgba(26, 25, 39, 0.32); }
+ toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled {
+ border-color: rgba(25, 23, 37, 0.32); }
+ .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(31, 29, 46, 0.36),0.3); }
+ .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(31, 29, 46, 0.36),0.3); }
+ .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ toolbar.inline-toolbar button.flat {
+ color: #1f1d2e;
+ border-color: rgba(240, 240, 243, 0);
+ background-color: rgba(240, 240, 243, 0);
+ background-image: none;
+ box-shadow: none; }
+ toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.4);
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ toolbar.inline-toolbar button:hover:focus, toolbar.inline-toolbar button:hover:hover, toolbar.inline-toolbar button.flat:hover:focus, toolbar.inline-toolbar button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.4),0.3); }
+ toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.4); }
+ toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled {
+ border-color: rgba(26, 25, 39, 0.4); }
+ toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled {
+ border-color: rgba(25, 23, 37, 0.4); }
+ toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus {
+ background-color: #fdfdfe;
+ background-image: none;
+ border-color: rgba(31, 29, 46, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover {
+ background-color: white;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.4),0.3); }
+ toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.4); }
+ toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled {
+ border-color: rgba(26, 25, 39, 0.4); }
+ toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled {
+ border-color: rgba(25, 23, 37, 0.4); }
+ toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:active, toolbar.inline-toolbar button.flat:checked, toolbar.inline-toolbar button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(25, 23, 37, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(31, 29, 46, 0.06), inset 0 1px rgba(31, 29, 46, 0.07), inset -1px 0 rgba(31, 29, 46, 0.06), inset 0 -1px rgba(31, 29, 46, 0.05); }
+ toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(31, 29, 46, 0.32),0.3); }
+ toolbar.inline-toolbar button:active:checked, toolbar.inline-toolbar button:active:checked:hover, toolbar.inline-toolbar button:active:checked:focus, toolbar.inline-toolbar button:active:checked:hover:focus, toolbar.inline-toolbar button.flat:active:checked, toolbar.inline-toolbar button.flat:active:checked:hover, toolbar.inline-toolbar button.flat:active:checked:focus, toolbar.inline-toolbar button.flat:active:checked:hover:focus {
+ border-color: rgba(22, 20, 32, 0.32); }
+ toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled {
+ border-color: rgba(26, 25, 39, 0.32); }
+ toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled {
+ border-color: rgba(25, 23, 37, 0.32); }
+ toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover {
+ color: #1f1d2e; }
+ toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled {
+ background-color: alpha(mix(#f0f0f3,#1f1d2e,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#f0f0f3,#1f1d2e,0.6);
+ box-shadow: none; }
+ toolbar.inline-toolbar button:disabled:disabled :disabled, toolbar.inline-toolbar button.flat:disabled:disabled :disabled {
+ color: mix(#f0f0f3,#1f1d2e,0.6); }
+ toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ toolbar.inline-toolbar button:active:disabled :disabled, toolbar.inline-toolbar button:checked:disabled :disabled, toolbar.inline-toolbar button.flat:active:disabled :disabled, toolbar.inline-toolbar button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ toolbar.inline-toolbar button:backdrop, toolbar.inline-toolbar button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator {
+ border: 1px solid currentColor;
+ color: rgba(240, 240, 243, 0.9); }
+ toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled {
+ color: rgba(240, 240, 243, 0.85); }
+ toolbar.inline-toolbar button separator, toolbar.inline-toolbar button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#1f1d2e,#f0f0f3,0.9)); }
+
+window.csd > .titlebar:not(headerbar) {
+ padding: 0;
+ background-color: transparent;
+ background-image: none;
+ border-style: none;
+ border-color: transparent;
+ box-shadow: none; }
+
+.titlebar:not(headerbar) > separator {
+ background-color: #161420; }
+
+.background .titlebar:backdrop, .background .titlebar {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+.background.tiled .titlebar:backdrop, .background.tiled .titlebar,
+.background.tiled-top .titlebar:backdrop,
+.background.tiled-top .titlebar,
+.background.tiled-right .titlebar:backdrop,
+.background.tiled-right .titlebar,
+.background.tiled-bottom .titlebar:backdrop,
+.background.tiled-bottom .titlebar,
+.background.tiled-left .titlebar:backdrop,
+.background.tiled-left .titlebar,
+.background.maximized .titlebar:backdrop,
+.background.maximized .titlebar,
+.background.solid-csd .titlebar:backdrop,
+.background.solid-csd .titlebar {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+
+.background:not(.csd):not(.ssd):not(.solid-csd) headerbar, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:not(:last-child), .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop:not(:last-child) {
+ border-radius: 0;
+ border-top-color: transparent; }
+
+/**************
+ ! Action-bar *
+***************/
+actionbar > revealer > box {
+ padding: 3px;
+ border-top: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ actionbar > revealer > box:backdrop {
+ border-color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9); }
+
+/****************************
+ ! Search and Location bars *
+*****************************/
+searchbar,
+.location-bar {
+ background-color: #ebebef;
+ background-image: none;
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #babac8;
+ color: #1f1d2e; }
+
+/******************
+ ! Action buttons *
+*******************/
+.suggested-action, headerbar.selection-mode button.suggested-action,
+.titlebar.selection-mode:not(headerbar) button.suggested-action {
+ background-color: #ebbcba;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ .suggested-action:active, headerbar.selection-mode button.suggested-action:active,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action:active:hover, .suggested-action:active:focus, .suggested-action:active:hover:focus, .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:checked:hover, .suggested-action:checked:focus, .suggested-action:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ .suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ .suggested-action:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:hover, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked,
+ .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked,
+ .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover,
+ .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked:hover, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover,
+ .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .suggested-action, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked,
+ .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked,
+ .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover,
+ .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover,
+ .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .suggested-action.flat, headerbar.selection-mode button.flat.suggested-action,
+ .titlebar:not(headerbar).selection-mode button.flat.suggested-action {
+ color: #191724;
+ border-color: rgba(235, 188, 186, 0);
+ background-color: rgba(235, 188, 186, 0);
+ background-image: none;
+ box-shadow: none; }
+ .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:hover {
+ background-color: #f0ccca;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .suggested-action:hover:focus, .suggested-action:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ .suggested-action:hover:active,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover:active, .suggested-action:hover:active:focus, .suggested-action.flat:hover:active:focus, .suggested-action:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover:checked, .suggested-action:hover:checked:focus, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ .suggested-action:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ .suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action.flat:focus {
+ background-color: #f0ccca;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .suggested-action:focus:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:hover {
+ background-color: #f4dcdb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ .suggested-action:focus:hover:active, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:focus, .suggested-action:focus:hover:checked, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ .suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action.flat:checked, .suggested-action.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .suggested-action:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ .suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:active, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ .suggested-action:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ .suggested-action:active:checked:disabled, .suggested-action.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .suggested-action:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:focus, .suggested-action.flat:hover {
+ color: #191724; }
+ .suggested-action:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled {
+ background-color: alpha(mix(#ebbcba,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#ebbcba,#191724,0.6);
+ box-shadow: none; }
+ .suggested-action:disabled:disabled :disabled, .suggested-action.flat:disabled:disabled :disabled {
+ color: mix(#ebbcba,#191724,0.6); }
+ .suggested-action:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .suggested-action:active:disabled :disabled, .suggested-action:checked:disabled :disabled, .suggested-action.flat:active:disabled :disabled, .suggested-action.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .suggested-action:backdrop, headerbar.selection-mode button.suggested-action:backdrop,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:backdrop, .suggested-action.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ .suggested-action.separator, headerbar.selection-mode button.separator.suggested-action,
+ .titlebar:not(headerbar).selection-mode button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator,
+ .titlebar.selection-mode:not(headerbar) button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 188, 186, 0.9); }
+ .suggested-action.separator:disabled,
+ .titlebar:not(headerbar).selection-mode button.separator.suggested-action:disabled, .suggested-action .separator:disabled,
+ .titlebar.selection-mode:not(headerbar) button.suggested-action .separator:disabled {
+ color: rgba(235, 188, 186, 0.85); }
+ .suggested-action separator, headerbar.selection-mode button.suggested-action separator,
+ .titlebar.selection-mode:not(headerbar) button.suggested-action separator {
+ background-image: image(mix(#191724,#ebbcba,0.9)); }
+
+.destructive-action {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .destructive-action:focus, .destructive-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ .destructive-action:active, .destructive-action:active:hover, .destructive-action:active:focus, .destructive-action:active:hover:focus, .destructive-action:checked, .destructive-action:checked:hover, .destructive-action:checked:focus, .destructive-action:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ .destructive-action:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ .destructive-action:active:disabled, .destructive-action:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:hover, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked:hover, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .destructive-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .destructive-action, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .destructive-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .destructive-action.flat {
+ color: #191724;
+ border-color: rgba(235, 111, 146, 0);
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ .destructive-action:hover, .destructive-action.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ .destructive-action:hover:active, .destructive-action:hover:active:hover, .destructive-action:hover:active:focus, .destructive-action:hover:active:hover:focus, .destructive-action:hover:checked, .destructive-action:hover:checked:hover, .destructive-action:hover:checked:focus, .destructive-action:hover:checked:hover:focus, .destructive-action.flat:hover:active, .destructive-action.flat:hover:active:hover, .destructive-action.flat:hover:active:focus, .destructive-action.flat:hover:active:hover:focus, .destructive-action.flat:hover:checked, .destructive-action.flat:hover:checked:hover, .destructive-action.flat:hover:checked:focus, .destructive-action.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ .destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ .destructive-action:focus, .destructive-action.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .destructive-action:focus:hover, .destructive-action.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ .destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ .destructive-action:focus:hover:active, .destructive-action:focus:hover:active:hover, .destructive-action:focus:hover:active:focus, .destructive-action:focus:hover:active:hover:focus, .destructive-action:focus:hover:checked, .destructive-action:focus:hover:checked:hover, .destructive-action:focus:hover:checked:focus, .destructive-action:focus:hover:checked:hover:focus, .destructive-action.flat:focus:hover:active, .destructive-action.flat:focus:hover:active:hover, .destructive-action.flat:focus:hover:active:focus, .destructive-action.flat:focus:hover:active:hover:focus, .destructive-action.flat:focus:hover:checked, .destructive-action.flat:focus:hover:checked:hover, .destructive-action.flat:focus:hover:checked:focus, .destructive-action.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ .destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ .destructive-action:checked, .destructive-action:active, .destructive-action.flat:checked, .destructive-action.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ .destructive-action:checked:active, .destructive-action:checked:active:hover, .destructive-action:checked:active:focus, .destructive-action:checked:active:hover:focus, .destructive-action:checked:checked, .destructive-action:checked:checked:hover, .destructive-action:checked:checked:focus, .destructive-action:checked:checked:hover:focus, .destructive-action:active:active, .destructive-action:active:active:hover, .destructive-action:active:active:focus, .destructive-action:active:active:hover:focus, .destructive-action:active:checked, .destructive-action:active:checked:hover, .destructive-action:active:checked:focus, .destructive-action:active:checked:hover:focus, .destructive-action.flat:checked:active, .destructive-action.flat:checked:active:hover, .destructive-action.flat:checked:active:focus, .destructive-action.flat:checked:active:hover:focus, .destructive-action.flat:checked:checked, .destructive-action.flat:checked:checked:hover, .destructive-action.flat:checked:checked:focus, .destructive-action.flat:checked:checked:hover:focus, .destructive-action.flat:active:active, .destructive-action.flat:active:active:hover, .destructive-action.flat:active:active:focus, .destructive-action.flat:active:active:hover:focus, .destructive-action.flat:active:checked, .destructive-action.flat:active:checked:hover, .destructive-action.flat:active:checked:focus, .destructive-action.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ .destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover {
+ color: #191724; }
+ .destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ .destructive-action:disabled:disabled :disabled, .destructive-action.flat:disabled:disabled :disabled {
+ color: mix(#eb6f92,#191724,0.6); }
+ .destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .destructive-action:active:disabled :disabled, .destructive-action:checked:disabled :disabled, .destructive-action.flat:active:disabled :disabled, .destructive-action.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .destructive-action:backdrop, .destructive-action.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ .destructive-action.separator, .destructive-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ .destructive-action.separator:disabled, .destructive-action .separator:disabled {
+ color: rgba(235, 111, 146, 0.85); }
+ .destructive-action separator {
+ background-image: image(mix(#191724,#eb6f92,0.9)); }
+
+/******************
+ ! Selection mode *
+*******************/
+headerbar.selection-mode,
+.titlebar:not(headerbar).selection-mode {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: mix(#191724,#c4a7e7,0.64);
+ color: #191724; }
+ headerbar.selection-mode:focus, headerbar.selection-mode:hover,
+ .titlebar:not(headerbar).selection-mode:focus,
+ .titlebar:not(headerbar).selection-mode:hover {
+ border-color: mix(#c4a7e7,mix(#191724,#c4a7e7,0.8),0.3); }
+ headerbar.selection-mode:active, headerbar.selection-mode:active:hover, headerbar.selection-mode:active:focus, headerbar.selection-mode:active:hover:focus, headerbar.selection-mode:checked, headerbar.selection-mode:checked:hover, headerbar.selection-mode:checked:focus, headerbar.selection-mode:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode:active,
+ .titlebar:not(headerbar).selection-mode:active:hover,
+ .titlebar:not(headerbar).selection-mode:active:focus,
+ .titlebar:not(headerbar).selection-mode:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode:checked,
+ .titlebar:not(headerbar).selection-mode:checked:hover,
+ .titlebar:not(headerbar).selection-mode:checked:focus,
+ .titlebar:not(headerbar).selection-mode:checked:hover:focus {
+ border-color: mix(#191724,#c4a7e7,0.56); }
+ headerbar.selection-mode:disabled,
+ .titlebar:not(headerbar).selection-mode:disabled {
+ border-color: mix(#191724,#c4a7e7,0.72); }
+ headerbar.selection-mode:active:disabled, headerbar.selection-mode:checked:disabled,
+ .titlebar:not(headerbar).selection-mode:active:disabled,
+ .titlebar:not(headerbar).selection-mode:checked:disabled {
+ border-color: mix(#191724,#c4a7e7,0.64); }
+ headerbar.selection-mode:disabled,
+ .titlebar:not(headerbar).selection-mode:disabled {
+ background-color: #af88de;
+ background-image: none;
+ color: mix(#191724,#c4a7e7,0.5); }
+ headerbar.selection-mode .background,
+ .titlebar:not(headerbar).selection-mode .background {
+ background-color: #c4a7e7;
+ border-color: mix(#c4a7e7,#191724,0.3); }
+ headerbar.selection-mode .title,
+ .titlebar:not(headerbar).selection-mode .title {
+ font-weight: bold;
+ padding: 0 6px; }
+ headerbar.selection-mode .subtitle,
+ .titlebar:not(headerbar).selection-mode .subtitle {
+ font-size: smaller;
+ padding: 0 6px; }
+ headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button,
+ .titlebar:not(headerbar).selection-mode button {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ headerbar.selection-mode button:disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ headerbar.selection-mode button.flat,
+ .titlebar:not(headerbar).selection-mode button.flat {
+ color: #191724;
+ border-color: rgba(196, 167, 231, 0);
+ background-color: rgba(196, 167, 231, 0);
+ background-image: none;
+ box-shadow: none; }
+ headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover,
+ .titlebar:not(headerbar).selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
+ .titlebar:not(headerbar).selection-mode button:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:active,
+ .titlebar:not(headerbar).selection-mode button:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:checked,
+ .titlebar:not(headerbar).selection-mode button:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
+ .titlebar:not(headerbar).selection-mode button:focus:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover {
+ background-color: #d9c6f0;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
+ .titlebar:not(headerbar).selection-mode button:checked,
+ .titlebar:not(headerbar).selection-mode button:active,
+ .titlebar:not(headerbar).selection-mode button.flat:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:active,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active,
+ .titlebar:not(headerbar).selection-mode button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active:active,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active,
+ .titlebar:not(headerbar).selection-mode button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active:checked,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked,
+ .titlebar:not(headerbar).selection-mode button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover {
+ color: #191724; }
+ headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled {
+ background-color: alpha(mix(#c4a7e7,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#c4a7e7,#191724,0.6);
+ box-shadow: none; }
+ headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled {
+ color: mix(#c4a7e7,#191724,0.6); }
+ headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop,
+ .titlebar:not(headerbar).selection-mode button:backdrop,
+ .titlebar:not(headerbar).selection-mode button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
+ .titlebar:not(headerbar).selection-mode button.separator,
+ .titlebar:not(headerbar).selection-mode button .separator {
+ border: 1px solid currentColor;
+ color: rgba(196, 167, 231, 0.9); }
+ headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled,
+ .titlebar:not(headerbar).selection-mode button.separator:disabled,
+ .titlebar:not(headerbar).selection-mode button .separator:disabled {
+ color: rgba(196, 167, 231, 0.85); }
+ headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
+ .titlebar:not(headerbar).selection-mode button separator {
+ background-image: image(mix(#191724,#c4a7e7,0.9)); }
+ headerbar.selection-mode button.image-button,
+ .titlebar:not(headerbar).selection-mode button.image-button {
+ padding: 3px; }
+ headerbar.selection-mode viewswitcher button, headerbar.selection-mode viewswitcher button.nautilus-circular-button.image-button,
+ headerbar.selection-mode .linked > button,
+ .titlebar:not(headerbar).selection-mode viewswitcher button,
+ .titlebar:not(headerbar).selection-mode .linked > button {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ headerbar.selection-mode viewswitcher button:focus, headerbar.selection-mode viewswitcher button:hover,
+ headerbar.selection-mode .linked > button:focus,
+ headerbar.selection-mode .linked > button:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ headerbar.selection-mode viewswitcher button:active, headerbar.selection-mode viewswitcher button:active:hover, headerbar.selection-mode viewswitcher button:active:focus, headerbar.selection-mode viewswitcher button:active:hover:focus, headerbar.selection-mode viewswitcher button:checked, headerbar.selection-mode viewswitcher button:checked:hover, headerbar.selection-mode viewswitcher button:checked:focus, headerbar.selection-mode viewswitcher button:checked:hover:focus,
+ headerbar.selection-mode .linked > button:active,
+ headerbar.selection-mode .linked > button:active:hover,
+ headerbar.selection-mode .linked > button:active:focus,
+ headerbar.selection-mode .linked > button:active:hover:focus,
+ headerbar.selection-mode .linked > button:checked,
+ headerbar.selection-mode .linked > button:checked:hover,
+ headerbar.selection-mode .linked > button:checked:focus,
+ headerbar.selection-mode .linked > button:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ headerbar.selection-mode viewswitcher button:disabled,
+ headerbar.selection-mode .linked > button:disabled,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:disabled,
+ .titlebar:not(headerbar).selection-mode .linked > button:disabled {
+ box-shadow: inset -1px 0 #9a68d6; }
+ headerbar.selection-mode viewswitcher button:last-child, headerbar.selection-mode viewswitcher button:only-child,
+ headerbar.selection-mode .linked > button:last-child,
+ headerbar.selection-mode .linked > button:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ headerbar.selection-mode viewswitcher button:last-child:hover, headerbar.selection-mode viewswitcher button:only-child:hover,
+ headerbar.selection-mode .linked > button:last-child:hover,
+ headerbar.selection-mode .linked > button:only-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:last-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:only-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:last-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ headerbar.selection-mode viewswitcher button:disabled:last-child, headerbar.selection-mode viewswitcher button:disabled:only-child, headerbar.selection-mode viewswitcher button:active:disabled:last-child, headerbar.selection-mode viewswitcher button:active:disabled:only-child, headerbar.selection-mode viewswitcher button:checked:disabled:last-child, headerbar.selection-mode viewswitcher button:checked:disabled:only-child,
+ headerbar.selection-mode .linked > button:disabled:last-child,
+ headerbar.selection-mode .linked > button:disabled:only-child,
+ headerbar.selection-mode .linked > button:active:disabled:last-child,
+ headerbar.selection-mode .linked > button:active:disabled:only-child,
+ headerbar.selection-mode .linked > button:checked:disabled:last-child,
+ headerbar.selection-mode .linked > button:checked:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:only-child {
+ box-shadow: none; }
+ headerbar.selection-mode viewswitcher button:active:last-child, headerbar.selection-mode viewswitcher button:active:last-child:focus, headerbar.selection-mode viewswitcher button:active:last-child:hover, headerbar.selection-mode viewswitcher button:active:last-child:hover:focus, headerbar.selection-mode viewswitcher button:checked:last-child, headerbar.selection-mode viewswitcher button:checked:last-child:focus, headerbar.selection-mode viewswitcher button:checked:last-child:hover, headerbar.selection-mode viewswitcher button:checked:last-child:hover:focus,
+ headerbar.selection-mode .linked > button:active:last-child,
+ headerbar.selection-mode .linked > button:active:last-child:focus,
+ headerbar.selection-mode .linked > button:active:last-child:hover,
+ headerbar.selection-mode .linked > button:active:last-child:hover:focus,
+ headerbar.selection-mode .linked > button:checked:last-child,
+ headerbar.selection-mode .linked > button:checked:last-child:focus,
+ headerbar.selection-mode .linked > button:checked:last-child:hover,
+ headerbar.selection-mode .linked > button:checked:last-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ headerbar.selection-mode viewswitcher button:active:only-child, headerbar.selection-mode viewswitcher button:active:only-child:focus, headerbar.selection-mode viewswitcher button:active:only-child:hover, headerbar.selection-mode viewswitcher button:active:only-child:hover:focus, headerbar.selection-mode viewswitcher button:checked:only-child, headerbar.selection-mode viewswitcher button:checked:only-child:focus, headerbar.selection-mode viewswitcher button:checked:only-child:hover, headerbar.selection-mode viewswitcher button:checked:only-child:hover:focus,
+ headerbar.selection-mode .linked > button:active:only-child,
+ headerbar.selection-mode .linked > button:active:only-child:focus,
+ headerbar.selection-mode .linked > button:active:only-child:hover,
+ headerbar.selection-mode .linked > button:active:only-child:hover:focus,
+ headerbar.selection-mode .linked > button:checked:only-child,
+ headerbar.selection-mode .linked > button:checked:only-child:focus,
+ headerbar.selection-mode .linked > button:checked:only-child:hover,
+ headerbar.selection-mode .linked > button:checked:only-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ headerbar.selection-mode box button.image-button,
+ .titlebar:not(headerbar).selection-mode box button.image-button {
+ padding: 3px 7px; }
+ headerbar.selection-mode separator, headerbar.selection-mode separator:disabled,
+ .titlebar:not(headerbar).selection-mode separator,
+ .titlebar:not(headerbar).selection-mode separator:disabled {
+ color: #7133bc;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button,
+ .titlebar:not(headerbar).selection-mode button {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ headerbar.selection-mode button:disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ headerbar.selection-mode button.flat,
+ .titlebar:not(headerbar).selection-mode button.flat {
+ color: #191724;
+ border-color: rgba(196, 167, 231, 0);
+ background-color: rgba(196, 167, 231, 0);
+ background-image: none;
+ box-shadow: none; }
+ headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover,
+ .titlebar:not(headerbar).selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
+ .titlebar:not(headerbar).selection-mode button:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:active,
+ .titlebar:not(headerbar).selection-mode button:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:checked,
+ .titlebar:not(headerbar).selection-mode button:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
+ .titlebar:not(headerbar).selection-mode button:focus:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover {
+ background-color: #d9c6f0;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
+ .titlebar:not(headerbar).selection-mode button:checked,
+ .titlebar:not(headerbar).selection-mode button:active,
+ .titlebar:not(headerbar).selection-mode button.flat:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:active,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active,
+ .titlebar:not(headerbar).selection-mode button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active:active,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active,
+ .titlebar:not(headerbar).selection-mode button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active:checked,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked,
+ .titlebar:not(headerbar).selection-mode button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover {
+ color: #191724; }
+ headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled {
+ background-color: alpha(mix(#c4a7e7,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#c4a7e7,#191724,0.6);
+ box-shadow: none; }
+ headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled {
+ color: mix(#c4a7e7,#191724,0.6); }
+ headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop,
+ .titlebar:not(headerbar).selection-mode button:backdrop,
+ .titlebar:not(headerbar).selection-mode button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
+ .titlebar:not(headerbar).selection-mode button.separator,
+ .titlebar:not(headerbar).selection-mode button .separator {
+ border: 1px solid currentColor;
+ color: rgba(196, 167, 231, 0.9); }
+ headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled,
+ .titlebar:not(headerbar).selection-mode button.separator:disabled,
+ .titlebar:not(headerbar).selection-mode button .separator:disabled {
+ color: rgba(196, 167, 231, 0.85); }
+ headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
+ .titlebar:not(headerbar).selection-mode button separator {
+ background-image: image(mix(#191724,#c4a7e7,0.9)); }
+ headerbar.selection-mode:backdrop,
+ .titlebar:not(headerbar).selection-mode:backdrop {
+ background-color: #c4a7e7;
+ background-image: none; }
+ headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu,
+ .titlebar:not(headerbar).selection-mode .selection-menu:backdrop,
+ .titlebar:not(headerbar).selection-mode .selection-menu {
+ color: #9a68d6;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none;
+ border: 0; }
+ headerbar.selection-mode .selection-menu:backdrop:hover, headerbar.selection-mode .selection-menu:hover,
+ .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:hover,
+ .titlebar:not(headerbar).selection-mode .selection-menu:hover {
+ color: #8549cd; }
+ headerbar.selection-mode .selection-menu:backdrop:active, headerbar.selection-mode .selection-menu:active,
+ .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:active,
+ .titlebar:not(headerbar).selection-mode .selection-menu:active {
+ color: #9059d2; }
+ headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow,
+ .titlebar:not(headerbar).selection-mode .selection-menu:backdrop .arrow,
+ .titlebar:not(headerbar).selection-mode .selection-menu .arrow {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ color: rgba(25, 23, 36, 0.5);
+ -gtk-icon-shadow: none; }
+ headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label,
+ .titlebar:not(headerbar).selection-mode .dim-label,
+ .titlebar:not(headerbar).selection-mode label.separator, .selection-menu .titlebar:not(headerbar).selection-mode .dim-label {
+ color: #8549cd; }
+
+/**********
+ ! Calendar
+***********/
+calendar {
+ padding: 1px 3px;
+ outline-offset: -1px;
+ color: #26233a; }
+ calendar:selected {
+ border-radius: 2px; }
+ calendar.header {
+ border-bottom: 1px solid rgba(12, 12, 18, 0.1);
+ border-radius: 0; }
+ calendar.header:backdrop {
+ border-color: rgba(12, 12, 18, 0.1); }
+ calendar.button {
+ color: rgba(31, 29, 46, 0.55); }
+ calendar.button:hover {
+ color: #1f1d2e; }
+ calendar.button:backdrop {
+ color: alpha(mix(#1f1d2e,#f0f0f3,0.5),0.55); }
+ calendar.button:disabled {
+ color: alpha(mix(#1f1d2e,#f0f0f3,0.5),0.55); }
+ calendar:indeterminate, calendar:indeterminate:backdrop {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ calendar.highlight, calendar.highlight:backdrop {
+ font-size: smaller;
+ color: mix(#c4a7e7,#1f1d2e,0.5); }
+ calendar:backdrop {
+ color: mix(#c5c3ce,#26233a,0.8); }
+
+/* gnome-calendar */
+.calendar-view {
+ background-color: #c5c3ce;
+ color: #26233a; }
+
+/***************
+ ! Color chooser
+****************/
+colorswatch:drop(active), colorswatch {
+ border-style: none; }
+
+colorswatch.top {
+ border-top-left-radius: 2.5px;
+ border-top-right-radius: 2.5px; }
+ colorswatch.top overlay {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+colorswatch.bottom {
+ border-bottom-left-radius: 2.5px;
+ border-bottom-right-radius: 2.5px; }
+ colorswatch.bottom overlay {
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px; }
+
+colorswatch.left, colorswatch:first-child:not(.top) {
+ border-top-left-radius: 2.5px;
+ border-bottom-left-radius: 2.5px; }
+ colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px; }
+
+colorswatch.right, colorswatch:last-child:not(.bottom) {
+ border-top-right-radius: 2.5px;
+ border-bottom-right-radius: 2.5px; }
+ colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px; }
+
+colorswatch.dark overlay {
+ color: #191724; }
+ colorswatch.dark overlay:hover {
+ border-color: mix(#f0f0f3,#1f1d2e,0.1); }
+ colorswatch.dark overlay:backdrop {
+ color: mix(#c4a7e7,#191724,0.66); }
+
+colorswatch.light overlay {
+ color: #26233a; }
+ colorswatch.light overlay:hover {
+ border-color: mix(#f0f0f3,#1f1d2e,0.1); }
+ colorswatch.light overlay:backdrop {
+ color: mix(#c5c3ce,#26233a,0.8); }
+
+colorswatch:drop(active) {
+ box-shadow: none; }
+ colorswatch:drop(active).light overlay {
+ border-color: #c4a7e7;
+ box-shadow: inset 0 0 0 2px mix(#f0f0f3,#1f1d2e,0.1), inset 0 0 0 1px #c4a7e7; }
+ colorswatch:drop(active).dark overlay {
+ border-color: #c4a7e7;
+ box-shadow: inset 0 0 0 2px mix(#f0f0f3,#1f1d2e,0.1), inset 0 0 0 1px #c4a7e7; }
+
+colorswatch overlay {
+ border: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ colorswatch overlay:hover {
+ box-shadow: inset 0 1px rgba(242, 242, 244, 0.4), inset 0 -1px rgba(12, 12, 18, 0.2); }
+ colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover {
+ border-color: mix(#f0f0f3,#1f1d2e,0.1);
+ box-shadow: none; }
+
+colorswatch:disabled {
+ opacity: .5; }
+ colorswatch:disabled overlay {
+ border-color: rgba(12, 12, 18, 0.6);
+ box-shadow: none; }
+
+row:selected colorswatch {
+ box-shadow: 0 0 0 2px #191724; }
+
+colorswatch#add-color-button {
+ border-radius: 2px 2px 0 0; }
+ colorswatch#add-color-button:only-child {
+ border-radius: 2px; }
+ colorswatch#add-color-button overlay {
+ background-color: #e3e3e8;
+ color: #1f1d2e; }
+ colorswatch#add-color-button overlay:hover {
+ background-color: #d5d5de; }
+ colorswatch#add-color-button overlay:backdrop {
+ background-color: #e3e3e8; }
+
+colorswatch#editor-color-sample {
+ border-radius: 2px; }
+ colorswatch#editor-color-sample overlay {
+ border-radius: 2.5px; }
+
+button.color, button.color.nautilus-circular-button.image-button {
+ padding: 3px; }
+ button.color colorswatch:only-child, button.color colorswatch:only-child overlay {
+ border-radius: 2px; }
+ button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child {
+ box-shadow: none; }
+
+/***********************
+! Font and file choosers
+************************/
+filechooser {
+ /* for fallback when header bar not used */ }
+ filechooser .dialog-action-box {
+ border-top: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ filechooser .dialog-action-box:backdrop {
+ border-top-color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9); }
+ filechooser #pathbarbox {
+ border-bottom: 1px solid mix(#f0f0f3,#1f1d2e,0.1);
+ background-color: #f0f0f3; }
+
+filechooserbutton:drop(active) {
+ box-shadow: none;
+ border-color: transparent; }
+
+/******************
+ ! Grid and flowbox
+*******************/
+widget:active {
+ background-color: mix(#c4a7e7,#c5c3ce,0.5); }
+
+list {
+ color: #26233a;
+ background-color: #c5c3ce;
+ border-color: mix(#f0f0f3,#1f1d2e,0.1); }
+ list:backdrop {
+ background-color: #c5c3ce;
+ border-color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9); }
+ list row {
+ padding: 3px; }
+
+row {
+ transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
+ row:hover {
+ transition: none; }
+ row:backdrop {
+ transition: 200ms ease-out; }
+ row.activatable.has-open-popup, row.activatable:hover {
+ background-color: rgba(31, 29, 46, 0.05); }
+ row.activatable:active {
+ box-shadow: inset 0 2px 2px -2px rgba(12, 12, 18, 0.2); }
+ row.activatable:backdrop:hover {
+ background-color: transparent; }
+ row.activatable:selected:active {
+ box-shadow: inset 0 2px 3px -1px rgba(12, 12, 18, 0.5); }
+ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
+ background-color: mix(#c4a7e7,#1f1d2e,0.1); }
+ row.activatable:selected:backdrop {
+ background-color: #c4a7e7; }
+
+flowbox flowboxchild {
+ padding: 3px;
+ border-radius: 2px; }
+ flowbox flowboxchild:selected {
+ outline-offset: -2px; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Infobar
+**********/
+infobar {
+ border: 0; }
+ infobar.info, infobar.info:backdrop {
+ background-color: #9ccfd8;
+ background-image: none;
+ border: 1px solid #67b5c3;
+ caret-color: currentColor; }
+ infobar.info label, infobar.info, infobar.info:backdrop label, infobar.info:backdrop {
+ color: #191724; }
+ infobar.info button, infobar.info button.nautilus-circular-button.image-button {
+ background-color: #9ccfd8;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ infobar.info button:focus, infobar.info button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.info button:active, infobar.info button:active:hover, infobar.info button:active:focus, infobar.info button:active:hover:focus, infobar.info button:checked, infobar.info button:checked:hover, infobar.info button:checked:focus, infobar.info button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.info button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.info button:active:disabled, infobar.info button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:hover, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked:hover, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > infobar.info button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.info button, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.info button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ infobar.info button.flat {
+ color: #191724;
+ border-color: rgba(156, 207, 216, 0);
+ background-color: rgba(156, 207, 216, 0);
+ background-image: none;
+ box-shadow: none; }
+ infobar.info button:hover, infobar.info button.flat:hover {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ infobar.info button:hover:focus, infobar.info button:hover:hover, infobar.info button.flat:hover:focus, infobar.info button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.info button:hover:active, infobar.info button:hover:active:focus, infobar.info button.flat:hover:active:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:focus, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.info button:hover:active:disabled, infobar.info button:hover:checked:disabled, infobar.info button.flat:hover:active:disabled, infobar.info button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.info button:focus, infobar.info button.flat:focus {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ infobar.info button:focus:hover, infobar.info button.flat:focus:hover {
+ background-color: #b7dce3;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.info button:focus:hover:active, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:focus, infobar.info button:focus:hover:checked, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.info button:focus:hover:active:disabled, infobar.info button:focus:hover:checked:disabled, infobar.info button.flat:focus:hover:active:disabled, infobar.info button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.info button:checked, infobar.info button:active, infobar.info button.flat:checked, infobar.info button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.info button:active:checked, infobar.info button:active:checked:hover, infobar.info button:active:checked:focus, infobar.info button:active:checked:hover:focus, infobar.info button.flat:active:checked, infobar.info button.flat:active:checked:hover, infobar.info button.flat:active:checked:focus, infobar.info button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.info button:active:checked:disabled, infobar.info button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover {
+ color: #191724; }
+ infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled {
+ background-color: alpha(mix(#9ccfd8,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#9ccfd8,#191724,0.6);
+ box-shadow: none; }
+ infobar.info button:disabled:disabled :disabled, infobar.info button.flat:disabled:disabled :disabled {
+ color: mix(#9ccfd8,#191724,0.6); }
+ infobar.info button:active:disabled, infobar.info button:checked:disabled, infobar.info button.flat:active:disabled, infobar.info button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ infobar.info button:active:disabled :disabled, infobar.info button:checked:disabled :disabled, infobar.info button.flat:active:disabled :disabled, infobar.info button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ infobar.info button:backdrop, infobar.info button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ infobar.info button.separator, infobar.info button .separator {
+ border: 1px solid currentColor;
+ color: rgba(156, 207, 216, 0.9); }
+ infobar.info button.separator:disabled, infobar.info button .separator:disabled {
+ color: rgba(156, 207, 216, 0.85); }
+ infobar.info button separator, infobar.info button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#191724,#9ccfd8,0.9)); }
+ infobar.warning, infobar.warning:backdrop {
+ background-color: #f6c177;
+ background-image: none;
+ border: 1px solid #f1a233;
+ caret-color: currentColor; }
+ infobar.warning label, infobar.warning, infobar.warning:backdrop label, infobar.warning:backdrop {
+ color: #191724; }
+ infobar.warning button, infobar.warning button.nautilus-circular-button.image-button {
+ background-color: #f6c177;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ infobar.warning button:focus, infobar.warning button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.warning button:active, infobar.warning button:active:hover, infobar.warning button:active:focus, infobar.warning button:active:hover:focus, infobar.warning button:checked, infobar.warning button:checked:hover, infobar.warning button:checked:focus, infobar.warning button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.warning button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.warning button:active:disabled, infobar.warning button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:hover, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > infobar.warning button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ infobar.warning button.flat {
+ color: #191724;
+ border-color: rgba(246, 193, 119, 0);
+ background-color: rgba(246, 193, 119, 0);
+ background-image: none;
+ box-shadow: none; }
+ infobar.warning button:hover, infobar.warning button.flat:hover {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.warning button:hover:active, infobar.warning button:hover:active:focus, infobar.warning button.flat:hover:active:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:focus, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.warning button:hover:active:disabled, infobar.warning button:hover:checked:disabled, infobar.warning button.flat:hover:active:disabled, infobar.warning button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.warning button:focus, infobar.warning button.flat:focus {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover {
+ background-color: #f8d199;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.warning button:focus:hover:active, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button:focus:hover:checked, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.warning button:focus:hover:active:disabled, infobar.warning button:focus:hover:checked:disabled, infobar.warning button.flat:focus:hover:active:disabled, infobar.warning button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.warning button:checked, infobar.warning button:active, infobar.warning button.flat:checked, infobar.warning button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.warning button:active:checked, infobar.warning button:active:checked:hover, infobar.warning button:active:checked:focus, infobar.warning button:active:checked:hover:focus, infobar.warning button.flat:active:checked, infobar.warning button.flat:active:checked:hover, infobar.warning button.flat:active:checked:focus, infobar.warning button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.warning button:active:checked:disabled, infobar.warning button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover {
+ color: #191724; }
+ infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled {
+ background-color: alpha(mix(#f6c177,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#f6c177,#191724,0.6);
+ box-shadow: none; }
+ infobar.warning button:disabled:disabled :disabled, infobar.warning button.flat:disabled:disabled :disabled {
+ color: mix(#f6c177,#191724,0.6); }
+ infobar.warning button:active:disabled, infobar.warning button:checked:disabled, infobar.warning button.flat:active:disabled, infobar.warning button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ infobar.warning button:active:disabled :disabled, infobar.warning button:checked:disabled :disabled, infobar.warning button.flat:active:disabled :disabled, infobar.warning button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ infobar.warning button:backdrop, infobar.warning button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ infobar.warning button.separator, infobar.warning button .separator {
+ border: 1px solid currentColor;
+ color: rgba(246, 193, 119, 0.9); }
+ infobar.warning button.separator:disabled, infobar.warning button .separator:disabled {
+ color: rgba(246, 193, 119, 0.85); }
+ infobar.warning button separator, infobar.warning button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#191724,#f6c177,0.9)); }
+ infobar.question, infobar.question:backdrop {
+ background-color: #9ccfd8;
+ background-image: none;
+ border: 1px solid #67b5c3;
+ caret-color: currentColor; }
+ infobar.question label, infobar.question, infobar.question:backdrop label, infobar.question:backdrop {
+ color: #191724; }
+ infobar.question button, infobar.question button.nautilus-circular-button.image-button {
+ background-color: #9ccfd8;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ infobar.question button:focus, infobar.question button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.question button:active, infobar.question button:active:hover, infobar.question button:active:focus, infobar.question button:active:hover:focus, infobar.question button:checked, infobar.question button:checked:hover, infobar.question button:checked:focus, infobar.question button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.question button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.question button:active:disabled, infobar.question button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:hover, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked:hover, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > infobar.question button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.question button, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.question button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ infobar.question button.flat {
+ color: #191724;
+ border-color: rgba(156, 207, 216, 0);
+ background-color: rgba(156, 207, 216, 0);
+ background-image: none;
+ box-shadow: none; }
+ infobar.question button:hover, infobar.question button.flat:hover {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ infobar.question button:hover:focus, infobar.question button:hover:hover, infobar.question button.flat:hover:focus, infobar.question button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.question button:hover:active, infobar.question button:hover:active:focus, infobar.question button.flat:hover:active:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:focus, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.question button:hover:active:disabled, infobar.question button:hover:checked:disabled, infobar.question button.flat:hover:active:disabled, infobar.question button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.question button:focus, infobar.question button.flat:focus {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ infobar.question button:focus:hover, infobar.question button.flat:focus:hover {
+ background-color: #b7dce3;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.question button:focus:hover:active, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:focus, infobar.question button:focus:hover:checked, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.question button:focus:hover:active:disabled, infobar.question button:focus:hover:checked:disabled, infobar.question button.flat:focus:hover:active:disabled, infobar.question button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.question button:checked, infobar.question button:active, infobar.question button.flat:checked, infobar.question button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.question button:active:checked, infobar.question button:active:checked:hover, infobar.question button:active:checked:focus, infobar.question button:active:checked:hover:focus, infobar.question button.flat:active:checked, infobar.question button.flat:active:checked:hover, infobar.question button.flat:active:checked:focus, infobar.question button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.question button:active:checked:disabled, infobar.question button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover {
+ color: #191724; }
+ infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled {
+ background-color: alpha(mix(#9ccfd8,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#9ccfd8,#191724,0.6);
+ box-shadow: none; }
+ infobar.question button:disabled:disabled :disabled, infobar.question button.flat:disabled:disabled :disabled {
+ color: mix(#9ccfd8,#191724,0.6); }
+ infobar.question button:active:disabled, infobar.question button:checked:disabled, infobar.question button.flat:active:disabled, infobar.question button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ infobar.question button:active:disabled :disabled, infobar.question button:checked:disabled :disabled, infobar.question button.flat:active:disabled :disabled, infobar.question button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ infobar.question button:backdrop, infobar.question button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ infobar.question button.separator, infobar.question button .separator {
+ border: 1px solid currentColor;
+ color: rgba(156, 207, 216, 0.9); }
+ infobar.question button.separator:disabled, infobar.question button .separator:disabled {
+ color: rgba(156, 207, 216, 0.85); }
+ infobar.question button separator, infobar.question button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#191724,#9ccfd8,0.9)); }
+ infobar.error, infobar.error:backdrop {
+ background-color: #eb6f92;
+ background-image: none;
+ border: 1px solid #e33264;
+ caret-color: currentColor; }
+ infobar.error label, infobar.error, infobar.error:backdrop label, infobar.error:backdrop {
+ color: #191724; }
+ infobar.error button, infobar.error button.nautilus-circular-button.image-button {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ infobar.error button:focus, infobar.error button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.error button:active, infobar.error button:active:hover, infobar.error button:active:focus, infobar.error button:active:hover:focus, infobar.error button:checked, infobar.error button:checked:hover, infobar.error button:checked:focus, infobar.error button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.error button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.error button:active:disabled, infobar.error button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:hover, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked:hover, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > infobar.error button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.error button, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.error button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ infobar.error button.flat {
+ color: #191724;
+ border-color: rgba(235, 111, 146, 0);
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ infobar.error button:hover, infobar.error button.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.error button:hover:active, infobar.error button:hover:active:focus, infobar.error button.flat:hover:active:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:focus, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.error button:hover:active:disabled, infobar.error button:hover:checked:disabled, infobar.error button.flat:hover:active:disabled, infobar.error button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.error button:focus, infobar.error button.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ infobar.error button:focus:hover, infobar.error button.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.error button:focus:hover:active, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:focus, infobar.error button:focus:hover:checked, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.error button:focus:hover:active:disabled, infobar.error button:focus:hover:checked:disabled, infobar.error button.flat:focus:hover:active:disabled, infobar.error button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.error button:checked, infobar.error button:active, infobar.error button.flat:checked, infobar.error button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.error button:active:checked, infobar.error button:active:checked:hover, infobar.error button:active:checked:focus, infobar.error button:active:checked:hover:focus, infobar.error button.flat:active:checked, infobar.error button.flat:active:checked:hover, infobar.error button.flat:active:checked:focus, infobar.error button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.error button:active:checked:disabled, infobar.error button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover {
+ color: #191724; }
+ infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ infobar.error button:disabled:disabled :disabled, infobar.error button.flat:disabled:disabled :disabled {
+ color: mix(#eb6f92,#191724,0.6); }
+ infobar.error button:active:disabled, infobar.error button:checked:disabled, infobar.error button.flat:active:disabled, infobar.error button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ infobar.error button:active:disabled :disabled, infobar.error button:checked:disabled :disabled, infobar.error button.flat:active:disabled :disabled, infobar.error button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ infobar.error button:backdrop, infobar.error button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ infobar.error button.separator, infobar.error button .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ infobar.error button.separator:disabled, infobar.error button .separator:disabled {
+ color: rgba(235, 111, 146, 0.85); }
+ infobar.error button separator, infobar.error button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#191724,#eb6f92,0.9)); }
+
+/*********
+ ! Entry *
+**********/
+.linked:not(.vertical) > entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0; }
+ .linked:not(.vertical) > entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .linked:not(.vertical) > entry:first-child:dir(rtl) {
+ border-left-width: 0;
+ border-right-width: 1px; }
+ .linked:not(.vertical) > entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .linked:not(.vertical) > entry:last-child:dir(rtl) {
+ border-left-width: 1px;
+ border-right-width: 0; }
+ .linked:not(.vertical) > entry:only-child {
+ border-width: 1px; }
+ .linked:not(.vertical) > entry:only-child {
+ border-radius: 2px; }
+
+.linked.vertical > entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-top-width: 0;
+ border-bottom-width: 0; }
+ .linked.vertical > entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-top-width: 1px;
+ border-bottom-width: 0;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+ .linked.vertical > entry:first-child:dir(rtl) {
+ border-top-width: 0;
+ border-bottom-width: 1px; }
+ .linked.vertical > entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-top-width: 0;
+ border-bottom-width: 1px;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+ .linked.vertical > entry:last-child:dir(rtl) {
+ border-top-width: 1px;
+ border-bottom-width: 0; }
+ .linked.vertical > entry:only-child {
+ border-width: 1px; }
+ .linked.vertical > entry:only-child {
+ border-radius: 2px; }
+
+#login_window entry, .osd entry,
+#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: border 100ms ease-out;
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.1), inset 0 1px rgba(6, 6, 9, 0.12), inset -1px 0 rgba(6, 6, 9, 0.1), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ #login_window entry:focus,
+ #XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
+ #XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
+ #XfceNotifyWindow entry:active, popover.background entry:active, entry:active {
+ transition: border 100ms ease-in; }
+ #login_window entry:selected,
+ #XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ #login_window entry:disabled,
+ #XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
+ box-shadow: none; }
+ #login_window entry progress, .osd entry progress,
+ #XfceNotifyWindow entry progress, popover.background entry progress, entry progress {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-width: 0;
+ border-radius: 2px;
+ color: #191724; }
+ #login_window entry image.left,
+ #XfceNotifyWindow entry image.left, entry image.left {
+ padding-right: 3px; }
+ #login_window entry image.right,
+ #XfceNotifyWindow entry image.right, entry image.right {
+ padding-left: 3px; }
+ #login_window entry.warning,
+ #XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
+ color: #191724;
+ border-color: #f1a233;
+ background-color: mix(#c5c3ce,#f6c177,0.6); }
+ #login_window entry.warning image,
+ #XfceNotifyWindow entry.warning image, entry.warning image {
+ color: #191724; }
+ #login_window entry.warning:focus,
+ #XfceNotifyWindow entry.warning:focus, entry.warning:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#f6c177,0.3);
+ background-color: #f6c177;
+ box-shadow: none; }
+ #login_window entry.warning selection,
+ #XfceNotifyWindow entry.warning selection, entry.warning selection {
+ background-color: #191724;
+ color: #f6c177; }
+ #login_window entry.error,
+ #XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
+ color: #191724;
+ border-color: #e33264;
+ background-color: mix(#c5c3ce,#eb6f92,0.6); }
+ #login_window entry.error image,
+ #XfceNotifyWindow entry.error image, entry.error image {
+ color: #191724; }
+ #login_window entry.error:focus,
+ #XfceNotifyWindow entry.error:focus, entry.error:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#eb6f92,0.3);
+ background-color: #eb6f92;
+ box-shadow: none; }
+ #login_window entry.error selection,
+ #XfceNotifyWindow entry.error selection, entry.error selection {
+ background-color: #191724;
+ color: #eb6f92; }
+ #login_window entry.search-missing,
+ #XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
+ color: #191724;
+ border-color: #e33264;
+ background-color: mix(#c5c3ce,#eb6f92,0.6); }
+ #login_window entry.search-missing image,
+ #XfceNotifyWindow entry.search-missing image, entry.search-missing image {
+ color: #191724; }
+ #login_window entry.search-missing:focus,
+ #XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#eb6f92,0.3);
+ background-color: #eb6f92;
+ box-shadow: none; }
+ #login_window entry.search-missing selection,
+ #XfceNotifyWindow entry.search-missing selection, entry.search-missing selection {
+ background-color: #191724;
+ color: #eb6f92; }
+
+/*********
+ ! Menubar
+**********/
+menubar, .menubar {
+ -GtkWidget-window-dragging: true;
+ padding: 0;
+ border: 0;
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4; }
+ menubar > menuitem, .menubar > menuitem {
+ min-height: 16px;
+ padding: 5px 7px;
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ menubar > menuitem:hover, .menubar > menuitem:hover {
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+ menubar > menuitem *:hover, .menubar > menuitem *:hover {
+ color: #fafafd; }
+
+/******
+ ! Menu
+*******/
+menu,
+.menu,
+.context-menu {
+ border-radius: 0;
+ padding: 3px;
+ background-color: #191724;
+ color: #e0def4;
+ border: 1px solid mix(#191724,#e0def4,0.21); }
+ .csd menu, .csd .menu, .csd .context-menu {
+ border: 0; }
+ menu:selected,
+ .menu:selected,
+ .context-menu:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ menu separator, .csd menu separator,
+ .menu separator, .csd .menu separator,
+ .context-menu separator, .csd .context-menu separator {
+ background-image: image(mix(#191724,#e0def4,0.18));
+ margin: 1px 0; }
+ menu .separator, .csd menu .separator,
+ .menu .separator, .csd .menu .separator,
+ .context-menu .separator, .csd .context-menu .separator {
+ color: mix(#191724,#e0def4,0.18); }
+ menu menuitem,
+ .menu menuitem,
+ .context-menu menuitem {
+ min-height: 16px;
+ min-width: 40px;
+ padding: 5px;
+ border-radius: 0; }
+ menu menuitem:active, menu menuitem:hover,
+ .menu menuitem:active,
+ .menu menuitem:hover,
+ .context-menu menuitem:active,
+ .context-menu menuitem:hover {
+ border: 0;
+ background-color: #c4a7e7;
+ background-image: none;
+ color: #191724; }
+ menu menuitem:active accelerator, menu menuitem:hover accelerator,
+ .menu menuitem:active accelerator,
+ .menu menuitem:hover accelerator,
+ .context-menu menuitem:active accelerator,
+ .context-menu menuitem:hover accelerator {
+ color: rgba(25, 23, 36, 0.6); }
+ menu menuitem *:active, menu menuitem *:hover,
+ .menu menuitem *:active,
+ .menu menuitem *:hover,
+ .context-menu menuitem *:active,
+ .context-menu menuitem *:hover {
+ color: #191724; }
+ menu menuitem:disabled, menu menuitem *:disabled,
+ .menu menuitem:disabled,
+ .menu menuitem *:disabled,
+ .context-menu menuitem:disabled,
+ .context-menu menuitem *:disabled {
+ color: mix(#e0def4,#191724,0.5); }
+ menu menuitem arrow,
+ .menu menuitem arrow,
+ .context-menu menuitem arrow {
+ min-height: 16px;
+ min-width: 16px; }
+ menu menuitem arrow:dir(ltr),
+ .menu menuitem arrow:dir(ltr),
+ .context-menu menuitem arrow:dir(ltr) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+ margin-left: 10px; }
+ menu menuitem arrow:dir(rtl),
+ .menu menuitem arrow:dir(rtl),
+ .context-menu menuitem arrow:dir(rtl) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
+ margin-right: 10px; }
+ menu menuitem.button, menu menuitem.button:focus, menu menuitem.button:active, menu menuitem.button:disabled, menu menuitem.button:active:disabled, menu menuitem.button.flat, menu menuitem.button.flat:focus, menu menuitem.button.flat:active, menu menuitem.button.flat:disabled, menu menuitem.button.flat:active:disabled,
+ .menu menuitem.button,
+ .menu menuitem.button:focus,
+ .menu menuitem.button:active,
+ .menu menuitem.button:disabled,
+ .menu menuitem.button:active:disabled,
+ .menu menuitem.button.flat,
+ .menu menuitem.button.flat:focus,
+ .menu menuitem.button.flat:active,
+ .menu menuitem.button.flat:disabled,
+ .menu menuitem.button.flat:active:disabled,
+ .context-menu menuitem.button,
+ .context-menu menuitem.button:focus,
+ .context-menu menuitem.button:active,
+ .context-menu menuitem.button:disabled,
+ .context-menu menuitem.button:active:disabled,
+ .context-menu menuitem.button.flat,
+ .context-menu menuitem.button.flat:focus,
+ .context-menu menuitem.button.flat:active,
+ .context-menu menuitem.button.flat:disabled,
+ .context-menu menuitem.button.flat:active:disabled {
+ background-color: transparent;
+ background-image: none;
+ border: 0;
+ box-shadow: none;
+ color: currentColor; }
+ menu menuitem.button:hover, menu menuitem.button:focus:hover, menu menuitem.button:active:hover, menu menuitem.button:selected, menu menuitem.button.flat:hover, menu menuitem.button.flat:focus:hover, menu menuitem.button.flat:active:hover, menu menuitem.button.flat:selected,
+ .menu menuitem.button:hover,
+ .menu menuitem.button:focus:hover,
+ .menu menuitem.button:active:hover,
+ .menu menuitem.button:selected,
+ .menu menuitem.button.flat:hover,
+ .menu menuitem.button.flat:focus:hover,
+ .menu menuitem.button.flat:active:hover,
+ .menu menuitem.button.flat:selected,
+ .context-menu menuitem.button:hover,
+ .context-menu menuitem.button:focus:hover,
+ .context-menu menuitem.button:active:hover,
+ .context-menu menuitem.button:selected,
+ .context-menu menuitem.button.flat:hover,
+ .context-menu menuitem.button.flat:focus:hover,
+ .context-menu menuitem.button.flat:active:hover,
+ .context-menu menuitem.button.flat:selected {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ menu menuitem calendar,
+ .menu menuitem calendar,
+ .context-menu menuitem calendar {
+ color: #e0def4; }
+ menu menuitem calendar.header,
+ .menu menuitem calendar.header,
+ .context-menu menuitem calendar.header {
+ border-bottom: 1px solid #171520;
+ border-radius: 0; }
+ menu menuitem calendar.header:backdrop,
+ .menu menuitem calendar.header:backdrop,
+ .context-menu menuitem calendar.header:backdrop {
+ border-color: #171520; }
+ menu menuitem calendar.button,
+ .menu menuitem calendar.button,
+ .context-menu menuitem calendar.button {
+ color: rgba(224, 222, 244, 0.55); }
+ menu menuitem calendar.button:hover,
+ .menu menuitem calendar.button:hover,
+ .context-menu menuitem calendar.button:hover {
+ color: #e0def4; }
+ menu menuitem calendar:indeterminate, menu menuitem calendar:indeterminate:backdrop,
+ .menu menuitem calendar:indeterminate,
+ .menu menuitem calendar:indeterminate:backdrop,
+ .context-menu menuitem calendar:indeterminate,
+ .context-menu menuitem calendar:indeterminate:backdrop {
+ color: mix(#e0def4,#191724,0.5); }
+ menu menuitem label:dir(rtl), menu menuitem label:dir(ltr),
+ .menu menuitem label:dir(rtl),
+ .menu menuitem label:dir(ltr),
+ .context-menu menuitem label:dir(rtl),
+ .context-menu menuitem label:dir(ltr) {
+ color: inherit; }
+ menu > arrow,
+ .menu > arrow,
+ .context-menu > arrow {
+ min-height: 16px;
+ min-width: 16px;
+ padding: 3px;
+ background-color: #191724;
+ border-radius: 0; }
+ menu > arrow.top,
+ .menu > arrow.top,
+ .context-menu > arrow.top {
+ margin-top: -6px;
+ border-bottom: 1px solid mix(#191724,#e0def4,0.18);
+ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
+ menu > arrow.bottom,
+ .menu > arrow.bottom,
+ .context-menu > arrow.bottom {
+ margin-bottom: -6px;
+ border-top: 1px solid mix(#191724,#e0def4,0.18);
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+ menu > arrow:hover,
+ .menu > arrow:hover,
+ .context-menu > arrow:hover {
+ background-color: mix(#191724,#e0def4,0.1); }
+ menu > arrow:backdrop,
+ .menu > arrow:backdrop,
+ .context-menu > arrow:backdrop {
+ background-color: mix(#f0f0f3,#c5c3ce,0.2); }
+ menu > arrow:disabled,
+ .menu > arrow:disabled,
+ .context-menu > arrow:disabled {
+ color: transparent;
+ background-color: transparent;
+ border-color: transparent; }
+
+.context-menu {
+ font: initial; }
+
+.monospace {
+ font-family: monospace; }
+
+menuitem accelerator {
+ color: rgba(224, 222, 244, 0.6); }
+ menuitem accelerator:hover {
+ color: rgba(25, 23, 36, 0.8); }
+ menuitem accelerator:disabled {
+ color: alpha(mix(#e0def4,#191724,0.5),0.4); }
+
+menuitem check, menuitem radio {
+ min-height: 16px;
+ min-width: 16px; }
+ menuitem check:dir(ltr), menuitem radio:dir(ltr) {
+ margin-right: 7px; }
+ menuitem check:dir(rtl), menuitem radio:dir(rtl) {
+ margin-left: 7px; }
+
+menuitem window decoration {
+ box-shadow: 0 2px 3px rgba(12, 12, 18, 0.2); }
+
+menuitem entry {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.8);
+ padding: 5px 3.4285714286px;
+ color: #e0def4;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ menuitem entry:focus, menuitem entry:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.7),0.3); }
+ menuitem entry:active, menuitem entry:active:hover, menuitem entry:active:focus, menuitem entry:active:hover:focus, menuitem entry:checked, menuitem entry:checked:hover, menuitem entry:checked:focus, menuitem entry:checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.32); }
+ menuitem entry:disabled {
+ border-color: mix(#e0def4,#191724,0.84); }
+ menuitem entry:active:disabled, menuitem entry:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.8); }
+ menuitem entry:focus, menuitem entry:active {
+ border-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3); }
+ menuitem entry:disabled {
+ background-color: mix(#191724,#e0def4,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#191724,#e0def4,0.9); }
+
+/*********
+ ! Popover
+**********/
+popover.background {
+ padding: 0px;
+ border-radius: 2px;
+ background-clip: border-box;
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4;
+ box-shadow: 0 3px 6px rgba(12, 12, 18, 0.16); }
+ .csd popover.background, popover.background {
+ border-color: mix(#e0def4,#191724,0.64);
+ border-width: 1px;
+ border-style: solid; }
+ .csd popover.background:focus, .csd popover.background:hover, popover.background:focus, popover.background:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.5),0.3); }
+ .csd popover.background:active, .csd popover.background:active:hover, .csd popover.background:active:focus, .csd popover.background:active:hover:focus, .csd popover.background:checked, .csd popover.background:checked:hover, .csd popover.background:checked:focus, .csd popover.background:checked:hover:focus, popover.background:active, popover.background:active:hover, popover.background:active:focus, popover.background:active:hover:focus, popover.background:checked, popover.background:checked:hover, popover.background:checked:focus, popover.background:checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.16); }
+ .csd popover.background:disabled, popover.background:disabled {
+ border-color: mix(#e0def4,#191724,0.68); }
+ .csd popover.background:active:disabled, .csd popover.background:checked:disabled, popover.background:active:disabled, popover.background:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.64); }
+ popover.background:backdrop {
+ box-shadow: none; }
+ popover.background treeview.view:hover, popover.background treeview.view:selected, popover.background treeview.view:selected:focus, popover.background treeview.view:backdrop:selected, popover.background treeview.view:backdrop:selected:focus {
+ border-top-color: #c4a7e7; }
+ popover.background treeview.view, popover.background treeview.view:backdrop {
+ border-top-color: #1e1c2b; }
+ popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background list, popover.background list:backdrop {
+ background-color: mix(#191724,#e0def4,1.3);
+ background-image: none;
+ color: #e0def4;
+ border-color: mix(#e0def4,#191724,0.8); }
+ popover.background list row, popover.background list row .button {
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ popover.background list row:focus, popover.background list row:hover, popover.background list row:active, popover.background list row .button:focus, popover.background list row .button:hover, popover.background list row .button:active {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ popover.background .frame {
+ border-color: mix(#e0def4,#191724,0.8);
+ border-radius: 2px; }
+ popover.background entry {
+ background-color: #c5c3ce;
+ background-image: none;
+ border-color: mix(#26233a,#c5c3ce,0.56);
+ padding: 5px 3.4285714286px;
+ color: #26233a;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ popover.background entry:focus, popover.background entry:hover {
+ border-color: mix(#c4a7e7,mix(#26233a,#c5c3ce,0.7),0.3); }
+ popover.background entry:active, popover.background entry:active:hover, popover.background entry:active:focus, popover.background entry:active:hover:focus, popover.background entry:checked, popover.background entry:checked:hover, popover.background entry:checked:focus, popover.background entry:checked:hover:focus {
+ border-color: mix(#26233a,#c5c3ce,0.48); }
+ popover.background entry:disabled {
+ border-color: mix(#26233a,#c5c3ce,0.64); }
+ popover.background entry:active:disabled, popover.background entry:checked:disabled {
+ border-color: mix(#26233a,#c5c3ce,0.56); }
+ popover.background entry:focus, popover.background entry:active {
+ border-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3); }
+ popover.background entry:disabled {
+ background-color: mix(#c5c3ce,#26233a,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#c5c3ce,#26233a,0.9); }
+ popover.background button, popover.background button.nautilus-circular-button.image-button {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ popover.background button:focus, popover.background button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ popover.background button:active, popover.background button:active:hover, popover.background button:active:focus, popover.background button:active:hover:focus, popover.background button:checked, popover.background button:checked:hover, popover.background button:checked:focus, popover.background button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ popover.background button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ popover.background button:active:disabled, popover.background button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:hover, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked:hover, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > popover.background button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) popover.background button, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > popover.background button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:hover, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked:hover, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ popover.background button.flat {
+ color: #e0def4;
+ border-color: rgba(31, 29, 46, 0);
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ popover.background button:hover, popover.background button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ popover.background button:hover:active, popover.background button:hover:active:focus, popover.background button.flat:hover:active:focus, popover.background button:hover:checked, popover.background button:hover:checked:focus, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ popover.background button:hover:disabled, popover.background button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ popover.background button:hover:active:disabled, popover.background button:hover:checked:disabled, popover.background button.flat:hover:active:disabled, popover.background button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ popover.background button:focus, popover.background button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ popover.background button:focus:hover, popover.background button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ popover.background button:focus:hover:active, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:focus, popover.background button:focus:hover:checked, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ popover.background button:focus:hover:active:disabled, popover.background button:focus:hover:checked:disabled, popover.background button.flat:focus:hover:active:disabled, popover.background button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ popover.background button:checked, popover.background button:active, popover.background button.flat:checked, popover.background button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ popover.background button:active:checked, popover.background button:active:checked:hover, popover.background button:active:checked:focus, popover.background button:active:checked:hover:focus, popover.background button.flat:active:checked, popover.background button.flat:active:checked:hover, popover.background button.flat:active:checked:focus, popover.background button.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ popover.background button:active:checked:disabled, popover.background button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover {
+ color: #e0def4; }
+ popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled {
+ background-color: alpha(mix(#1f1d2e,#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#1f1d2e,#e0def4,0.6);
+ box-shadow: none; }
+ popover.background button:disabled:disabled :disabled, popover.background button.flat:disabled:disabled :disabled {
+ color: mix(#1f1d2e,#e0def4,0.6); }
+ popover.background button:active:disabled, popover.background button:checked:disabled, popover.background button.flat:active:disabled, popover.background button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ popover.background button:active:disabled :disabled, popover.background button:checked:disabled :disabled, popover.background button.flat:active:disabled :disabled, popover.background button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ popover.background button:backdrop, popover.background button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ popover.background button.separator, popover.background button .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ popover.background button.separator:disabled, popover.background button .separator:disabled {
+ color: rgba(31, 29, 46, 0.85); }
+ popover.background button separator, popover.background button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#e0def4,#1f1d2e,0.9)); }
+ popover.background button.flat:not(:hover) {
+ color: #e0def4; }
+ popover.background .linked > button {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ popover.background .linked > button:focus, popover.background .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ popover.background .linked > button:disabled {
+ box-shadow: inset -1px 0 #191725; }
+ popover.background .linked > button:last-child, popover.background .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child {
+ box-shadow: none; }
+ popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar {
+ border-style: none;
+ background-color: transparent; }
+
+modelbutton.flat,
+menuitem.button.flat {
+ padding: 3px;
+ padding-left: 3px;
+ transition: none; }
+ modelbutton.flat:hover,
+ menuitem.button.flat:hover {
+ border-radius: 2px;
+ background-color: #c4a7e7;
+ color: #191724; }
+ modelbutton.flat:checked,
+ menuitem.button.flat:checked {
+ color: #1f1d2e; }
+ modelbutton.flat arrow.left,
+ menuitem.button.flat arrow.left {
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
+ modelbutton.flat arrow.right,
+ menuitem.button.flat arrow.right {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
+ modelbutton.flat check:last-child,
+ modelbutton.flat radio:last-child,
+ menuitem.button.flat check:last-child,
+ menuitem.button.flat radio:last-child {
+ margin-left: 8px; }
+ modelbutton.flat check:first-child,
+ modelbutton.flat radio:first-child,
+ menuitem.button.flat check:first-child,
+ menuitem.button.flat radio:first-child {
+ margin-right: 8px; }
+
+/***************
+! Dimmed label *
+****************/
+.dim-label, label.separator {
+ opacity: .5;
+ text-shadow: none; }
+
+/***********
+ ! Tooltip *
+************/
+.tooltip.background, .tooltip.background.csd,
+tooltip.background,
+tooltip.background.csd {
+ background-color: #1f1d2e;
+ background-clip: padding-box;
+ border: 1px solid #191725;
+ border-radius: 2px;
+ color: #f0f0f3; }
+
+.tooltip *,
+tooltip * {
+ background-color: transparent;
+ color: inherit; }
+
+/***********
+ ! Dialogs *
+************/
+messagedialog, .message-dialog, .prompt {
+ -GtkDialog-content-area-border: 0;
+ -GtkDialog-action-area-border: 0;
+ -GtkDialog-button-spacing: 3px;
+ margin: 0;
+ padding: 0; }
+ messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box {
+ margin: 6px; }
+
+printdialog paper {
+ color: #1f1d2e;
+ border: 1px solid mix(#f0f0f3,#1f1d2e,0.1);
+ background: #f2f2f4;
+ padding: 0; }
+ printdialog paper:backdrop {
+ color: mix(#1f1d2e,#f0f0f3,0.5);
+ border-color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9); }
+
+printdialog .dialog-action-box {
+ margin: 6px; }
+
+/*********************
+ ! App notifications *
+**********************/
+frame.app-notification {
+ border-style: solid;
+ border-color: rgba(20, 18, 29, 0.8);
+ border-width: 0 1px 1px;
+ border-radius: 0 0 2px 2px;
+ padding: 6px;
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ color: #e0def4; }
+ frame.app-notification button, frame.app-notification button.nautilus-circular-button.image-button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ frame.app-notification button:focus, frame.app-notification button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ frame.app-notification button:active, frame.app-notification button:active:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover:focus, frame.app-notification button:checked, frame.app-notification button:checked:hover, frame.app-notification button:checked:focus, frame.app-notification button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ frame.app-notification button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:hover, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ frame.app-notification button.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ frame.app-notification button:hover, frame.app-notification button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ frame.app-notification button:hover:focus, frame.app-notification button:hover:hover, frame.app-notification button.flat:hover:focus, frame.app-notification button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ frame.app-notification button:hover:active, frame.app-notification button:hover:active:focus, frame.app-notification button.flat:hover:active:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:focus, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ frame.app-notification button:hover:active:disabled, frame.app-notification button:hover:checked:disabled, frame.app-notification button.flat:hover:active:disabled, frame.app-notification button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ frame.app-notification button:focus, frame.app-notification button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ frame.app-notification button:focus:hover:active, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ frame.app-notification button:focus:hover:active:disabled, frame.app-notification button:focus:hover:checked:disabled, frame.app-notification button.flat:focus:hover:active:disabled, frame.app-notification button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ frame.app-notification button:checked, frame.app-notification button:active, frame.app-notification button.flat:checked, frame.app-notification button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ frame.app-notification button:active:checked, frame.app-notification button:active:checked:hover, frame.app-notification button:active:checked:focus, frame.app-notification button:active:checked:hover:focus, frame.app-notification button.flat:active:checked, frame.app-notification button.flat:active:checked:hover, frame.app-notification button.flat:active:checked:focus, frame.app-notification button.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ frame.app-notification button:checked:disabled, frame.app-notification button:active:disabled, frame.app-notification button.flat:checked:disabled, frame.app-notification button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ frame.app-notification button:active:checked:disabled, frame.app-notification button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover {
+ color: #e0def4; }
+ frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ frame.app-notification button:disabled:disabled :disabled, frame.app-notification button.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled, frame.app-notification button.flat:active:disabled, frame.app-notification button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ frame.app-notification button:active:disabled :disabled, frame.app-notification button:checked:disabled :disabled, frame.app-notification button.flat:active:disabled :disabled, frame.app-notification button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ frame.app-notification button:backdrop, frame.app-notification button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ frame.app-notification button.separator, frame.app-notification button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ frame.app-notification button.separator:disabled, frame.app-notification button .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ frame.app-notification button separator, frame.app-notification button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+ frame.app-notification border {
+ border: 0; }
+
+/*************
+ ! Expanders *
+**************/
+expander arrow {
+ min-width: 16px;
+ min-height: 16px;
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
+ expander arrow:dir(rtl) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
+ expander arrow:hover {
+ color: alpha(currentColor,0.8); }
+ expander arrow:checked {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+
+/*******************
+ ! Symbolic images *
+********************/
+.image {
+ color: alpha(currentColor,0.5); }
+ .image:hover {
+ color: alpha(currentColor,0.9); }
+ .image:selected, .image:selected:hover {
+ color: #191724; }
+
+/****************
+ ! Floating bar *
+*****************/
+.floating-bar {
+ background-color: #f0f0f3;
+ background-image: none;
+ border: 1px solid #babac8;
+ border-radius: 2px;
+ color: #1f1d2e; }
+ .floating-bar.top {
+ border-top-width: 0;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0; }
+ .floating-bar.right {
+ border-right-width: 0;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .floating-bar.bottom {
+ border-bottom-width: 0;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ .floating-bar.left {
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .floating-bar button, .floating-bar button.nautilus-circular-button.image-button {
+ border: 0;
+ background-color: transparent;
+ background-image: none; }
+
+/*************************
+ ! Touch text selections *
+**************************/
+GtkBubbleWindow {
+ border-radius: 2px;
+ background-clip: border-box; }
+ GtkBubbleWindow.osd.background {
+ background-color: rgba(25, 23, 36, 0.8); }
+ GtkBubbleWindow .toolbar {
+ background-color: transparent; }
+
+/***************
+ ! Font-viewer *
+****************/
+SushiFontWidget {
+ padding: 3px 6px; }
+
+/*************
+ ! Gucharmap *
+**************/
+GucharmapChartable {
+ background-color: #c5c3ce;
+ color: #26233a; }
+
+/*************
+ ! Evolution *
+**************/
+EPreviewPane .entry {
+ background-color: #c5c3ce;
+ color: #26233a; }
+
+/*******************
+ ! Gnome Bluetooth *
+********************/
+entry.entry.pin-entry {
+ font-style: normal;
+ font-size: 50px;
+ padding-left: 15px;
+ padding-right: 15px; }
+
+label.pin-label {
+ font-style: normal;
+ font-size: 50px; }
+
+/************************
+ ! Shortcut window keys *
+*************************/
+.keycap {
+ min-width: 20px;
+ min-height: 24px;
+ margin-top: 2px;
+ padding-bottom: 1.5px;
+ padding-left: 3px;
+ padding-right: 3px;
+ color: #1f1d2e;
+ background-color: #c5c3ce;
+ border: 1px solid;
+ border-color: mix(#f0f0f3,#1f1d2e,0.1);
+ border-radius: 2px;
+ box-shadow: inset 0 -3px mix(mix(#f0f0f3,#1f1d2e,0.1),#c5c3ce,0.6);
+ font-size: smaller; }
+ .keycap:backdrop {
+ background-color: #c5c3ce;
+ color: mix(#1f1d2e,#f0f0f3,0.5);
+ transition: 200ms ease-out; }
+
+/*****************
+ ! Stackswitcher *
+******************/
+stackswitcher button.text-button, stackswitcher button.text-button.nautilus-circular-button.image-button {
+ min-width: 80px; }
+
+stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button {
+ min-width: 28px;
+ min-height: 28px;
+ padding: 0; }
+
+/*******************
+ ! Selected Items *
+********************/
+row:selected label:disabled, label:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected, .cs-category-view:disabled:selected, .cs-category-view .view:disabled:selected, .cs-category-view iconview:disabled:selected, treeview.view:disabled:selected, .view text selection:disabled, iconview text selection:disabled,
+textview text selection:disabled:focus,
+textview text selection:disabled, #login_window entry selection:disabled, .osd entry selection:disabled,
+#XfceNotifyWindow entry selection:disabled, entry selection:disabled, calendar:disabled:selected, row:disabled:selected, flowbox flowboxchild:disabled:selected, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, modelbutton.flat:selected arrow:disabled,
+menuitem.button.flat:disabled:active,
+menuitem.button.flat:active arrow:disabled,
+menuitem.button.flat:disabled:selected,
+menuitem.button.flat:selected arrow:disabled, label:disabled selection {
+ color: mix(#191724,#c4a7e7,0.5); }
+
+row:selected label:backdrop, label:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected, .cs-category-view:backdrop:selected, .cs-category-view .view:backdrop:selected, .cs-category-view iconview:backdrop:selected, treeview.view:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop,
+textview text selection:backdrop:focus,
+textview text selection:backdrop, #login_window entry selection:backdrop, .osd entry selection:backdrop,
+#XfceNotifyWindow entry selection:backdrop, entry selection:backdrop, calendar:backdrop:selected, row:backdrop:selected, flowbox flowboxchild:backdrop:selected, modelbutton.flat:backdrop:active, modelbutton.flat:active arrow:backdrop, modelbutton.flat:backdrop:selected, modelbutton.flat:selected arrow:backdrop,
+menuitem.button.flat:backdrop:active,
+menuitem.button.flat:active arrow:backdrop,
+menuitem.button.flat:backdrop:selected,
+menuitem.button.flat:selected arrow:backdrop, label:backdrop selection {
+ background-color: #c4a7e7;
+ color: mix(#c4a7e7,#191724,0.66); }
+ row:selected label:disabled:backdrop, label:disabled:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:backdrop:selected, .cs-category-view:disabled:backdrop:selected, .cs-category-view .view:disabled:backdrop:selected, .cs-category-view iconview:disabled:backdrop:selected, treeview.view:disabled:backdrop:selected, .view text selection:disabled:backdrop, iconview text selection:disabled:backdrop,
+ textview text selection:disabled:backdrop, #login_window entry selection:disabled:backdrop,
+ #XfceNotifyWindow entry selection:disabled:backdrop, entry selection:disabled:backdrop, calendar:disabled:backdrop:selected, row:disabled:backdrop:selected, flowbox flowboxchild:disabled:backdrop:selected, modelbutton.flat:disabled:backdrop:active, modelbutton.flat:active arrow:disabled:backdrop, modelbutton.flat:disabled:backdrop:selected, modelbutton.flat:selected arrow:disabled:backdrop,
+ menuitem.button.flat:disabled:backdrop:active,
+ menuitem.button.flat:active arrow:disabled:backdrop,
+ menuitem.button.flat:disabled:backdrop:selected,
+ menuitem.button.flat:selected arrow:disabled:backdrop, label:backdrop selection:disabled {
+ color: mix(mix(#c4a7e7,#191724,0.66),#c4a7e7,0.3); }
+
+.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
+textview text selection:focus,
+textview text selection, #login_window entry selection, .osd entry selection,
+#XfceNotifyWindow entry selection, entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, menuitem entry selection, popover.background entry selection, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow,
+menuitem.button.flat:active,
+menuitem.button.flat:active arrow,
+menuitem.button.flat:selected,
+menuitem.button.flat:selected arrow {
+ background-color: #c4a7e7; }
+ row:selected label, label:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
+ textview text selection:focus,
+ textview text selection, #login_window entry selection, .osd entry selection,
+ #XfceNotifyWindow entry selection, entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, menuitem entry selection, popover.background entry selection, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow,
+ menuitem.button.flat:active,
+ menuitem.button.flat:active arrow,
+ menuitem.button.flat:selected,
+ menuitem.button.flat:selected arrow {
+ color: #191724; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/**********
+ ! Notebook
+***********/
+notebook {
+ padding: 0; }
+ notebook.frame {
+ border: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ notebook.frame > header {
+ margin: -1px; }
+ notebook.frame > header.top {
+ margin-bottom: 0; }
+ notebook.frame > header.bottom {
+ margin-top: 0; }
+ notebook.frame > header.left {
+ margin-right: 0; }
+ notebook.frame > header.right {
+ margin-left: 0; }
+ notebook.frame > header.top, notebook.frame > header.bottom {
+ padding-left: 0;
+ padding-right: 0; }
+ notebook.frame > header.left, notebook.frame > header.right {
+ padding-top: 0;
+ padding-bottom: 0; }
+ notebook > stack:not(:only-child) {
+ background-color: #f0f0f3; }
+ notebook > header {
+ padding: 3px;
+ background-color: #f0f0f3; }
+ notebook > header.top {
+ box-shadow: inset 0 -1px mix(#f0f0f3,#1f1d2e,0.1); }
+ notebook > header.bottom {
+ box-shadow: inset 0 1px mix(#f0f0f3,#1f1d2e,0.1); }
+ notebook > header.right {
+ box-shadow: inset 1px 0 mix(#f0f0f3,#1f1d2e,0.1); }
+ notebook > header.left {
+ box-shadow: inset -1px 0 mix(#f0f0f3,#1f1d2e,0.1); }
+ notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
+ notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
+ margin-left: 2px; }
+ notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
+ notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child {
+ margin-right: 2px; }
+ notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+ notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child {
+ margin-top: 2px; }
+ notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
+ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
+ notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child {
+ margin-bottom: 2px; }
+ notebook > header > tabs > arrow {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ notebook > header > tabs > arrow:hover {
+ color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.5),0.5); }
+ notebook > header > tabs > arrow:active {
+ color: #1f1d2e; }
+ notebook > header > tabs > arrow:disabled {
+ color: alpha(mix(#1f1d2e,#f0f0f3,0.5),0.3); }
+ notebook > header > tabs > tab {
+ background-color: alpha(mix(#f0f0f3,#1f1d2e,0.1),0.7);
+ background-image: none;
+ border-color: mix(mix(#f0f0f3,#1f1d2e,0.1),mix(#1f1d2e,#f0f0f3,0.5),0.15);
+ color: rgba(31, 29, 46, 0.8);
+ padding: 3px 11px;
+ min-width: 20px;
+ min-height: 20px;
+ outline-offset: -4px;
+ border-width: 1px;
+ border-style: solid; }
+ notebook > header > tabs > tab:hover:not(:checked) {
+ background-color: mix(#f0f0f3,#1f1d2e,0.04);
+ background-image: none;
+ color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.5),0.5); }
+ notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover {
+ background: #f0f0f3;
+ border-color: mix(#f0f0f3,#1f1d2e,0.1);
+ color: #1f1d2e; }
+ notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.flat.nautilus-circular-button.image-button {
+ min-height: 22px;
+ min-width: 22px;
+ padding: 0;
+ color: mix(#f0f0f3,#1f1d2e,0.35); }
+ notebook > header > tabs > tab button.flat:hover {
+ color: #f4b2c5; }
+ notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover {
+ color: #c4a7e7; }
+ notebook > header.top > tabs > tab:hover:not(:checked) {
+ box-shadow: inset 0 -1px mix(#f0f0f3,#1f1d2e,0.1); }
+ notebook > header.bottom > tabs > tab:hover:not(:checked) {
+ box-shadow: inset 0 1px mix(#f0f0f3,#1f1d2e,0.1); }
+ notebook > header.left > tabs > tab:hover:not(:checked) {
+ box-shadow: inset -1px 0 mix(#f0f0f3,#1f1d2e,0.1); }
+ notebook > header.right > tabs > tab:hover:not(:checked) {
+ box-shadow: inset 1px 0 mix(#f0f0f3,#1f1d2e,0.1); }
+ notebook > header.top {
+ padding-bottom: 0; }
+ notebook > header.top > tabs > tab {
+ border-bottom: none;
+ -gtk-outline-radius: 0;
+ margin-top: 2px; }
+ notebook > header.top > tabs > tab + tab {
+ margin-left: -1px; }
+ notebook > header.top > tabs > tab:first-child {
+ border-radius: 2px 0 0;
+ -gtk-outline-radius: 2px 0 0; }
+ notebook > header.top > tabs > tab:last-child {
+ border-radius: 0 2px 0 0;
+ -gtk-outline-radius: 0 2px 0 0; }
+ notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked {
+ border-top-width: 3px;
+ border-top-color: #c4a7e7;
+ margin-top: 0;
+ -gtk-outline-radius: 2px;
+ border-radius: 2px 2px 0 0;
+ padding-top: 3px; }
+ notebook > header.top > tabs > tab:hover:not(:checked) {
+ border-top-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.2),0.66); }
+ notebook > header.bottom {
+ padding-top: 0; }
+ notebook > header.bottom > tabs > tab {
+ border-top: none;
+ -gtk-outline-radius: 0;
+ margin-bottom: 2px; }
+ notebook > header.bottom > tabs > tab + tab {
+ margin-left: -1px; }
+ notebook > header.bottom > tabs > tab:first-child {
+ border-radius: 0 0 0 2px;
+ -gtk-outline-radius: 0 0 0 2px; }
+ notebook > header.bottom > tabs > tab:last-child {
+ border-radius: 0 0 2px;
+ -gtk-outline-radius: 0 0 2px; }
+ notebook > header.bottom > tabs > tab:hover:not(:checked), notebook > header.bottom > tabs > tab:checked {
+ border-bottom-width: 3px;
+ border-bottom-color: #c4a7e7;
+ margin-bottom: 0;
+ -gtk-outline-radius: 2px;
+ border-radius: 0 0 2px 2px;
+ padding-bottom: 3px; }
+ notebook > header.bottom > tabs > tab:hover:not(:checked) {
+ border-bottom-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.2),0.66); }
+ notebook > header.right {
+ padding-left: 0; }
+ notebook > header.right > tabs > tab {
+ border-left: none;
+ -gtk-outline-radius: 0;
+ margin-right: 2px; }
+ notebook > header.right > tabs > tab + tab {
+ margin-top: -1px; }
+ notebook > header.right > tabs > tab:first-child {
+ border-radius: 0 2px 0 0;
+ -gtk-outline-radius: 0 2px 0 0; }
+ notebook > header.right > tabs > tab:last-child {
+ border-radius: 0 0 2px;
+ -gtk-outline-radius: 0 0 2px; }
+ notebook > header.right > tabs > tab:hover:not(:checked), notebook > header.right > tabs > tab:checked {
+ border-right-width: 3px;
+ border-right-color: #c4a7e7;
+ margin-right: 0;
+ -gtk-outline-radius: 2px;
+ border-radius: 0 2px 2px 0;
+ padding-right: 11px; }
+ notebook > header.right > tabs > tab:hover:not(:checked) {
+ border-right-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.2),0.66); }
+ notebook > header.left {
+ padding-right: 0; }
+ notebook > header.left > tabs > tab {
+ border-right: none;
+ -gtk-outline-radius: 0;
+ margin-left: 2px; }
+ notebook > header.left > tabs > tab + tab {
+ margin-top: -1px; }
+ notebook > header.left > tabs > tab:first-child {
+ border-radius: 2px 0 0;
+ -gtk-outline-radius: 2px 0 0; }
+ notebook > header.left > tabs > tab:last-child {
+ border-radius: 0 0 0 2px;
+ -gtk-outline-radius: 0 0 0 2px; }
+ notebook > header.left > tabs > tab:hover:not(:checked), notebook > header.left > tabs > tab:checked {
+ border-left-width: 3px;
+ border-left-color: #c4a7e7;
+ margin-left: 0;
+ -gtk-outline-radius: 2px;
+ border-radius: 2px 0 0 2px;
+ padding-left: 11px; }
+ notebook > header.left > tabs > tab:hover:not(:checked) {
+ border-left-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.2),0.66); }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*******
+ ! OSD *
+********/
+overlay.osd {
+ background-color: transparent; }
+
+colorchooser .popover.osd {
+ border-radius: 2px; }
+
+button.color .osd colorswatch:only-child {
+ box-shadow: none; }
+
+button.osd, button.osd.nautilus-circular-button.image-button,
+#XfceNotifyWindow button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ button.osd:focus, button.osd:hover,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ button.osd:active, button.osd:active:hover, button.osd:active:focus, button.osd:active:hover:focus, button.osd:checked, button.osd:checked:hover, button.osd:checked:focus, button.osd:checked:hover:focus,
+ #XfceNotifyWindow button:active,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover:focus,
+ #XfceNotifyWindow button:checked,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ button.osd:disabled,
+ #XfceNotifyWindow button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ button.osd:active:disabled, button.osd:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:hover, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked:hover, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button.osd, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ button.osd.flat,
+ #XfceNotifyWindow button.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ button.osd:hover, button.osd.flat:hover,
+ #XfceNotifyWindow button:hover,
+ #XfceNotifyWindow button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover,
+ #XfceNotifyWindow button:hover:focus,
+ #XfceNotifyWindow button:hover:hover,
+ #XfceNotifyWindow button.flat:hover:focus,
+ #XfceNotifyWindow button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ button.osd:hover:active, button.osd:hover:active:focus, button.osd.flat:hover:active:focus, button.osd:hover:checked, button.osd:hover:checked:focus, button.osd.flat:hover:checked:focus, button.osd.flat:hover:active, button.osd.flat:hover:active:hover:focus, button.osd.flat:hover:checked, button.osd.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow button:hover:active,
+ #XfceNotifyWindow button:hover:active:focus,
+ #XfceNotifyWindow button.flat:hover:active:focus,
+ #XfceNotifyWindow button:hover:checked,
+ #XfceNotifyWindow button:hover:checked:focus,
+ #XfceNotifyWindow button.flat:hover:checked:focus,
+ #XfceNotifyWindow button.flat:hover:active,
+ #XfceNotifyWindow button.flat:hover:active:hover:focus,
+ #XfceNotifyWindow button.flat:hover:checked,
+ #XfceNotifyWindow button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ button.osd:hover:disabled, button.osd.flat:hover:disabled,
+ #XfceNotifyWindow button:hover:disabled,
+ #XfceNotifyWindow button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ button.osd:hover:active:disabled, button.osd:hover:checked:disabled, button.osd.flat:hover:active:disabled, button.osd.flat:hover:checked:disabled,
+ #XfceNotifyWindow button:hover:active:disabled,
+ #XfceNotifyWindow button:hover:checked:disabled,
+ #XfceNotifyWindow button.flat:hover:active:disabled,
+ #XfceNotifyWindow button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ button.osd:focus, button.osd.flat:focus,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ button.osd:focus:hover, button.osd.flat:focus:hover,
+ #XfceNotifyWindow button:focus:hover,
+ #XfceNotifyWindow button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ button.osd:focus:hover:hover, button.osd.flat:focus:hover:hover,
+ #XfceNotifyWindow button:focus:hover:hover,
+ #XfceNotifyWindow button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ button.osd:focus:hover:active, button.osd.flat:focus:hover:active, button.osd.flat:focus:hover:active:focus, button.osd:focus:hover:checked, button.osd.flat:focus:hover:checked, button.osd.flat:focus:hover:checked:focus, button.osd.flat:focus:hover:active:hover:focus, button.osd.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow button:focus:hover:active,
+ #XfceNotifyWindow button.flat:focus:hover:active,
+ #XfceNotifyWindow button.flat:focus:hover:active:focus,
+ #XfceNotifyWindow button:focus:hover:checked,
+ #XfceNotifyWindow button.flat:focus:hover:checked,
+ #XfceNotifyWindow button.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow button.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ button.osd:focus:hover:disabled, button.osd.flat:focus:hover:disabled,
+ #XfceNotifyWindow button:focus:hover:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ button.osd:focus:hover:active:disabled, button.osd:focus:hover:checked:disabled, button.osd.flat:focus:hover:active:disabled, button.osd.flat:focus:hover:checked:disabled,
+ #XfceNotifyWindow button:focus:hover:active:disabled,
+ #XfceNotifyWindow button:focus:hover:checked:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:active:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ button.osd:checked, button.osd:active, button.osd.flat:checked, button.osd.flat:active,
+ #XfceNotifyWindow button:checked,
+ #XfceNotifyWindow button:active,
+ #XfceNotifyWindow button.flat:checked,
+ #XfceNotifyWindow button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button.flat:checked:focus,
+ #XfceNotifyWindow button.flat:checked:hover,
+ #XfceNotifyWindow button.flat:active:focus,
+ #XfceNotifyWindow button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ button.osd:checked:active, button.osd.nautilus-circular-button.image-button:checked:active, button.osd:checked:active:hover, button.osd.nautilus-circular-button.image-button:checked:active:hover, button.osd:checked:active:focus, button.osd.nautilus-circular-button.image-button:checked:active:focus, button.osd:checked:active:hover:focus, button.osd.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd:checked:checked, button.osd.nautilus-circular-button.image-button:checked:checked, button.osd:checked:checked:hover, button.osd.nautilus-circular-button.image-button:checked:checked:hover, button.osd:checked:checked:focus, button.osd.nautilus-circular-button.image-button:checked:checked:focus, button.osd:checked:checked:hover:focus, button.osd.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd:active:active, button.osd.nautilus-circular-button.image-button:active:active, button.osd:active:active:hover, button.osd.nautilus-circular-button.image-button:active:active:hover, button.osd:active:active:focus, button.osd.nautilus-circular-button.image-button:active:active:focus, button.osd:active:active:hover:focus, button.osd.nautilus-circular-button.image-button:active:active:hover:focus, button.osd:active:checked, button.osd.nautilus-circular-button.image-button:active:checked, button.osd:active:checked:hover, button.osd.nautilus-circular-button.image-button:active:checked:hover, button.osd:active:checked:focus, button.osd.nautilus-circular-button.image-button:active:checked:focus, button.osd:active:checked:hover:focus, button.osd.nautilus-circular-button.image-button:active:checked:hover:focus, button.osd.flat:checked:active, button.osd.flat.nautilus-circular-button.image-button:checked:active, button.osd.flat:checked:active:hover, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover, button.osd.flat:checked:active:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:focus, button.osd.flat:checked:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd.flat:checked:checked, button.osd.flat.nautilus-circular-button.image-button:checked:checked, button.osd.flat:checked:checked:hover, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover, button.osd.flat:checked:checked:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:focus, button.osd.flat:checked:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd.flat:active:active, button.osd.flat.nautilus-circular-button.image-button:active:active, button.osd.flat:active:active:hover, button.osd.flat.nautilus-circular-button.image-button:active:active:hover, button.osd.flat:active:active:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:focus, button.osd.flat:active:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:hover:focus, button.osd.flat:active:checked, button.osd.flat.nautilus-circular-button.image-button:active:checked, button.osd.flat:active:checked:hover, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover, button.osd.flat:active:checked:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:focus, button.osd.flat:active:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow button:checked:active,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow button:checked:active:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow button:checked:active:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow button:checked:active:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow button:checked:checked,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow button:checked:checked:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow button:checked:checked:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow button:checked:checked:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow button:active:active,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow button:active:active:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow button:active:active:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow button:active:active:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow button:active:checked,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow button:active:checked:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow button:active:checked:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow button:active:checked:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow button.flat:checked:active,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow button.flat:checked:active:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow button.flat:checked:active:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow button.flat:checked:active:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow button.flat:checked:checked,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow button.flat:checked:checked:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow button.flat:checked:checked:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow button.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow button.flat:active:active,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow button.flat:active:active:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow button.flat:active:active:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow button.flat:active:active:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow button.flat:active:checked,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow button.flat:active:checked:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow button.flat:active:checked:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow button.flat:active:checked:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ button.osd:checked:disabled, button.osd:active:disabled, button.osd.flat:checked:disabled, button.osd.flat:active:disabled,
+ #XfceNotifyWindow button:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button.flat:checked:disabled,
+ #XfceNotifyWindow button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ button.osd:active:checked:disabled, button.osd.flat:active:checked:disabled,
+ #XfceNotifyWindow button:active:checked:disabled,
+ #XfceNotifyWindow button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button.flat:checked:focus,
+ #XfceNotifyWindow button.flat:checked:hover,
+ #XfceNotifyWindow button.flat:active:focus,
+ #XfceNotifyWindow button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button:hover,
+ #XfceNotifyWindow button.flat:focus,
+ #XfceNotifyWindow button.flat:hover {
+ color: #e0def4; }
+ button.osd:disabled:disabled, button.osd.flat:disabled:disabled,
+ #XfceNotifyWindow button:disabled:disabled,
+ #XfceNotifyWindow button.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ button.osd:disabled:disabled :disabled, button.osd.flat:disabled:disabled :disabled,
+ #XfceNotifyWindow button:disabled:disabled :disabled,
+ #XfceNotifyWindow button.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ button.osd:active:disabled, button.osd:checked:disabled, button.osd.flat:active:disabled, button.osd.flat:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button:checked:disabled,
+ #XfceNotifyWindow button.flat:active:disabled,
+ #XfceNotifyWindow button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ button.osd:active:disabled :disabled, button.osd:checked:disabled :disabled, button.osd.flat:active:disabled :disabled, button.osd.flat:checked:disabled :disabled,
+ #XfceNotifyWindow button:active:disabled :disabled,
+ #XfceNotifyWindow button:checked:disabled :disabled,
+ #XfceNotifyWindow button.flat:active:disabled :disabled,
+ #XfceNotifyWindow button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ button.osd:backdrop, button.osd.flat:backdrop,
+ #XfceNotifyWindow button:backdrop,
+ #XfceNotifyWindow button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ button.osd.separator, button.osd .separator,
+ #XfceNotifyWindow button.separator,
+ #XfceNotifyWindow button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ button.osd.separator:disabled, button.osd .separator:disabled,
+ #XfceNotifyWindow button.separator:disabled,
+ #XfceNotifyWindow button .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ button.osd separator, button.osd.nautilus-circular-button.image-button separator,
+ #XfceNotifyWindow button separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+ button.osd.image-button,
+ #XfceNotifyWindow button.image-button {
+ padding: 0;
+ min-height: 36px;
+ min-width: 36px; }
+
+toolbar.osd {
+ -GtkToolbar-button-relief: normal;
+ padding: 3px;
+ border: 1px solid rgba(20, 18, 29, 0.8);
+ border-radius: 2px;
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ color: #e0def4; }
+ toolbar.osd separator {
+ color: rgba(23, 21, 32, 0.8); }
+ toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom {
+ border-radius: 0; }
+
+progressbar.osd {
+ margin: 2px;
+ min-height: 2px;
+ min-width: 2px; }
+ progressbar.osd trough {
+ border-style: none;
+ border-radius: 0;
+ background-image: none;
+ background-color: transparent; }
+ progressbar.osd progress {
+ border-style: none;
+ border-radius: 0;
+ background-color: #c4a7e7;
+ background-image: none; }
+
+.osd,
+#XfceNotifyWindow {
+ background-color: rgba(25, 23, 36, 0.8);
+ color: #e0def4;
+ /* used by gnome-settings-daemon's media-keys OSD */
+ /* used by Documents */ }
+ .osd.background,
+ #XfceNotifyWindow.background {
+ background-color: rgba(25, 23, 36, 0.6);
+ color: #e0def4; }
+ .osd .frame,
+ #XfceNotifyWindow .frame {
+ background-clip: border-box;
+ background-origin: border-box; }
+ .osd button, .osd button.nautilus-circular-button.image-button,
+ #XfceNotifyWindow button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .osd button:focus, .osd button:hover,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd button:active, .osd button:active:hover, .osd button:active:focus, .osd button:active:hover:focus, .osd button:checked, .osd button:checked:hover, .osd button:checked:focus, .osd button:checked:hover:focus,
+ #XfceNotifyWindow button:active,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover:focus,
+ #XfceNotifyWindow button:checked,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd button:disabled,
+ #XfceNotifyWindow button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd button:active:disabled, .osd button:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:hover, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked:hover, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd button, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .osd button.flat,
+ #XfceNotifyWindow button.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .osd button:hover, .osd button.flat:hover,
+ #XfceNotifyWindow button:hover,
+ #XfceNotifyWindow button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover,
+ #XfceNotifyWindow button:hover:focus,
+ #XfceNotifyWindow button:hover:hover,
+ #XfceNotifyWindow button.flat:hover:focus,
+ #XfceNotifyWindow button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd button:hover:active, .osd button:hover:active:focus, .osd button.flat:hover:active:focus, .osd button:hover:checked, .osd button:hover:checked:focus, .osd button.flat:hover:checked:focus, .osd button.flat:hover:active, .osd button.flat:hover:active:hover:focus, .osd button.flat:hover:checked, .osd button.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow button:hover:active,
+ #XfceNotifyWindow button:hover:active:focus,
+ #XfceNotifyWindow button.flat:hover:active:focus,
+ #XfceNotifyWindow button:hover:checked,
+ #XfceNotifyWindow button:hover:checked:focus,
+ #XfceNotifyWindow button.flat:hover:checked:focus,
+ #XfceNotifyWindow button.flat:hover:active,
+ #XfceNotifyWindow button.flat:hover:active:hover:focus,
+ #XfceNotifyWindow button.flat:hover:checked,
+ #XfceNotifyWindow button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd button:hover:disabled, .osd button.flat:hover:disabled,
+ #XfceNotifyWindow button:hover:disabled,
+ #XfceNotifyWindow button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd button:hover:active:disabled, .osd button:hover:checked:disabled, .osd button.flat:hover:active:disabled, .osd button.flat:hover:checked:disabled,
+ #XfceNotifyWindow button:hover:active:disabled,
+ #XfceNotifyWindow button:hover:checked:disabled,
+ #XfceNotifyWindow button.flat:hover:active:disabled,
+ #XfceNotifyWindow button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd button:focus, .osd button.flat:focus,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ .osd button:focus:hover, .osd button.flat:focus:hover,
+ #XfceNotifyWindow button:focus:hover,
+ #XfceNotifyWindow button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ .osd button:focus:hover:hover, .osd button.flat:focus:hover:hover,
+ #XfceNotifyWindow button:focus:hover:hover,
+ #XfceNotifyWindow button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd button:focus:hover:active, .osd button.flat:focus:hover:active, .osd button.flat:focus:hover:active:focus, .osd button:focus:hover:checked, .osd button.flat:focus:hover:checked, .osd button.flat:focus:hover:checked:focus, .osd button.flat:focus:hover:active:hover:focus, .osd button.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow button:focus:hover:active,
+ #XfceNotifyWindow button.flat:focus:hover:active,
+ #XfceNotifyWindow button.flat:focus:hover:active:focus,
+ #XfceNotifyWindow button:focus:hover:checked,
+ #XfceNotifyWindow button.flat:focus:hover:checked,
+ #XfceNotifyWindow button.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow button.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd button:focus:hover:disabled, .osd button.flat:focus:hover:disabled,
+ #XfceNotifyWindow button:focus:hover:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd button:focus:hover:active:disabled, .osd button:focus:hover:checked:disabled, .osd button.flat:focus:hover:active:disabled, .osd button.flat:focus:hover:checked:disabled,
+ #XfceNotifyWindow button:focus:hover:active:disabled,
+ #XfceNotifyWindow button:focus:hover:checked:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:active:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd button:checked, .osd button:active, .osd button.flat:checked, .osd button.flat:active,
+ #XfceNotifyWindow button:checked,
+ #XfceNotifyWindow button:active,
+ #XfceNotifyWindow button.flat:checked,
+ #XfceNotifyWindow button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button.flat:checked:focus,
+ #XfceNotifyWindow button.flat:checked:hover,
+ #XfceNotifyWindow button.flat:active:focus,
+ #XfceNotifyWindow button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd button:checked:active, .osd button.nautilus-circular-button.image-button:checked:active, .osd button:checked:active:hover, .osd button.nautilus-circular-button.image-button:checked:active:hover, .osd button:checked:active:focus, .osd button.nautilus-circular-button.image-button:checked:active:focus, .osd button:checked:active:hover:focus, .osd button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button:checked:checked, .osd button.nautilus-circular-button.image-button:checked:checked, .osd button:checked:checked:hover, .osd button.nautilus-circular-button.image-button:checked:checked:hover, .osd button:checked:checked:focus, .osd button.nautilus-circular-button.image-button:checked:checked:focus, .osd button:checked:checked:hover:focus, .osd button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button:active:active, .osd button.nautilus-circular-button.image-button:active:active, .osd button:active:active:hover, .osd button.nautilus-circular-button.image-button:active:active:hover, .osd button:active:active:focus, .osd button.nautilus-circular-button.image-button:active:active:focus, .osd button:active:active:hover:focus, .osd button.nautilus-circular-button.image-button:active:active:hover:focus, .osd button:active:checked, .osd button.nautilus-circular-button.image-button:active:checked, .osd button:active:checked:hover, .osd button.nautilus-circular-button.image-button:active:checked:hover, .osd button:active:checked:focus, .osd button.nautilus-circular-button.image-button:active:checked:focus, .osd button:active:checked:hover:focus, .osd button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd button.flat:checked:active, .osd button.flat.nautilus-circular-button.image-button:checked:active, .osd button.flat:checked:active:hover, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd button.flat:checked:active:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd button.flat:checked:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button.flat:checked:checked, .osd button.flat.nautilus-circular-button.image-button:checked:checked, .osd button.flat:checked:checked:hover, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd button.flat:checked:checked:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd button.flat:checked:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button.flat:active:active, .osd button.flat.nautilus-circular-button.image-button:active:active, .osd button.flat:active:active:hover, .osd button.flat.nautilus-circular-button.image-button:active:active:hover, .osd button.flat:active:active:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:focus, .osd button.flat:active:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd button.flat:active:checked, .osd button.flat.nautilus-circular-button.image-button:active:checked, .osd button.flat:active:checked:hover, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd button.flat:active:checked:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd button.flat:active:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow button:checked:active,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow button:checked:active:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow button:checked:active:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow button:checked:active:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow button:checked:checked,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow button:checked:checked:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow button:checked:checked:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow button:checked:checked:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow button:active:active,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow button:active:active:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow button:active:active:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow button:active:active:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow button:active:checked,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow button:active:checked:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow button:active:checked:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow button:active:checked:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow button.flat:checked:active,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow button.flat:checked:active:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow button.flat:checked:active:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow button.flat:checked:active:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow button.flat:checked:checked,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow button.flat:checked:checked:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow button.flat:checked:checked:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow button.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow button.flat:active:active,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow button.flat:active:active:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow button.flat:active:active:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow button.flat:active:active:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow button.flat:active:checked,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow button.flat:active:checked:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow button.flat:active:checked:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow button.flat:active:checked:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd button:checked:disabled, .osd button:active:disabled, .osd button.flat:checked:disabled, .osd button.flat:active:disabled,
+ #XfceNotifyWindow button:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button.flat:checked:disabled,
+ #XfceNotifyWindow button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd button:active:checked:disabled, .osd button.flat:active:checked:disabled,
+ #XfceNotifyWindow button:active:checked:disabled,
+ #XfceNotifyWindow button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button.flat:checked:focus,
+ #XfceNotifyWindow button.flat:checked:hover,
+ #XfceNotifyWindow button.flat:active:focus,
+ #XfceNotifyWindow button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button:hover,
+ #XfceNotifyWindow button.flat:focus,
+ #XfceNotifyWindow button.flat:hover {
+ color: #e0def4; }
+ .osd button:disabled:disabled, .osd button.flat:disabled:disabled,
+ #XfceNotifyWindow button:disabled:disabled,
+ #XfceNotifyWindow button.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .osd button:disabled:disabled :disabled, .osd button.flat:disabled:disabled :disabled,
+ #XfceNotifyWindow button:disabled:disabled :disabled,
+ #XfceNotifyWindow button.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .osd button:active:disabled, .osd button:checked:disabled, .osd button.flat:active:disabled, .osd button.flat:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button:checked:disabled,
+ #XfceNotifyWindow button.flat:active:disabled,
+ #XfceNotifyWindow button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .osd button:active:disabled :disabled, .osd button:checked:disabled :disabled, .osd button.flat:active:disabled :disabled, .osd button.flat:checked:disabled :disabled,
+ #XfceNotifyWindow button:active:disabled :disabled,
+ #XfceNotifyWindow button:checked:disabled :disabled,
+ #XfceNotifyWindow button.flat:active:disabled :disabled,
+ #XfceNotifyWindow button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .osd button:backdrop, .osd button.flat:backdrop,
+ #XfceNotifyWindow button:backdrop,
+ #XfceNotifyWindow button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ .osd button.separator, .osd button .separator,
+ #XfceNotifyWindow button.separator,
+ #XfceNotifyWindow button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .osd button.separator:disabled, .osd button .separator:disabled,
+ #XfceNotifyWindow button.separator:disabled,
+ #XfceNotifyWindow button .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ .osd button separator, .osd button.nautilus-circular-button.image-button separator,
+ #XfceNotifyWindow button separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+ .osd entry,
+ #XfceNotifyWindow entry {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.8);
+ padding: 5px 3.4285714286px;
+ color: #e0def4;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ .osd entry:focus, .osd entry:hover,
+ #XfceNotifyWindow entry:focus,
+ #XfceNotifyWindow entry:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.7),0.3); }
+ .osd entry:active, .osd entry:active:hover, .osd entry:active:focus, .osd entry:active:hover:focus, .osd entry:checked, .osd entry:checked:hover, .osd entry:checked:focus, .osd entry:checked:hover:focus,
+ #XfceNotifyWindow entry:active,
+ #XfceNotifyWindow entry:active:hover,
+ #XfceNotifyWindow entry:active:focus,
+ #XfceNotifyWindow entry:active:hover:focus,
+ #XfceNotifyWindow entry:checked,
+ #XfceNotifyWindow entry:checked:hover,
+ #XfceNotifyWindow entry:checked:focus,
+ #XfceNotifyWindow entry:checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.32); }
+ .osd entry:disabled,
+ #XfceNotifyWindow entry:disabled {
+ border-color: mix(#e0def4,#191724,0.84); }
+ .osd entry:active:disabled, .osd entry:checked:disabled,
+ #XfceNotifyWindow entry:active:disabled,
+ #XfceNotifyWindow entry:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.8); }
+ .osd entry:focus, .osd entry:active,
+ #XfceNotifyWindow entry:focus,
+ #XfceNotifyWindow entry:active {
+ border-color: mix(#c4a7e7,rgba(21, 20, 31, 0.8),0.3); }
+ .osd entry:disabled,
+ #XfceNotifyWindow entry:disabled {
+ background-color: mix(#191724,#e0def4,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#191724,#e0def4,0.9); }
+ .osd trough, .osd.trough,
+ #XfceNotifyWindow trough,
+ #XfceNotifyWindow.trough {
+ background-color: rgba(224, 222, 244, 0.3); }
+ .osd progressbar, .osd.progressbar,
+ #XfceNotifyWindow progressbar,
+ #XfceNotifyWindow.progressbar {
+ background-color: #e0def4; }
+ .osd scale slider,
+ #XfceNotifyWindow scale slider {
+ background-color: rgba(27, 25, 39, 0.8);
+ background-image: none;
+ border-color: mix(#e0def4,rgba(25, 23, 36, 0.8),0.8); }
+ .osd scale slider:focus, .osd scale slider:hover,
+ #XfceNotifyWindow scale slider:focus,
+ #XfceNotifyWindow scale slider:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,rgba(25, 23, 36, 0.8),0.7),0.3); }
+ .osd scale slider:active, .osd scale slider:active:hover, .osd scale slider:active:focus, .osd scale slider:active:hover:focus, .osd scale slider:checked, .osd scale slider:checked:hover, .osd scale slider:checked:focus, .osd scale slider:checked:hover:focus,
+ #XfceNotifyWindow scale slider:active,
+ #XfceNotifyWindow scale slider:active:hover,
+ #XfceNotifyWindow scale slider:active:focus,
+ #XfceNotifyWindow scale slider:active:hover:focus,
+ #XfceNotifyWindow scale slider:checked,
+ #XfceNotifyWindow scale slider:checked:hover,
+ #XfceNotifyWindow scale slider:checked:focus,
+ #XfceNotifyWindow scale slider:checked:hover:focus {
+ border-color: mix(#e0def4,rgba(25, 23, 36, 0.8),0.32); }
+ .osd scale slider:disabled,
+ #XfceNotifyWindow scale slider:disabled {
+ border-color: mix(#e0def4,rgba(25, 23, 36, 0.8),0.84); }
+ .osd scale slider:active:disabled, .osd scale slider:checked:disabled,
+ #XfceNotifyWindow scale slider:active:disabled,
+ #XfceNotifyWindow scale slider:checked:disabled {
+ border-color: mix(#e0def4,rgba(25, 23, 36, 0.8),0.8); }
+ .osd scale slider:disabled,
+ #XfceNotifyWindow scale slider:disabled {
+ background-color: rgba(23, 21, 32, 0.8);
+ background-image: none; }
+ .osd scale trough,
+ #XfceNotifyWindow scale trough {
+ border-color: rgba(20, 18, 29, 0.8);
+ background-color: rgba(27, 25, 39, 0.8);
+ background-image: none; }
+ .osd scale trough.highlight,
+ #XfceNotifyWindow scale trough.highlight {
+ border-color: #c4a7e7;
+ background-color: #c4a7e7;
+ background-image: none; }
+ .osd scale trough:disabled, .osd scale trough.highlight:disabled,
+ #XfceNotifyWindow scale trough:disabled,
+ #XfceNotifyWindow scale trough.highlight:disabled {
+ border-color: rgba(21, 20, 31, 0.8);
+ background-color: rgba(23, 21, 32, 0.8);
+ background-image: none; }
+ .osd scale trough,
+ #XfceNotifyWindow scale trough {
+ background-color: rgba(40, 37, 58, 0.8); }
+ .osd scale trough highlight,
+ #XfceNotifyWindow scale trough highlight {
+ background-color: #c4a7e7; }
+ .osd scale slider,
+ #XfceNotifyWindow scale slider {
+ background-clip: border-box;
+ background-color: #c4a7e7;
+ border-color: #c4a7e7; }
+ .osd scale slider:hover,
+ #XfceNotifyWindow scale slider:hover {
+ background-color: #dfcff2;
+ border-color: #dfcff2; }
+ .osd scale slider:active,
+ #XfceNotifyWindow scale slider:active {
+ background-color: #a97fdc;
+ border-color: #a97fdc; }
+ .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view,
+ #XfceNotifyWindow.view,
+ iconview#XfceNotifyWindow,
+ #XfceNotifyWindow .view,
+ #XfceNotifyWindow iconview,
+ #XfceNotifyWindow view {
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd scrollbar trough,
+ #XfceNotifyWindow scrollbar trough {
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd scrollbar slider,
+ #XfceNotifyWindow scrollbar slider {
+ border: 1px solid mix(rgba(22, 20, 31, 0.8),#e0def4,0.21);
+ border-radius: 0;
+ background-color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.21); }
+ .osd scrollbar slider:hover,
+ #XfceNotifyWindow scrollbar slider:hover {
+ border-color: mix(rgba(22, 20, 31, 0.8),#e0def4,0.31);
+ background-color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.31); }
+ .osd scrollbar slider:active,
+ #XfceNotifyWindow scrollbar slider:active {
+ border-color: #af88de;
+ background-color: #c4a7e7; }
+ .osd iconview.cell:selected, .osd iconview.cell:selected:focus,
+ #XfceNotifyWindow iconview.cell:selected,
+ #XfceNotifyWindow iconview.cell:selected:focus {
+ background-color: transparent;
+ border: 3px solid mix(rgba(22, 20, 31, 0.8),#e0def4,0.21);
+ border-radius: 2px;
+ outline-color: transparent; }
+ .osd .page-thumbnail,
+ #XfceNotifyWindow .page-thumbnail {
+ border: 1px solid rgba(23, 21, 32, 0.8);
+ /* when there's no pixbuf yet */
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd popover.background,
+ #XfceNotifyWindow popover.background {
+ box-shadow: 0 2px 7px 3px rgba(12, 12, 18, 0.5); }
+ .osd popover.background > toolbar button,
+ #XfceNotifyWindow popover.background > toolbar button {
+ border-radius: 0;
+ border-width: 0;
+ background-color: transparent;
+ background-image: none; }
+ .osd spinbutton:not(.vertical),
+ #XfceNotifyWindow spinbutton:not(.vertical) {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.8);
+ padding: 0;
+ color: #e0def4;
+ caret-color: #e0def4; }
+ .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover,
+ #XfceNotifyWindow spinbutton:not(.vertical):focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.7),0.3); }
+ .osd spinbutton:not(.vertical):active, .osd spinbutton:not(.vertical):active:hover, .osd spinbutton:not(.vertical):active:focus, .osd spinbutton:not(.vertical):active:hover:focus, .osd spinbutton:not(.vertical):checked, .osd spinbutton:not(.vertical):checked:hover, .osd spinbutton:not(.vertical):checked:focus, .osd spinbutton:not(.vertical):checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):active,
+ #XfceNotifyWindow spinbutton:not(.vertical):active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical):active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.32); }
+ .osd spinbutton:not(.vertical):disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical):disabled {
+ border-color: mix(#e0def4,#191724,0.84); }
+ .osd spinbutton:not(.vertical):active:disabled, .osd spinbutton:not(.vertical):checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical):active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked:disabled {
+ border-color: mix(#e0def4,#191724,0.8); }
+ .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active,
+ #XfceNotifyWindow spinbutton:not(.vertical):focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):active {
+ border-color: mix(#c4a7e7,rgba(21, 20, 31, 0.8),0.3); }
+ .osd spinbutton:not(.vertical):disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical):disabled {
+ background-color: #171520;
+ background-image: none;
+ color: mix(#191724,#e0def4,0.5); }
+ .osd spinbutton:not(.vertical) button,
+ #XfceNotifyWindow spinbutton:not(.vertical) button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22);
+ border-radius: 0;
+ border-color: rgba(21, 20, 31, 0.5);
+ border-style: none none none solid;
+ background-image: none;
+ box-shadow: none; }
+ .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover:focus, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd spinbutton:not(.vertical) button:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .osd spinbutton:not(.vertical) button.flat,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd spinbutton:not(.vertical) button:hover:active, .osd spinbutton:not(.vertical) button:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:hover:active:focus, .osd spinbutton:not(.vertical) button:hover:checked, .osd spinbutton:not(.vertical) button:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:active, .osd spinbutton:not(.vertical) button.flat:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd spinbutton:not(.vertical) button:hover:disabled, .osd spinbutton:not(.vertical) button.flat:hover:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd spinbutton:not(.vertical) button:hover:active:disabled, .osd spinbutton:not(.vertical) button:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button.flat:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ .osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd spinbutton:not(.vertical) button:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd spinbutton:not(.vertical) button:focus:hover:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd spinbutton:not(.vertical) button:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button:focus:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button.flat:checked, .osd spinbutton:not(.vertical) button.flat:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd spinbutton:not(.vertical) button:checked:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button:checked:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button:checked:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button:checked:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button:checked:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button:checked:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button:active:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button:active:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button:active:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button:active:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button:active:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button:active:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button.flat:checked:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button.flat:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button.flat:active:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button.flat:active:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button.flat:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button.flat:active:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button.flat:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd spinbutton:not(.vertical) button:active:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover {
+ color: #e0def4; }
+ .osd spinbutton:not(.vertical) button:disabled:disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .osd spinbutton:not(.vertical) button:disabled:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .osd spinbutton:not(.vertical) button:active:disabled :disabled, .osd spinbutton:not(.vertical) button:checked:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .osd spinbutton:not(.vertical) button:backdrop, .osd spinbutton:not(.vertical) button.flat:backdrop,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ .osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.separator,
+ #XfceNotifyWindow spinbutton:not(.vertical) button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .osd spinbutton:not(.vertical) button.separator:disabled, .osd spinbutton:not(.vertical) button .separator:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.separator:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ .osd spinbutton:not(.vertical) button separator,
+ #XfceNotifyWindow spinbutton:not(.vertical) button separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+ .osd spinbutton:not(.vertical) button:dir(rtl),
+ #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl) {
+ border-style: none solid none none; }
+ .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover {
+ color: #e0def4; }
+ .osd spinbutton:not(.vertical) button:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:disabled {
+ color: alpha(mix(#e0def4,#191724,0.6),0.8); }
+ .osd spinbutton:not(.vertical) button:backdrop,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop {
+ color: mix(#c5c3ce,mix(#1f1d2e,#f0f0f3,0.5),0.9); }
+ .osd spinbutton:not(.vertical) button:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active {
+ box-shadow: inset 0 2px 3px -1px rgba(12, 12, 18, 0.2); }
+ .osd spinbutton:not(.vertical) button:backdrop:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled {
+ color: rgba(255, 255, 255, 0.8);
+ border-style: none none none solid; }
+ .osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl),
+ #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
+ border-style: none solid none none; }
+ .osd spinbutton:not(.vertical) button:dir(rtl):first-child,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl):first-child {
+ border-radius: 2px 0 0 2px; }
+ .osd spinbutton:not(.vertical) button:dir(ltr):last-child,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:dir(ltr):last-child {
+ border-radius: 0 2px 2px 0; }
+ .osd spinbutton.vertical button:first-child,
+ #XfceNotifyWindow spinbutton.vertical button:first-child {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover:focus, .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd spinbutton.vertical button:first-child:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .osd spinbutton.vertical button:first-child.flat,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button:first-child.flat:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd spinbutton.vertical button:first-child:hover:active, .osd spinbutton.vertical button:first-child:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:hover:active:focus, .osd spinbutton.vertical button:first-child:hover:checked, .osd spinbutton.vertical button:first-child:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:active, .osd spinbutton.vertical button:first-child.flat:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd spinbutton.vertical button:first-child:hover:disabled, .osd spinbutton.vertical button:first-child.flat:hover:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd spinbutton.vertical button:first-child:hover:active:disabled, .osd spinbutton.vertical button:first-child:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child.flat:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ .osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd spinbutton.vertical button:first-child:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd spinbutton.vertical button:first-child:focus:hover:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd spinbutton.vertical button:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child:focus:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child.flat:checked, .osd spinbutton.vertical button:first-child.flat:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd spinbutton.vertical button:first-child:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active, .osd spinbutton.vertical button:first-child:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover, .osd spinbutton.vertical button:first-child:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:focus, .osd spinbutton.vertical button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button:first-child:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked, .osd spinbutton.vertical button:first-child:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover, .osd spinbutton.vertical button:first-child:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:focus, .osd spinbutton.vertical button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active, .osd spinbutton.vertical button:first-child:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover, .osd spinbutton.vertical button:first-child:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:focus, .osd spinbutton.vertical button:first-child:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover:focus, .osd spinbutton.vertical button:first-child:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked, .osd spinbutton.vertical button:first-child:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover, .osd spinbutton.vertical button:first-child:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:focus, .osd spinbutton.vertical button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active, .osd spinbutton.vertical button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active, .osd spinbutton.vertical button:first-child.flat:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover, .osd spinbutton.vertical button:first-child.flat:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:focus, .osd spinbutton.vertical button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked, .osd spinbutton.vertical button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button:first-child.flat:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:active,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd spinbutton.vertical button:first-child:active:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:focus, .osd spinbutton.vertical button:first-child.flat:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover {
+ color: #e0def4; }
+ .osd spinbutton.vertical button:first-child:disabled:disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .osd spinbutton.vertical button:first-child:disabled:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .osd spinbutton.vertical button:first-child:active:disabled :disabled, .osd spinbutton.vertical button:first-child:checked:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .osd spinbutton.vertical button:first-child:backdrop, .osd spinbutton.vertical button:first-child.flat:backdrop,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:backdrop,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ .osd spinbutton.vertical button:first-child.separator, .osd spinbutton.vertical button:first-child .separator,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.separator,
+ #XfceNotifyWindow spinbutton.vertical button:first-child .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .osd spinbutton.vertical button:first-child.separator:disabled, .osd spinbutton.vertical button:first-child .separator:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.separator:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ .osd spinbutton.vertical button:first-child separator,
+ #XfceNotifyWindow spinbutton.vertical button:first-child separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+
+scrolledwindow viewport.frame {
+ border-style: none; }
+
+scrolledwindow overshoot.top {
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ scrolledwindow overshoot.top:backdrop {
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow overshoot.bottom {
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ scrolledwindow overshoot.bottom:backdrop {
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow overshoot.left {
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ scrolledwindow overshoot.left:backdrop {
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow overshoot.right {
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ scrolledwindow overshoot.right:backdrop {
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow undershoot.top {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-top: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center top;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow undershoot.bottom {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-bottom: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center bottom;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow undershoot.left {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-left: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: left center;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow undershoot.right {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-right: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: right center;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow junction {
+ border-color: transparent;
+ border-image: linear-gradient(to bottom, mix(#f0f0f3,#1f1d2e,0.1) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
+ background-color: mix(#c5c3ce,#f0f0f3,0.4); }
+ scrolledwindow junction:dir(rtl) {
+ border-image-slice: 0 1 0 0; }
+ scrolledwindow junction:backdrop {
+ border-image-source: linear-gradient(to bottom, mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9) 1px, transparent 1px);
+ background-color: #e8e8ec;
+ transition: 200ms ease-out; }
+
+/*****************
+ ! Progress bars *
+******************/
+progressbar {
+ padding: 0;
+ border-radius: 2px;
+ font-size: smaller;
+ color: rgba(31, 29, 46, 0.6); }
+ progressbar.horizontal trough,
+ progressbar.horizontal progress {
+ min-height: 6px; }
+ progressbar.vertical trough,
+ progressbar.vertical progress {
+ min-width: 6px; }
+ progressbar trough {
+ border: 1px solid mix(#f0f0f3,#1f1d2e,0.17);
+ background-color: mix(#c5c3ce,#f0f0f3,0.08);
+ background-image: none;
+ border-radius: 2px; }
+ progressbar progress {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-radius: 0; }
+ progressbar progress.left {
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px; }
+ progressbar progress.right {
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px; }
+ progressbar progress.bottom {
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px; }
+ progressbar progress.top {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+levelbar.horizontal block {
+ min-width: 34px;
+ min-height: 4px; }
+
+levelbar.vertical block {
+ min-width: 4px;
+ min-height: 34px; }
+
+levelbar:backdrop {
+ transition: 200ms ease-out; }
+
+levelbar trough {
+ background-color: mix(#c5c3ce,#f0f0f3,0.08);
+ border: 1px solid mix(#f0f0f3,#1f1d2e,0.17);
+ border-radius: 2px;
+ padding: 2px; }
+
+levelbar.horizontal.discrete block {
+ margin: 0 1px; }
+ levelbar.horizontal.discrete block:first-child {
+ margin: 0; }
+
+levelbar.vertical.discrete block {
+ margin: 1px 0; }
+ levelbar.vertical.discrete block:first-child {
+ margin: 0; }
+
+levelbar block {
+ background-color: #c4a7e7;
+ border-color: transparent;
+ border-radius: 2px; }
+ levelbar block.low {
+ background-color: #f6c177;
+ border-color: transparent; }
+ levelbar block.high, levelbar block:not(.empty) {
+ background-color: #ebbcba;
+ border-color: transparent; }
+ levelbar block.full {
+ background-color: #9a68d6;
+ border-color: transparent; }
+ levelbar block.empty {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none; }
+
+scale {
+ min-height: 10px;
+ min-width: 10px;
+ padding: 3px; }
+ scale.horizontal trough {
+ padding: 0 3px; }
+ scale.horizontal highlight, scale.horizontal fill {
+ margin: 0 -4px; }
+ scale.vertical trough {
+ padding: 3px 0; }
+ scale.vertical highlight, scale.vertical fill {
+ margin: -4px 0; }
+ scale slider {
+ min-height: 15px;
+ min-width: 15px;
+ margin: -7px; }
+ scale.fine-tune slider {
+ margin: -7px; }
+ scale.fine-tune highlight {
+ background-color: #d9c6f0; }
+ scale.fine-tune fill,
+ scale.fine-tune highlight,
+ scale.fine-tune trough {
+ border-radius: 5px;
+ -gtk-outline-radius: 7px; }
+ scale trough {
+ outline-offset: 2px;
+ -gtk-outline-radius: 4.5px;
+ border-radius: 2.5px;
+ background-color: mix(#f0f0f3,#1f1d2e,0.2); }
+ scale trough:disabled {
+ background-color: mix(#f0f0f3,#1f1d2e,0.1); }
+ menuitem:hover scale trough, row:selected scale trough, infobar scale trough {
+ background-color: rgba(12, 12, 18, 0.2); }
+ menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight {
+ background-color: #191724; }
+ menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled {
+ background-color: mix(#191724,#c4a7e7,0.55); }
+ menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled {
+ background-color: rgba(12, 12, 18, 0.1); }
+ scale highlight {
+ border-radius: 2.5px;
+ background-color: #c4a7e7; }
+ scale highlight:disabled {
+ background-color: rgba(196, 167, 231, 0.55); }
+ scale fill {
+ border-radius: 2.5px;
+ background-color: rgba(196, 167, 231, 0.5); }
+ scale fill:disabled {
+ background-color: transparent; }
+ scale slider {
+ background-color: #e0def4;
+ border: 1px solid rgba(25, 23, 36, 0.16);
+ border-radius: 100%;
+ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+ transition-property: background, border; }
+ scale slider:hover {
+ background-color: #f2f1fa; }
+ scale slider:active {
+ background-clip: border-box;
+ background-color: #c4a7e7;
+ border-color: #c4a7e7; }
+ scale slider:disabled {
+ background-color: mix(#e0def4,#f0f0f3,0.55);
+ border-color: mix(#191724,#f0f0f3,0.92); }
+ menuitem:hover scale slider, row:selected scale slider, infobar scale slider {
+ background-clip: border-box;
+ background-color: #191724;
+ border-color: #191724; }
+ menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover {
+ background-color: mix(#191724,#c4a7e7,0.85);
+ border-color: mix(#191724,#c4a7e7,0.85); }
+ menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active {
+ background-color: mix(#191724,#c4a7e7,0.5);
+ border-color: mix(#191724,#c4a7e7,0.5); }
+ menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled {
+ background-color: mix(#191724,#c4a7e7,0.55);
+ border-color: mix(#191724,#c4a7e7,0.55); }
+ scale value {
+ color: alpha(currentColor,0.4); }
+ scale marks {
+ color: alpha(currentColor,0.4); }
+ scale marks.top {
+ margin-bottom: 1px;
+ margin-top: -4px; }
+ scale marks.bottom {
+ margin-top: 1px;
+ margin-bottom: -4px; }
+ scale marks.top {
+ margin-right: 1px;
+ margin-left: -4px; }
+ scale marks.bottom {
+ margin-left: 1px;
+ margin-right: -4px; }
+ scale.fine-tune marks.top {
+ margin-bottom: 0px;
+ margin-top: -2px; }
+ scale.fine-tune marks.bottom {
+ margin-top: 0px;
+ margin-bottom: -2px; }
+ scale.fine-tune marks.top {
+ margin-right: 0px;
+ margin-left: -2px; }
+ scale.fine-tune marks.bottom {
+ margin-left: 0px;
+ margin-right: -2px; }
+ scale.horizontal indicator {
+ min-height: 3px;
+ min-width: 1px; }
+ scale.horizontal.fine-tune indicator {
+ min-height: 2px; }
+ scale.vertical indicator {
+ min-height: 1px;
+ min-width: 3px; }
+ scale.vertical.fine-tune indicator {
+ min-width: 2px; }
+ scale.color trough {
+ padding: 0;
+ border: 0;
+ background-image: none; }
+ scale.color highlight, scale.color fill {
+ margin: 0; }
+ scale.color.horizontal {
+ padding: 0 0 6px; }
+ scale.color.horizontal trough {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+ scale.color.horizontal slider:hover, scale.color.horizontal slider:backdrop, scale.color.horizontal slider:disabled, scale.color.horizontal slider:backdrop:disabled, scale.color.horizontal slider {
+ margin-bottom: 0;
+ margin-top: 0; }
+ scale.color.vertical:dir(ltr) {
+ padding: 0 0 0 6px; }
+ scale.color.vertical:dir(ltr) trough {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider {
+ margin-left: 0;
+ margin-right: 0; }
+ scale.color.vertical:dir(rtl) {
+ padding: 0 6px 0 0; }
+ scale.color.vertical:dir(rtl) trough {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider {
+ margin-right: 0;
+ margin-left: 0; }
+
+/***********
+ ! Scrollbar
+************/
+scrollbar {
+ background-color: mix(#c5c3ce,#f0f0f3,0.4);
+ transition: 300ms ease-out; }
+ * {
+ -GtkScrollbar-has-backward-stepper: false;
+ -GtkScrollbar-has-forward-stepper: false; }
+ scrollbar.top {
+ border-bottom: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ scrollbar.bottom {
+ border-top: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ scrollbar.left {
+ border-right: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ scrollbar.right {
+ border-left: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ scrollbar:backdrop {
+ background-color: #e8e8ec;
+ border-color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9);
+ transition: 400ms ease-in; }
+ scrollbar slider {
+ min-width: 7px;
+ min-height: 7px;
+ border: 1px solid transparent;
+ border-radius: 2px;
+ background-clip: padding-box;
+ background-color: mix(#f0f0f3,#1f1d2e,0.5); }
+ scrollbar slider:hover {
+ background-color: mix(#f0f0f3,#1f1d2e,0.7); }
+ scrollbar slider:hover:active {
+ background-color: #dfcff2; }
+ scrollbar slider:backdrop {
+ background-color: mix(mix(#1f1d2e,#f0f0f3,0.5),#f0f0f3,0.4); }
+ scrollbar slider:disabled {
+ background-color: transparent; }
+ scrollbar.horizontal slider {
+ min-width: 40px; }
+ scrollbar.vertical slider {
+ min-height: 40px; }
+ scrollbar.fine-tune slider:active {
+ background-color: #faf7fd; }
+ scrollbar.overlay-indicator {
+ opacity: .8; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
+ border-color: transparent;
+ opacity: .4;
+ background-color: transparent; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
+ min-width: 4px;
+ min-height: 4px;
+ background-color: #1f1d2e;
+ border: 1px solid #0c0c12; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
+ min-width: 4px;
+ min-height: 4px;
+ border-color: transparent;
+ -gtk-icon-source: none; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
+ min-width: 40px; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
+ min-width: 7px; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
+ min-height: 40px; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
+ min-height: 7px; }
+ scrollbar button, scrollbar button.nautilus-circular-button.image-button {
+ min-width: 7px;
+ min-height: 7px;
+ padding: 0;
+ border: 0;
+ border-radius: 0;
+ border-color: mix(#f0f0f3,#1f1d2e,0.1);
+ background-color: transparent;
+ box-shadow: none;
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ scrollbar button:hover, scrollbar button.nautilus-circular-button.image-button:hover {
+ color: mix(#f0f0f3,#1f1d2e,0.7); }
+ scrollbar button:active, scrollbar button.nautilus-circular-button.image-button:active, scrollbar button:checked, scrollbar button.nautilus-circular-button.image-button:checked {
+ color: #dfcff2; }
+ scrollbar button:backdrop, scrollbar button.nautilus-circular-button.image-button:backdrop {
+ color: mix(mix(#1f1d2e,#f0f0f3,0.5),#f0f0f3,0.4); }
+ scrollbar.vertical button.down {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ border-top: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ scrollbar.vertical button.up {
+ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
+ border-bottom: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ scrollbar.horizontal button.down {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+ border-left: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ scrollbar.horizontal button.up {
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
+ border-right: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+
+/*********
+ ! Sidebar
+**********/
+.sidebar {
+ border-style: none;
+ background-color: mix(#f0f0f3,#c5c3ce,0.5); }
+ stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left {
+ border-right: 1px solid mix(#f0f0f3,#1f1d2e,0.1);
+ border-left-style: none; }
+ stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right {
+ border-left: 1px solid mix(#f0f0f3,#1f1d2e,0.1);
+ border-right-style: none; }
+ .sidebar:backdrop {
+ background-color: mix(#f0f0f3,#c5c3ce,0.5);
+ border-color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9);
+ transition: 200ms ease-out; }
+ .sidebar .frame, .sidebar frame {
+ border-width: 0; }
+ 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 row {
+ padding: 6px 3px; }
+ stacksidebar row > label {
+ padding-left: 3px;
+ padding-right: 3px; }
+ stacksidebar row.needs-attention > label {
+ background-size: 6px 6px, 0 0; }
+
+placessidebar > viewport.frame {
+ border-style: none; }
+
+placessidebar row {
+ min-height: 32px;
+ padding: 0; }
+ placessidebar row > revealer {
+ padding: 0 6px; }
+ placessidebar row:selected {
+ color: #191724; }
+ placessidebar row:disabled {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ placessidebar row:backdrop {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ placessidebar row:backdrop:selected {
+ color: mix(#c4a7e7,#191724,0.66); }
+ placessidebar row:backdrop:disabled {
+ color: white; }
+ placessidebar row image.sidebar-icon {
+ opacity: 0.7; }
+ placessidebar row image.sidebar-icon:dir(ltr) {
+ padding-right: 8px;
+ padding-left: 3px; }
+ placessidebar row image.sidebar-icon:dir(rtl) {
+ padding-left: 8px;
+ padding-right: 3px; }
+ placessidebar row label.sidebar-label:dir(ltr) {
+ padding-right: 2px; }
+ placessidebar row label.sidebar-label:dir(rtl) {
+ padding-left: 2px; }
+ button.sidebar-button, button.sidebar-button.nautilus-circular-button.image-button {
+ min-height: 20px;
+ min-width: 20px;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ padding: 0;
+ border-radius: 100%;
+ -gtk-outline-radius: 100%; }
+ button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image {
+ opacity: 0.7; }
+ placessidebar row:selected:active {
+ box-shadow: none; }
+ placessidebar row.sidebar-placeholder-row {
+ padding: 0 8px;
+ min-height: 2px;
+ background-image: image(#c4a7e7);
+ background-clip: content-box; }
+ placessidebar row.sidebar-new-bookmark-row {
+ color: #c4a7e7; }
+ placessidebar row:drop(active):not(:disabled) {
+ color: #c4a7e7;
+ box-shadow: inset 0 1px #c4a7e7, inset 0 -1px #c4a7e7; }
+ placessidebar row:drop(active):not(:disabled):selected {
+ color: #191724;
+ background-color: #c4a7e7; }
+
+/******
+! Paned
+*******/
+paned > separator {
+ min-width: 1px;
+ min-height: 1px;
+ -gtk-icon-source: none;
+ border-style: none;
+ background-color: transparent;
+ background-image: image(#d5d5de);
+ background-size: 1px 1px;
+ background-position: center center; }
+ paned > separator:selected {
+ background-image: image(#c4a7e7); }
+ paned > separator:backdrop {
+ background-image: image(mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9)); }
+ paned > separator.wide {
+ min-width: 5px;
+ min-height: 5px;
+ background-color: #f0f0f3;
+ background-image: image(#babac8), image(#babac8);
+ background-size: 1px 1px, 1px 1px; }
+ paned > separator.wide:backdrop {
+ background-color: #f0f0f3;
+ background-image: image(mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9)), image(mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9)); }
+
+paned.horizontal > separator {
+ background-repeat: repeat-y;
+ padding: 0 2px;
+ margin: 0 -2px; }
+ paned.horizontal > separator.wide {
+ margin: 0;
+ padding: 0;
+ background-repeat: repeat-y, repeat-y;
+ background-position: left, right; }
+
+paned.vertical > separator {
+ background-repeat: repeat-x;
+ padding: 2px 0;
+ margin: -2px 0; }
+ paned.vertical > separator.wide {
+ margin: 0;
+ padding: 0;
+ background-repeat: repeat-x, repeat-x;
+ background-position: bottom, top; }
+
+paned.titlebar > separator {
+ background-image: image(#171520); }
+
+/*******************
+ ! Spinner animation
+********************/
+@keyframes spin {
+ to {
+ -gtk-icon-transform: rotate(1turn); } }
+
+spinner {
+ background-image: none;
+ color: #c4a7e7;
+ opacity: 0;
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
+ spinner:checked {
+ opacity: 1;
+ animation: spin 1s linear infinite; }
+ spinner:checked:disabled {
+ opacity: .5; }
+
+/***********************
+ ! Check and Radio items
+************************/
+radio {
+ background-image: none;
+ min-width: 16px;
+ min-height: 16px;
+ margin-right: 3px; }
+ radio:disabled {
+ -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); }
+ radio:checked, radio:active {
+ -gtk-icon-source: url("../assets/radio-checked.svg"); }
+ radio:checked:disabled, radio:active:disabled {
+ -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); }
+ radio:indeterminate {
+ -gtk-icon-source: url("../assets/radio-mixed.svg"); }
+ radio:indeterminate:disabled {
+ -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); }
+ menuitem radio, modelbutton radio {
+ -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); }
+ menuitem radio:disabled, modelbutton radio:disabled {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); }
+ menuitem radio:checked, menuitem radio:active, modelbutton radio:checked, modelbutton radio:active {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); }
+ menuitem radio:checked:hover, menuitem radio:active:hover, modelbutton radio:checked:hover, modelbutton radio:active:hover {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); }
+ menuitem radio:checked:disabled, menuitem radio:active:disabled, modelbutton radio:checked:disabled, modelbutton radio:active:disabled {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); }
+ menuitem radio:indeterminate, modelbutton radio:indeterminate {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); }
+ menuitem radio:indeterminate:hover, modelbutton radio:indeterminate:hover {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); }
+ menuitem radio:indeterminate:disabled, modelbutton radio:indeterminate:disabled {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); }
+
+check {
+ background-image: none;
+ min-width: 16px;
+ min-height: 16px;
+ margin-right: 3px; }
+ check:disabled {
+ -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); }
+ check:checked, check:active {
+ -gtk-icon-source: url("../assets/checkbox-checked.svg"); }
+ check:checked:disabled, check:active:disabled {
+ -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); }
+ check:indeterminate {
+ -gtk-icon-source: url("../assets/checkbox-mixed.svg"); }
+ check:indeterminate:disabled {
+ -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); }
+ menuitem check, modelbutton check {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); }
+ menuitem check:disabled, modelbutton check:disabled {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); }
+ menuitem check:checked, menuitem check:active, modelbutton check:checked, modelbutton check:active {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); }
+ menuitem check:checked:hover, menuitem check:active:hover, modelbutton check:checked:hover, modelbutton check:active:hover {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); }
+ menuitem check:checked:disabled, menuitem check:active:disabled, modelbutton check:checked:disabled, modelbutton check:active:disabled {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); }
+ menuitem check:indeterminate, modelbutton check:indeterminate {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); }
+ menuitem check:indeterminate:hover, modelbutton check:indeterminate:hover {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); }
+ menuitem check:indeterminate:disabled, modelbutton check:indeterminate:disabled {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); }
+
+check, radio {
+ box-shadow: -1px 0 mix(#f0f0f3,#1f1d2e,0.3) inset, 1px 0 mix(#f0f0f3,#1f1d2e,0.3) inset, 0 -1px mix(#f0f0f3,#1f1d2e,0.3) inset, 0 1px mix(#f0f0f3,#1f1d2e,0.3) inset;
+ border-radius: 1px;
+ background-color: #c5c3ce; }
+ check:disabled, radio:disabled {
+ box-shadow: -1px 0 mix(#f0f0f3,#1f1d2e,0.15) inset, 1px 0 mix(#f0f0f3,#1f1d2e,0.15) inset, 0 -1px mix(#f0f0f3,#1f1d2e,0.15) inset, 0 1px mix(#f0f0f3,#1f1d2e,0.15) inset;
+ background-color: rgba(197, 195, 206, 0.25); }
+ menuitem check:disabled, modelbutton check:disabled, menuitem check, modelbutton check, menuitem radio:disabled, modelbutton radio:disabled, menuitem radio, modelbutton radio {
+ box-shadow: none;
+ border-radius: 0;
+ background-color: transparent;
+ border: 0; }
+ textview check:focus, .view check:focus, iconview check:focus, view check:focus, treeview check:focus, textview radio:focus, .view radio:focus, iconview radio:focus, view radio:focus, treeview radio:focus {
+ background-color: #c5c3ce; }
+
+radio {
+ border-radius: 999px; }
+
+radio:dir(rtl), check:dir(rtl) {
+ margin-right: 0;
+ margin-left: 3px; }
+
+.view.content-view.check:not(list), iconview.content-view.check:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:active:not(list), iconview.content-view.check:active:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+/********
+ ! Switch
+*********/
+switch {
+ border-radius: 2px;
+ padding: 2px;
+ border: 0;
+ outline: none;
+ transition: background-color .3s linear;
+ min-width: 78px;
+ min-height: 24px;
+ background-color: mix(#f0f0f3,#c5c3ce,0.3);
+ color: #26233a;
+ box-shadow: inset 1px -1px 0 rgba(6, 6, 9, 0.06), inset -1px 1px 0 rgba(6, 6, 9, 0.06);
+ font-size: 90%; }
+ switch slider {
+ background-color: mix(#26233a,#f0f0f3,0.5);
+ transition: all .3s ease-in;
+ box-shadow: 0 1px 2px 0 rgba(6, 6, 9, 0.07), 1px 0 2px 0 rgba(6, 6, 9, 0.07);
+ border-radius: 2px; }
+ switch:checked {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #c4a7e7;
+ color: #c5c3ce; }
+ switch:checked slider {
+ background-color: #f2f2f4;
+ box-shadow: 0 1px 3px 0 rgba(6, 6, 9, 0.1); }
+ switch:disabled {
+ background-color: mix(#f0f0f3,#c5c3ce,0.5);
+ background-image: none;
+ border-color: #f0f0f3;
+ color: #f0f0f3;
+ box-shadow: none; }
+ switch:disabled slider {
+ background-color: #f0f0f3; }
+ list row:selected switch {
+ background-color: #f0f0f3;
+ color: mix(#f0f0f3,#c5c3ce,0.5); }
+ list row:selected switch slider {
+ background-color: mix(mix(#f0f0f3,#c5c3ce,0.5),#c5c3ce,0.4); }
+ list row:selected switch:checked {
+ color: #c4a7e7;
+ background-color: mix(#26233a,#f0f0f3,0.5); }
+ list row:selected switch:checked slider {
+ background-color: #c4a7e7; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Toolbar
+**********/
+/***************
+ ! Generic views
+****************/
+.view, iconview,
+.view text,
+iconview text,
+textview text {
+ color: #26233a;
+ background-color: #c5c3ce;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ .view:backdrop, iconview:backdrop,
+ .view text:backdrop,
+ iconview text:backdrop,
+ textview text:backdrop {
+ color: mix(#c5c3ce,#26233a,0.8);
+ background-color: #c5c3ce; }
+ .view separator, iconview separator,
+ textview text separator {
+ background-image: image(mix(#26233a,#c5c3ce,0.9)); }
+
+textview border {
+ background-color: mix(#f0f0f3,#c5c3ce,0.5); }
+
+iconview :selected {
+ border-radius: 2px; }
+
+/************
+! Treeview
+*************/
+.rubberband,
+rubberband,
+treeview.view rubberband,
+flowbox rubberband {
+ border: 1px solid mix(#c4a7e7,#191724,0.1);
+ background-color: rgba(196, 167, 231, 0.2); }
+
+treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
+ background-color: #c5c3ce;
+ transition-property: color, background; }
+
+treeview entry.flat, treeview entry {
+ border-radius: 0;
+ background-image: none;
+ background-color: #c5c3ce; }
+ treeview entry.flat:focus, treeview entry:focus {
+ border-color: #c4a7e7; }
+
+treeview.view header button:active, treeview.view header button:hover, treeview.view header button, treeview.view header button.nautilus-circular-button.image-button {
+ padding: 1px 4px;
+ border-radius: 0;
+ text-shadow: none;
+ border-top-color: transparent;
+ border-left-color: transparent; }
+ treeview.view header button:disabled {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ treeview.view header button:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.5);
+ background-image: none;
+ background-color: mix(#e0def4,#f0f0f3,0.5); }
+ treeview.view header button:backdrop:disabled {
+ border-color: #f0f0f3;
+ background-image: none; }
+
+treeview.view {
+ -GtkTreeView-grid-line-width: 1;
+ -GtkTreeView-grid-line-pattern: "";
+ -GtkTreeView-tree-line-width: 1;
+ -GtkTreeView-tree-line-pattern: "";
+ border-left-color: mix(#1f1d2e,#c5c3ce,0.7);
+ border-top-color: mix(#1f1d2e,#c5c3ce,0.9); }
+ treeview.view:selected:focus, treeview.view:selected {
+ border-radius: 0; }
+ treeview.view:selected:backdrop, treeview.view:selected {
+ border-left-color: mix(#191724,#c4a7e7,0.5);
+ border-top-color: rgba(31, 29, 46, 0.1); }
+ treeview.view:disabled {
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ treeview.view:disabled:selected {
+ color: mix(#191724,#c4a7e7,0.4); }
+ treeview.view:disabled:selected:backdrop {
+ color: mix(mix(#c4a7e7,#191724,0.66),#c4a7e7,0.3); }
+ treeview.view:disabled:backdrop {
+ color: white; }
+ treeview.view.separator {
+ min-height: 2px;
+ color: #f0f0f3; }
+ treeview.view.separator:backdrop {
+ color: rgba(240, 240, 243, 0.1); }
+ treeview.view:backdrop {
+ border-left-color: mix(mix(#1f1d2e,#f0f0f3,0.5),#f0f0f3,0.5);
+ border-top: #f0f0f3; }
+ treeview.view:drop(active) {
+ border-style: solid none;
+ border-width: 1px;
+ border-color: #8e57d1; }
+ treeview.view:drop(active).after {
+ border-top-style: none; }
+ treeview.view:drop(active).before {
+ border-bottom-style: none; }
+ treeview.view.expander {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+ color: mix(#c5c3ce,#1f1d2e,0.7); }
+ treeview.view.expander:dir(rtl) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
+ treeview.view.expander:hover {
+ color: #1f1d2e; }
+ treeview.view.expander:selected {
+ color: mix(#c4a7e7,#191724,0.7); }
+ treeview.view.expander:selected:hover {
+ color: #191724; }
+ treeview.view.expander:selected:backdrop {
+ color: mix(#c4a7e7,mix(#c4a7e7,#191724,0.66),0.7); }
+ treeview.view.expander:checked {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+ treeview.view.expander:backdrop {
+ color: mix(#c5c3ce,mix(#1f1d2e,#f0f0f3,0.5),0.7); }
+ treeview.view.progressbar {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-radius: 2px;
+ border: 1px solid #8e57d1; }
+ treeview.view.progressbar:selected {
+ border: 1px solid mix(#c4a7e7,#191724,0.2); }
+ treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected {
+ box-shadow: inset 0 1px rgba(242, 242, 244, 0.05);
+ background-color: #c4a7e7;
+ background-image: none;
+ border-radius: 2px; }
+ treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop {
+ border-color: #c5c3ce;
+ background-color: mix(#c5c3ce,#c4a7e7,0.9); }
+ treeview.view.progressbar:disabled {
+ background-color: #f0f0f3;
+ background-image: none;
+ border-color: mix(#1f1d2e,#f0f0f3,0.64); }
+ treeview.view.progressbar:backdrop {
+ border-color: #c5c3ce;
+ background-image: none;
+ box-shadow: none; }
+ treeview.view.trough {
+ background-color: rgba(31, 29, 46, 0.1);
+ border-radius: 2px; }
+ treeview.view.trough:selected:focus, treeview.view.trough:selected {
+ background-color: #c4a7e7;
+ border-radius: 2px; }
+ treeview.view header button, treeview.view header button.nautilus-circular-button.image-button {
+ font-weight: normal;
+ text-shadow: none;
+ box-shadow: none; }
+ treeview.view header button:hover {
+ border-top-color: #8e57d1;
+ border-left-color: #8e57d1;
+ box-shadow: none;
+ transition: none; }
+ treeview.view header button:active {
+ border-top-color: #8e57d1;
+ border-left-color: #8e57d1;
+ transition: none; }
+ treeview.view header button:last-child:backdrop, treeview.view header button:last-child {
+ border-right-style: none; }
+ treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd,
+ treeview.view header.button.dnd:active,
+ treeview.view header.button.dnd:selected,
+ treeview.view header.button.dnd:hover,
+ treeview.view header.button.dnd {
+ padding: 0 6px;
+ transition: none;
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #c5c3ce;
+ border-radius: 0;
+ border-style: none;
+ box-shadow: inset 0 0 0 1px #c5c3ce;
+ text-shadow: none; }
+ treeview.view acceleditor > label {
+ background-color: #c4a7e7; }
+
+/***********
+ ! Separator
+************/
+separator {
+ background-image: image(mix(#1f1d2e,#f0f0f3,0.9));
+ min-width: 1px;
+ min-height: 1px; }
+
+/**********
+ ! Frames *
+***********/
+frame > border, .frame {
+ border: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ frame > border.flat, .frame.flat {
+ border-style: none; }
+ frame > border:backdrop, .frame:backdrop {
+ border-color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.1),0.9); }
+
+frame.border-inset > border,
+frame.border-outset > border,
+frame.border-groove > border,
+frame.border-ridge > border {
+ border: 1px solid alpha(mix(#f0f0f3,#1f1d2e,0.1),1.2470588235); }
+
+.content-view {
+ background-color: mix(#c5c3ce,#f0f0f3,0.28);
+ color: mix(#26233a,#1f1d2e,0.18);
+ border: 1px solid shade(mix(#c5c3ce,#f0f0f3,0.78),0.8); }
+
+viewport separator {
+ background-image: image(mix(#26233a,#c5c3ce,0.9)); }
+
+viewport menu separator {
+ background-image: image(mix(#191724,#e0def4,0.18)); }
+
+/***************
+ ! Places view *
+****************/
+placesview .server-list-button > image {
+ transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+ -gtk-icon-transform: rotate(0turn); }
+
+placesview .server-list-button:checked > image {
+ transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+ -gtk-icon-transform: rotate(-0.5turn); }
+
+placesview row.activatable:hover {
+ background-color: transparent; }
+
+placesview > actionbar > revealer > box > label {
+ padding-left: 8px;
+ padding-right: 8px; }
+
+/**************
+ ! Window frame
+***************/
+decoration {
+ background-color: #191724;
+ background-image: none;
+ border-radius: 2px 2px 0 0;
+ border-width: 0;
+ box-shadow: 0 3px 9px 1px rgba(12, 12, 18, 0.7), 0 0 0 1px #c4a7e7;
+ /* this is used for the resize cursor area */
+ margin: 9px; }
+ decoration:backdrop {
+ box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(12, 12, 18, 0.4), 0 0 0 1px #191724;
+ transition: 200ms ease-out; }
+ .maximized decoration, .fullscreen decoration, .tiled decoration {
+ border-radius: 0; }
+ .popup decoration {
+ box-shadow: none; }
+ .ssd decoration {
+ box-shadow: 0 0 0 1px #c4a7e7; }
+ .ssd decoration:backdrop {
+ box-shadow: 0 0 0 1px #191724; }
+ .solid-csd decoration {
+ border-radius: 0;
+ margin: 0;
+ box-shadow: none; }
+ .csd.popup decoration {
+ border-radius: 0;
+ box-shadow: 0 1px 2px rgba(12, 12, 18, 0.2), 0 0 0 1px rgba(25, 23, 36, 0.13); }
+ tooltip.csd decoration {
+ border-radius: 2px;
+ box-shadow: none; }
+ messagedialog.csd decoration {
+ border-radius: 2px;
+ box-shadow: 0 1px 2px rgba(12, 12, 18, 0.2), 0 0 0 1px rgba(25, 23, 36, 0.13); }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+UnityPanelWidget, .unity-panel, .xfce4-panel, .mate-panel-menu-bar, wnck-pager, wnck-tasklist, clock-box menuitem, clock-box:backdrop menuitem,
+panel-applet > menubar menuitem,
+panel-applet > menubar:backdrop menuitem,
+panel-toplevel .gnome-panel-menu-bar menuitem, clock-box, clock-box:backdrop,
+panel-applet > menubar,
+panel-applet > menubar:backdrop,
+panel-toplevel .gnome-panel-menu-bar, panel-plug,
+panel-toplevel.background {
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4; }
+
+gp-calendar-window label,
+#tasklist-button label,
+#clock-applet-button label,
+#showdesktop-button label, clock-box menuitem label, clock-box:backdrop menuitem label,
+panel-applet > menubar menuitem label,
+panel-applet > menubar:backdrop menuitem label,
+panel-toplevel .gnome-panel-menu-bar menuitem label {
+ font-weight: normal;
+ color: #e0def4; }
+
+#login_window, #shutdown_dialog, #restart_dialog, .xfce4-panel button, .xfce4-panel button.nautilus-circular-button.image-button, panel-applet button, panel-applet button.nautilus-circular-button.image-button, panel-applet button:backdrop, #clock-applet-button, #clock-applet-button:backdrop {
+ border-width: 0 1px;
+ border-radius: 0;
+ border-color: transparent;
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ #login_window:hover, #shutdown_dialog:hover, #restart_dialog:hover, .xfce4-panel button:hover, panel-applet button:hover, panel-applet button.nautilus-circular-button.image-button:hover, #clock-applet-button:hover {
+ background-color: mix(#191724,#e0def4,0.11);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.11);
+ color: #fafafd; }
+ #login_window:active, #shutdown_dialog:active, #restart_dialog:active, .xfce4-panel button:active, panel-applet button:active, panel-applet button.nautilus-circular-button.image-button:active, #clock-applet-button:active, #login_window:checked, #shutdown_dialog:checked, #restart_dialog:checked, .xfce4-panel button:checked, panel-applet button:checked, panel-applet button.nautilus-circular-button.image-button:checked, #clock-applet-button:checked {
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.21);
+ color: #fafafd; }
+ #login_window:active:hover, #shutdown_dialog:active:hover, #restart_dialog:active:hover, .xfce4-panel button:active:hover, panel-applet button:active:hover, #clock-applet-button:active:hover, #login_window:checked:hover, #shutdown_dialog:checked:hover, #restart_dialog:checked:hover, .xfce4-panel button:checked:hover, panel-applet button:checked:hover, #clock-applet-button:checked:hover {
+ background-color: mix(#191724,#e0def4,0.31);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.31); }
+
+panel-plug,
+panel-toplevel.background {
+ padding: 0; }
+
+.gp-text-color {
+ color: #0c0c12; }
+
+panel-applet {
+ border: 0; }
+
+clock-box menuitem, clock-box:backdrop menuitem,
+panel-applet > menubar menuitem,
+panel-applet > menubar:backdrop menuitem,
+panel-toplevel .gnome-panel-menu-bar menuitem,
+panel-toplevel .gnome-panel-menu-bar:backdrop menuitem {
+ border: 0; }
+
+/****************
+ ! MATE styles *
+*****************/
+.mate-panel-menu-bar {
+ border: 0;
+ padding: 0;
+ text-shadow: none; }
+
+#PanelApplet label,
+.mate-panel-menu-bar menubar > menuitem {
+ color: #e0def4; }
+
+PanelSeparator, MatePanelAppletFrameDBus {
+ border-width: 0;
+ color: transparent;
+ background-image: -gtk-scaled(url("../assets/pane-handle.png"), url("../assets/pane-handle@2.png"));
+ background-color: transparent;
+ background-repeat: no-repeat;
+ background-position: left; }
+
+#PanelApplet button,
+#PanelApplet button.flat,
+#PanelApplet button.toggle
+#PanelApplet button.flat.toggle {
+ background-image: none;
+ background-color: transparent;
+ border-color: transparent;
+ border-style: solid;
+ border-radius: 0;
+ border-width: 1px;
+ color: #e0def4;
+ text-shadow: none;
+ box-shadow: none;
+ padding: 2px; }
+
+#PanelApplet button:hover:active,
+#PanelApplet button:checked,
+#PanelApplet button:checked:hover,
+#PanelApplet button.flat:hover:active,
+#PanelApplet button.flat:checked,
+#PanelApplet button.flat:checked:hover,
+#PanelApplet button.toggle:hover:active,
+#PanelApplet button.toggle:checked,
+#PanelApplet button.toggle:checked:hover,
+#PanelApplet button.flat.toggle:hover:active,
+#PanelApplet button.flat.toggle:checked,
+#PanelApplet button.flat.toggle:checked:hover {
+ background-image: none;
+ background-color: darker(#191724);
+ border-color: transparent;
+ border-radius: 0;
+ border-width: 1px;
+ color: lighter(#e0def4);
+ text-shadow: none;
+ padding: 2px; }
+
+#PanelApplet button:hover,
+#PanelApplet button.flat:hover,
+#PanelApplet button.toggle:hover,
+#PanelApplet button.flat.toggle:hover {
+ background-image: none;
+ background-color: #211e2f;
+ border-color: transparent;
+ border-radius: 0;
+ border-width: 1px;
+ color: #191724;
+ text-shadow: none;
+ padding: 2px; }
+
+.mate-panel-menu-bar menubar > menuitem {
+ padding: 3px 7px; }
+
+/*********************
+ ! Cinnamon Settings *
+**********************/
+.cs-category-view, .cs-category-view:backdrop, .cs-category-view .view, .cs-category-view iconview, .cs-category-view .view:backdrop {
+ background-color: transparent; }
+
+/****************
+ ! Gnome clocks *
+*****************/
+.clocks-analog-frame.trough {
+ color: mix(#1f1d2e,#f0f0f3,0.85); }
+
+.clocks-analog-frame.progress {
+ color: mix(#f0f0f3,#c4a7e7,0.5); }
+
+.clocks-analog-frame.progress-fast {
+ color: #8549cd; }
+
+/*****************
+ ! Gnome Builder *
+******************/
+workbench.csd > stack.titlebar:not(headerbar) {
+ padding: 0;
+ background: none;
+ border: 0;
+ box-shadow: none; }
+ workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
+ border-radius: 2px 2px 0 0; }
+
+/****************
+ ! Geary *
+*****************/
+.geary-expanded .geary-message-summary {
+ background-color: #bab8c5; }
+
+.geary-folder-popover-list-row {
+ border-color: #1e1c2b;
+ box-shadow: None; }
+ .geary-folder-popover-list-row > label {
+ color: #f0f0f3; }
+
+/***********************
+ ! Unity Greeter *
+ ***********************/
+@keyframes dashentry_spinner {
+ to {
+ -gtk-icon-transform: rotate(1turn); } }
+
+.lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry, .lightdm.button {
+ background-image: none;
+ background-color: rgba(12, 12, 18, 0.3);
+ border-color: rgba(242, 242, 244, 0.9);
+ border-radius: 5px;
+ padding: 3px;
+ color: #f2f2f4; }
+
+.lightdm.menu {
+ background-image: none;
+ background-color: rgba(12, 12, 18, 0.6);
+ border-color: rgba(242, 242, 244, 0.2);
+ border-radius: 4px;
+ padding: 1px;
+ color: #f2f2f4; }
+ .lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active {
+ color: #f2f2f4; }
+
+.lightdm.menubar *, .lightdm.menubar.menuitem {
+ padding: 0px; }
+
+.lightdm.option-button {
+ padding: 3px;
+ background: none;
+ border: 0; }
+
+.lightdm.toggle-button {
+ background: none;
+ border-width: 0; }
+ .lightdm.toggle-button.selected {
+ background-color: rgba(12, 12, 18, 0.3);
+ border-color: rgba(242, 242, 244, 0.3);
+ border-width: 1px; }
+ .lightdm.toggle-button.selected:hover {
+ background-color: rgba(242, 242, 244, 0.3); }
+
+.lightdm.button:hover {
+ background-color: rgba(242, 242, 244, 0.3);
+ border-color: rgba(242, 242, 244, 0.6);
+ text-shadow: none; }
+
+.lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus {
+ background-image: none;
+ background-color: rgba(12, 12, 18, 0.3);
+ border-color: rgba(242, 242, 244, 0.6);
+ border-radius: 5px;
+ padding: 5px;
+ color: #f2f2f4;
+ text-shadow: none; }
+
+.lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus {
+ background-image: none;
+ border-image: none; }
+
+.lightdm.entry:active {
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
+ animation: dashentry_spinner 1s infinite linear; }
+
+.lightdm.entry:focus {
+ border-color: rgba(242, 242, 244, 0.6);
+ border-width: 1px;
+ border-style: solid;
+ color: #f2f2f4; }
+
+.lightdm.entry:selected {
+ background-color: rgba(242, 242, 244, 0.2); }
+
+.lightdm-combo.menu {
+ background-color: #1b1927;
+ border-radius: 0;
+ padding: 0;
+ color: #f2f2f4; }
+
+/*********
+ ! Gedit *
+**********/
+GeditWindow .pane-separator {
+ border-width: 0 1px 0 0;
+ border-style: solid; }
+ GeditWindow .pane-separator, GeditWindow .pane-separator:hover {
+ border-color: #d5d5de;
+ background-color: #f0f0f3; }
+
+.gedit-document-panel {
+ background-color: #f0f0f3;
+ color: mix(#1f1d2e,#f0f0f3,0.1); }
+ .gedit-document-panel list row {
+ padding: 3px; }
+ .gedit-document-panel list row button, .gedit-document-panel list row button.nautilus-circular-button.image-button {
+ padding: 1px;
+ border-radius: 2px;
+ border-style: solid;
+ border-color: transparent;
+ border-width: 1px;
+ background-color: transparent;
+ background-image: none;
+ color: transparent;
+ -gtk-icon-shadow: none; }
+ .gedit-document-panel .prelight-row button {
+ border-color: rgba(12, 12, 18, 0.1);
+ color: rgba(242, 242, 244, 0.8); }
+ .gedit-document-panel .prelight-row button:active {
+ border-color: rgba(12, 12, 18, 0.2);
+ background-color: rgba(12, 12, 18, 0.08);
+ color: #f2f2f4; }
+ .gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover {
+ border-color: rgba(12, 12, 18, 0.1);
+ color: #f2f2f4; }
+
+.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover {
+ border-top: 1px solid #d5d5de;
+ background-color: #f0f0f3; }
+
+.gedit-document-panel-document-row:hover {
+ background-color: #fdfdfe; }
+
+.gedit-document-panel-dragged-row {
+ border: 1px solid rgba(12, 12, 18, 0.1);
+ background-color: rgba(12, 12, 18, 0.5);
+ color: #f2f2f4; }
+
+.gedit-document-panel-placeholder-row {
+ border: 0;
+ background-color: rgba(12, 12, 18, 0.08);
+ transition: all 200ms ease-in; }
+
+statusbar GeditSmallButton, GeditStatusMenuButton {
+ text-shadow: none; }
+ statusbar GeditSmallButton button, statusbar GeditSmallButton button.nautilus-circular-button.image-button, GeditStatusMenuButton button, GeditStatusMenuButton button.nautilus-circular-button.image-button {
+ border-style: solid;
+ border-width: 0 1px;
+ border-color: transparent;
+ border-radius: 0;
+ padding: 1px 6px 2px 4px; }
+ statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button.nautilus-circular-button.image-button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button.nautilus-circular-button.image-button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active:hover {
+ border-color: #babac8; }
+ statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active {
+ background-color: #e3e3e8;
+ color: #1f1d2e; }
+
+GeditViewFrame .gedit-search-slider {
+ padding: 3px;
+ border-radius: 0 0 2px 2px;
+ border-width: 0 1px 1px;
+ border-style: solid;
+ border-color: #9a97aa;
+ background-color: #c5c3ce; }
+ GeditViewFrame .gedit-search-slider .not-found {
+ background-color: #eb6f92;
+ background-image: none;
+ color: #191724; }
+
+GeditFileBrowserWidget .toolbar {
+ padding: 1.5px;
+ border-top: 0;
+ background-color: #f0f0f3;
+ background-image: none; }
+
+.gedit-search-entry-occurrences-tag {
+ margin: 1.5px;
+ padding: 1.5px;
+ color: mix(#26233a,#c5c3ce,0.5); }
+
+.gedit-bottom-panel-paned,
+.gedit-side-panel-paned,
+paned.titlebar {
+ margin-right: 0; }
+
+.gedit-bottom-panel-paned notebook {
+ border-top: 0; }
+
+/************
+ ! Nautilus *
+*************/
+.nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop {
+ color: #f2f2f4;
+ text-shadow: 1px 1px #0c0c12; }
+ .nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active {
+ color: #1f1d2e; }
+ .nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected {
+ color: #191724; }
+ .nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected {
+ text-shadow: none; }
+
+.nautilus-window toolbar {
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #babac8; }
+
+.nautilus-window .sidebar {
+ border: 0; }
+ .nautilus-window .sidebar frame {
+ border: 0; }
+
+.nautilus-window notebook {
+ background-color: #c5c3ce;
+ border: 0; }
+ .nautilus-window notebook frame {
+ border: 0; }
+
+.nautilus-window .searchbar-container {
+ margin-top: -1px; }
+ .nautilus-window .searchbar-container searchbar {
+ padding-top: 0px;
+ padding-bottom: 1px;
+ border-bottom: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+
+.disk-space-display {
+ border-style: solid;
+ border-width: 1px; }
+ .disk-space-display.unknown {
+ background-color: rgba(31, 29, 46, 0.5);
+ border-color: rgba(28, 26, 41, 0.5); }
+ .disk-space-display.used {
+ background-color: rgba(196, 167, 231, 0.8);
+ border-color: rgba(175, 136, 222, 0.8); }
+ .disk-space-display.free {
+ background-color: #e3e3e8;
+ border-color: #c9c9d4; }
+
+.conflict-row.activatable, .conflict-row.activatable:active {
+ color: #191724;
+ background-color: #eb6f92; }
+
+.conflict-row.activatable:hover {
+ background-color: #ef8da9; }
+
+.conflict-row.activatable:selected {
+ color: #191724;
+ background-color: #c4a7e7; }
+
+/********
+ ! Nemo *
+*********/
+.nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop {
+ color: #f2f2f4;
+ text-shadow: 1px 1px #0c0c12; }
+ .nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active {
+ color: #1f1d2e; }
+ .nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected {
+ color: #191724; }
+ .nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected {
+ text-shadow: none; }
+
+.nemo-window {
+ /* Status Bar */ }
+ .nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview {
+ background-color: mix(#c5c3ce,#26233a,0.12);
+ color: #26233a; }
+ .nemo-window toolbar {
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #babac8;
+ /* Path Bar */ }
+ .nemo-window toolbar separator, .nemo-window toolbar separator:disabled {
+ color: mix(#f0f0f3,#1f1d2e,0.88);
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .nemo-window toolbar.primary-toolbar button.image-button {
+ padding: 0 8px; }
+ .nemo-window toolbar combobox, .nemo-window toolbar button, .nemo-window toolbar button.nautilus-circular-button.image-button {
+ padding: 3px; }
+ .nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button {
+ padding: 3px; }
+ .nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button {
+ padding: 3px; }
+ .nemo-window toolbar toolitem stack {
+ margin-left: 15px; }
+ .nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12);
+ -NemoPathbarButton-border-radius: 2px; }
+ .nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .nemo-window toolbar toolitem stack widget button:active, .nemo-window toolbar toolitem stack widget button:active:hover, .nemo-window toolbar toolitem stack widget button:active:focus, .nemo-window toolbar toolitem stack widget button:active:hover:focus, .nemo-window toolbar toolitem stack widget button:checked, .nemo-window toolbar toolitem stack widget button:checked:hover, .nemo-window toolbar toolitem stack widget button:checked:focus, .nemo-window toolbar toolitem stack widget button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+ .nemo-window toolbar toolitem stack widget button:disabled {
+ box-shadow: inset -1px 0 #babac8; }
+ .nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ .nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ .nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child {
+ box-shadow: none; }
+ .nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
+ .nemo-window grid > widget:last-child button {
+ min-height: 16px;
+ min-width: 16px;
+ padding: 2px 4px; }
+ .nemo-window grid > widget:last-child button:first-child + button {
+ margin-right: 72px; }
+ .nemo-window grid > widget:last-child > box > scale {
+ margin-right: 12px; }
+ .nemo-window grid > widget:last-child statusbar {
+ border: 0; }
+ .nemo-window .sidebar {
+ /* Nemo Query Editor (File Search Bar) */ }
+ .nemo-window .sidebar .frame {
+ border: 0; }
+ .nemo-window .sidebar image {
+ padding-left: 3px;
+ padding-right: 3px; }
+ .nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
+ background-color: mix(#f0f0f3,#c5c3ce,0.5); }
+ .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
+ -NemoPlacesTreeView-disk-full-bg-color: #babac8;
+ -NemoPlacesTreeView-disk-full-fg-color: #c4a7e7;
+ -NemoPlacesTreeView-disk-full-bar-width: 2px;
+ -NemoPlacesTreeView-disk-full-bar-radius: 1px;
+ -NemoPlacesTreeView-disk-full-bottom-padding: 0;
+ -NemoPlacesTreeView-disk-full-max-length: 75px; }
+ .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected {
+ -NemoPlacesTreeView-disk-full-bg-color: #191724;
+ -NemoPlacesTreeView-disk-full-fg-color: #eee6f8; }
+ .nemo-window .sidebar + separator + box .primary-toolbar {
+ background-color: #ebebef;
+ background-image: none;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ border-bottom: 1px solid mix(#f0f0f3,#1f1d2e,0.1); }
+ .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(2) {
+ border-right: 0;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(3), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(3) {
+ margin-left: -6px;
+ border-left: 0;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0; }
+ .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button {
+ background-color: #f0f0f3;
+ background-image: none;
+ color: #1f1d2e;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12);
+ padding: 5px 6px; }
+ .nemo-window notebook {
+ background-color: #c5c3ce;
+ border-width: 0; }
+ .nemo-window notebook tabs {
+ border: 0; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/************
+ ! Synaptic *
+*************/
+GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
+ background-color: #f0f0f3;
+ background-image: none;
+ padding: 3px;
+ border: 0;
+ color: #1f1d2e; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/***************
+ ! Xfce styles *
+****************/
+.XfceHeading {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background-image: none;
+ background-color: #c5c3ce;
+ color: #26233a; }
+
+.xfce4-panel {
+ font: inherit; }
+ .xfce4-panel menu {
+ -gtk-icon-effect: none;
+ text-shadow: none; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/****************
+ ! Unity styles *
+*****************/
+UnityDecoration {
+ -UnityDecoration-extents: 24px 1px 1px 1px;
+ -UnityDecoration-input-extents: 10px;
+ -UnityDecoration-shadow-offset-x: 1px;
+ -UnityDecoration-shadow-offset-y: 1px;
+ -UnityDecoration-active-shadow-color: rgba(12, 12, 18, 0.3);
+ -UnityDecoration-active-shadow-radius: 8px;
+ -UnityDecoration-inactive-shadow-color: rgba(12, 12, 18, 0.5);
+ -UnityDecoration-inactive-shadow-radius: 5px;
+ -UnityDecoration-glow-size: 10px;
+ -UnityDecoration-glow-color: #c4a7e7;
+ -UnityDecoration-title-indent: 10px;
+ -UnityDecoration-title-fade: 35px;
+ -UnityDecoration-title-alignment: 0; }
+ UnityDecoration .top {
+ border: 1px solid #c4a7e7;
+ border-bottom: 0;
+ border-radius: 2px 2px 0 0;
+ padding: 1px 6px 0;
+ background-color: #191724;
+ color: #e0def4;
+ text-shadow: none; }
+ UnityDecoration .top:hover {
+ border-radius: 0;
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+ UnityDecoration .top:backdrop {
+ border: 1px solid #191724;
+ color: mix(#1f1d2e,#f0f0f3,0.4); }
+ UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom {
+ background-color: #191724; }
+ UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
+ background-color: mix(#a0a0b3,mix(#1f1d2e,#f0f0f3,0.4),0.21); }
+
+UnityPanelWidget, .unity-panel {
+ border: 0; }
+
+.unity-panel.menuitem, .unity-panel .menuitem {
+ border-width: 0 1px;
+ color: #e0def4; }
+ .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover {
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+
+SheetStyleDialog.unity-force-quit {
+ background-color: #f0f0f3; }
+
+/************************
+ ! Unity-Control-Center *
+*************************/
+.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame {
+ border: 0 none transparent; }
+ .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop {
+ background-color: transparent; }
+
+/***********************
+ ! LightDM GTK Greeter *
+ ***********************/
+#panel_window {
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4;
+ font-weight: bold;
+ text-shadow: 0 1px rgba(12, 12, 18, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(12, 12, 18, 0.5); }
+ #panel_window menubar {
+ padding-left: 3px; }
+ #panel_window menubar, #panel_window menubar > menuitem {
+ background-color: transparent;
+ background-image: none;
+ border-style: none;
+ color: #e0def4;
+ text-shadow: 0 1px rgba(12, 12, 18, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(12, 12, 18, 0.5); }
+ #panel_window menubar:hover, #panel_window menubar > menuitem:hover {
+ background-color: rgba(224, 222, 244, 0.2);
+ background-image: none;
+ color: #e0def4; }
+ #panel_window menubar *:hover, #panel_window menubar > menuitem *:hover {
+ color: #e0def4; }
+ #panel_window menubar:disabled, #panel_window menubar > menuitem:disabled {
+ color: rgba(224, 222, 244, 0.7); }
+ #panel_window menubar menu > menuitem {
+ font-weight: normal; }
+
+#content_frame {
+ padding-bottom: 9px; }
+
+#login_window, #shutdown_dialog, #restart_dialog {
+ border-style: none;
+ border-radius: 2px;
+ background-color: #191724;
+ color: #e0def4;
+ /* draw border using box-shadow */
+ box-shadow: inset 1px 0 mix(#121019,#e0def4,0.21), inset -1px 0 mix(#121019,#e0def4,0.21), inset 0 1px mix(#121019,#e0def4,0.21), inset 0 -1px mix(#121019,#e0def4,0.21); }
+
+#login_window menu {
+ border-radius: 0; }
+
+#login_window button {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ #login_window button:focus, #login_window button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ #login_window button:active, #login_window button:active:hover, #login_window button:active:focus, #login_window button:active:hover:focus, #login_window button:checked, #login_window button:checked:hover, #login_window button:checked:focus, #login_window button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ #login_window button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ #login_window button:active:disabled, #login_window button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:hover, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked:hover, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > #login_window button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #login_window button, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > #login_window button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:hover, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked:hover, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ #login_window button.flat {
+ color: #e0def4;
+ border-color: rgba(31, 29, 46, 0);
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ #login_window button:hover, #login_window button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ #login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ #login_window button:hover:active, #login_window button:hover:active:focus, #login_window button.flat:hover:active:focus, #login_window button:hover:checked, #login_window button:hover:checked:focus, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ #login_window button:hover:disabled, #login_window button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ #login_window button:hover:active:disabled, #login_window button:hover:checked:disabled, #login_window button.flat:hover:active:disabled, #login_window button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ #login_window button:focus, #login_window button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
+ #login_window button:focus:hover, #login_window button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
+ #login_window button:focus:hover:hover, #login_window button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ #login_window button:focus:hover:active, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:focus, #login_window button:focus:hover:checked, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ #login_window button:focus:hover:active:disabled, #login_window button:focus:hover:checked:disabled, #login_window button.flat:focus:hover:active:disabled, #login_window button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ #login_window button:checked, #login_window button:active, #login_window button.flat:checked, #login_window button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ #login_window button:active:checked, #login_window button:active:checked:hover, #login_window button:active:checked:focus, #login_window button:active:checked:hover:focus, #login_window button.flat:active:checked, #login_window button.flat:active:checked:hover, #login_window button.flat:active:checked:focus, #login_window button.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ #login_window button:active:checked:disabled, #login_window button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover {
+ color: #e0def4; }
+ #login_window button:disabled:disabled, #login_window button.flat:disabled:disabled {
+ background-color: alpha(mix(#1f1d2e,#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#1f1d2e,#e0def4,0.6);
+ box-shadow: none; }
+ #login_window button:disabled:disabled :disabled, #login_window button.flat:disabled:disabled :disabled {
+ color: mix(#1f1d2e,#e0def4,0.6); }
+ #login_window button:active:disabled, #login_window button:checked:disabled, #login_window button.flat:active:disabled, #login_window button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ #login_window button:active:disabled :disabled, #login_window button:checked:disabled :disabled, #login_window button.flat:active:disabled :disabled, #login_window button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ #login_window button:backdrop, #login_window button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ #login_window button.separator, #login_window button .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ #login_window button.separator:disabled, #login_window button .separator:disabled {
+ color: rgba(31, 29, 46, 0.85); }
+ #login_window button separator {
+ background-image: image(mix(#e0def4,#1f1d2e,0.9)); }
+
+#login_window entry {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.8);
+ padding: 5px 3.4285714286px;
+ color: #e0def4;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ #login_window entry:focus, #login_window entry:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.7),0.3); }
+ #login_window entry:active, #login_window entry:active:hover, #login_window entry:active:focus, #login_window entry:active:hover:focus, #login_window entry:checked, #login_window entry:checked:hover, #login_window entry:checked:focus, #login_window entry:checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.32); }
+ #login_window entry:disabled {
+ border-color: mix(#e0def4,#191724,0.84); }
+ #login_window entry:active:disabled, #login_window entry:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.8); }
+ #login_window entry:focus, #login_window entry:active {
+ border-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.1),0.3); }
+ #login_window entry:disabled {
+ background-color: mix(#191724,#e0def4,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#191724,#e0def4,0.9); }
+
+#user_combobox {
+ color: #e0def4;
+ font-size: 18px; }
+ #user_combobox menu {
+ font-weight: normal; }
+ #user_combobox arrow {
+ color: mix(#e0def4,#191724,0.5); }
+
+#user_image {
+ border-radius: 2px;
+ /* draw border using box-shadow */
+ box-shadow: inset 1px 0 #121019, inset -1px 0 #121019, inset 0 1px #121019, inset 0 -1px #121019; }
+
+#user_image_border {
+ border-radius: 2px;
+ background-color: #171520;
+ background-image: none;
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.07), inset 0 1px rgba(6, 6, 9, 0.08), inset -1px 0 rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
+
+#buttonbox_frame {
+ padding-top: 6px;
+ padding-bottom: 0;
+ border-style: none;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+
+/* shutdown button */
+#shutdown_button button {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ #shutdown_button button:focus, #shutdown_button button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ #shutdown_button button:active, #shutdown_button button:active:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover:focus, #shutdown_button button:checked, #shutdown_button button:checked:hover, #shutdown_button button:checked:focus, #shutdown_button button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ #shutdown_button button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:hover, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ #shutdown_button button.flat {
+ color: #191724;
+ border-color: rgba(235, 111, 146, 0);
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ #shutdown_button button:hover, #shutdown_button button.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ #shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ #shutdown_button button:hover:active, #shutdown_button button:hover:active:focus, #shutdown_button button.flat:hover:active:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:focus, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ #shutdown_button button:hover:active:disabled, #shutdown_button button:hover:checked:disabled, #shutdown_button button.flat:hover:active:disabled, #shutdown_button button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ #shutdown_button button:focus, #shutdown_button button.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ #shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ #shutdown_button button:focus:hover:active, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ #shutdown_button button:focus:hover:active:disabled, #shutdown_button button:focus:hover:checked:disabled, #shutdown_button button.flat:focus:hover:active:disabled, #shutdown_button button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ #shutdown_button button:checked, #shutdown_button button:active, #shutdown_button button.flat:checked, #shutdown_button button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ #shutdown_button button:active:checked, #shutdown_button button:active:checked:hover, #shutdown_button button:active:checked:focus, #shutdown_button button:active:checked:hover:focus, #shutdown_button button.flat:active:checked, #shutdown_button button.flat:active:checked:hover, #shutdown_button button.flat:active:checked:focus, #shutdown_button button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ #shutdown_button button:active:checked:disabled, #shutdown_button button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover {
+ color: #191724; }
+ #shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ #shutdown_button button:disabled:disabled :disabled, #shutdown_button button.flat:disabled:disabled :disabled {
+ color: mix(#eb6f92,#191724,0.6); }
+ #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled, #shutdown_button button.flat:active:disabled, #shutdown_button button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ #shutdown_button button:active:disabled :disabled, #shutdown_button button:checked:disabled :disabled, #shutdown_button button.flat:active:disabled :disabled, #shutdown_button button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ #shutdown_button button:backdrop, #shutdown_button button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ #shutdown_button button.separator, #shutdown_button button .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ #shutdown_button button.separator:disabled, #shutdown_button button .separator:disabled {
+ color: rgba(235, 111, 146, 0.85); }
+ #shutdown_button button separator {
+ background-image: image(mix(#191724,#eb6f92,0.9)); }
+
+/* restart button */
+#restart_button button {
+ background-color: #f6c177;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
+ #restart_button button:focus, #restart_button button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ #restart_button button:active, #restart_button button:active:hover, #restart_button button:active:focus, #restart_button button:active:hover:focus, #restart_button button:checked, #restart_button button:checked:hover, #restart_button button:checked:focus, #restart_button button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ #restart_button button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ #restart_button button:active:disabled, #restart_button button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:hover, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked:hover, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > #restart_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #restart_button button, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > #restart_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ #restart_button button.flat {
+ color: #191724;
+ border-color: rgba(246, 193, 119, 0);
+ background-color: rgba(246, 193, 119, 0);
+ background-image: none;
+ box-shadow: none; }
+ #restart_button button:hover, #restart_button button.flat:hover {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
+ #restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ #restart_button button:hover:active, #restart_button button:hover:active:focus, #restart_button button.flat:hover:active:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:focus, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ #restart_button button:hover:active:disabled, #restart_button button:hover:checked:disabled, #restart_button button.flat:hover:active:disabled, #restart_button button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ #restart_button button:focus, #restart_button button.flat:focus {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
+ #restart_button button:focus:hover, #restart_button button.flat:focus:hover {
+ background-color: #f8d199;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
+ #restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ #restart_button button:focus:hover:active, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:focus, #restart_button button:focus:hover:checked, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ #restart_button button:focus:hover:active:disabled, #restart_button button:focus:hover:checked:disabled, #restart_button button.flat:focus:hover:active:disabled, #restart_button button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ #restart_button button:checked, #restart_button button:active, #restart_button button.flat:checked, #restart_button button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ #restart_button button:active:checked, #restart_button button:active:checked:hover, #restart_button button:active:checked:focus, #restart_button button:active:checked:hover:focus, #restart_button button.flat:active:checked, #restart_button button.flat:active:checked:hover, #restart_button button.flat:active:checked:focus, #restart_button button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ #restart_button button:active:checked:disabled, #restart_button button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover {
+ color: #191724; }
+ #restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled {
+ background-color: alpha(mix(#f6c177,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#f6c177,#191724,0.6);
+ box-shadow: none; }
+ #restart_button button:disabled:disabled :disabled, #restart_button button.flat:disabled:disabled :disabled {
+ color: mix(#f6c177,#191724,0.6); }
+ #restart_button button:active:disabled, #restart_button button:checked:disabled, #restart_button button.flat:active:disabled, #restart_button button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ #restart_button button:active:disabled :disabled, #restart_button button:checked:disabled :disabled, #restart_button button.flat:active:disabled :disabled, #restart_button button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ #restart_button button:backdrop, #restart_button button.flat:backdrop {
+ color: mix(#191724,mix(#1f1d2e,#f0f0f3,0.5),0.8); }
+ #restart_button button.separator, #restart_button button .separator {
+ border: 1px solid currentColor;
+ color: rgba(246, 193, 119, 0.9); }
+ #restart_button button.separator:disabled, #restart_button button .separator:disabled {
+ color: rgba(246, 193, 119, 0.85); }
+ #restart_button button separator {
+ background-image: image(mix(#191724,#f6c177,0.9)); }
+
+/* password warning */
+#greeter_infobar {
+ font-weight: bold; }
+
+/**********************
+ ! Genome Terminal *
+***********************/
+VteTerminal {
+ background-color: #191724;
+ color: #e0def4; }
+
+terminal-window junction, terminal-window scrollbar trough {
+ background-color: #191724;
+ border-color: #14121d; }
+
+terminal-window scrollbar.vertical slider {
+ background-color: mix(#191724,#e0def4,0.2); }
+ terminal-window scrollbar.vertical slider:hover {
+ background-color: mix(#191724,#e0def4,0.3); }
+ terminal-window scrollbar.vertical slider:hover:active {
+ background-color: #c4a7e7; }
+ terminal-window scrollbar.vertical slider:disabled {
+ background-color: transparent; }
+
+/******************
+ ! Budgie Desktop *
+*******************/
+.budgie-container {
+ background-color: transparent; }
+
+.raven {
+ background-color: rgba(240, 240, 243, 0.93); }
+ .raven .raven-header {
+ background-color: #f0f0f3;
+ border: solid mix(#f0f0f3,#1f1d2e,0.1);
+ border-width: 1px 0; }
+ .raven .raven-background {
+ background-color: rgba(240, 240, 243, 0.93); }
+
+.raven-mpris {
+ background-color: rgba(240, 240, 243, 0.7); }
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/dist/gtk.css b/local/share/themes/rose-pine-gtk/gtk-3.20/dist/gtk.css
new file mode 100644
index 00000000..f44f234f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.20/dist/gtk.css
@@ -0,0 +1,8515 @@
+/*$dark_shadow: #000;*/
+/*$light_shadow: #fff;*/
+/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/
+/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/
+/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/
+/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/
+/*$dark_shadow: #000;*/
+/*$light_shadow: #fff;*/
+/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/
+/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/
+/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/
+/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/
+/* dark color scheme */
+@define-color dark_bg_color #191724;
+@define-color dark_fg_color #e0def4;
+/* colormap actually used by the theme, to be overridden in other css files */
+@define-color theme_bg_color #1f1d2e;
+@define-color theme_fg_color #f0f0f3;
+@define-color theme_base_color #26233a;
+@define-color text_view_bg #26233a;
+/*workaround for new vte versions */
+@define-color theme_text_color #c5c3ce;
+@define-color theme_selected_bg_color #c4a7e7;
+@define-color theme_selected_fg_color #191724;
+@define-color theme_tooltip_bg_color #1f1d2e;
+@define-color theme_tooltip_fg_color #f0f0f3;
+/* shadow effects */
+@define-color light_shadow #201e2f;
+@define-color dark_shadow #2b2b36;
+/* misc colors used by gtk+ */
+@define-color info_fg_color #191724;
+@define-color info_bg_color #9ccfd8;
+@define-color warning_fg_color #191724;
+@define-color warning_bg_color #f6c177;
+@define-color question_fg_color #191724;
+@define-color question_bg_color #9ccfd8;
+@define-color error_fg_color #191724;
+@define-color error_bg_color #eb6f92;
+@define-color link_color #9ccfd8;
+@define-color success_color #ebbcba;
+@define-color warning_color #f6c177;
+@define-color error_color #eb6f92;
+/* widget colors */
+@define-color titlebar_bg_focused @dark_bg_color;
+@define-color titlebar_bg_unfocused @theme_bg_color;
+@define-color titlebar_fg_focused @dark_fg_color;
+@define-color titlebar_fg_unfocused mix(#f0f0f3,#1f1d2e,0.4);
+@define-color menubar_bg_color @dark_bg_color;
+@define-color menubar_fg_color @dark_fg_color;
+@define-color toolbar_bg_color @theme_bg_color;
+@define-color toolbar_fg_color @theme_fg_color;
+@define-color menu_bg_color @dark_bg_color;
+@define-color menu_fg_color @dark_fg_color;
+@define-color panel_bg_color @dark_bg_color;
+@define-color panel_fg_color @dark_fg_color;
+@define-color borders mix(#1f1d2e,#f0f0f3,0.18);
+@define-color unfocused_borders mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9);
+@define-color button_bg_color #191724;
+@define-color button_fg_color #e0def4;
+@define-color header_button_bg_color #1f1d2e;
+@define-color header_button_fg_color #e0def4;
+@define-color insensitive_bg_color mix(#1f1d2e,#26233a,0.6);
+@define-color insensitive_fg_color mix(#f0f0f3,#1f1d2e,0.5);
+/* osd */
+@define-color osd_base #191724;
+@define-color osd_bg rgba(25, 23, 36, 0.8);
+@define-color osd_fg #e0def4;
+@define-color osd_insensitive_bg_color mix(#e0def4,rgba(25, 23, 36, 0.8),0.5);
+@define-color osd_insensitive_fg_color mix(#e0def4,#191724,0.6);
+@define-color osd_borders_color rgba(21, 20, 31, 0.8);
+/* lightdm greeter colors */
+@define-color lightdm_bg_color #191724;
+@define-color lightdm_fg_color #e0def4;
+/* widget text/foreground color on backdrop windows */
+@define-color theme_unfocused_fg_color mix(#f0f0f3,#1f1d2e,0.5);
+/* text color for entries, views and content in general on backdrop windows */
+@define-color theme_unfocused_text_color #c5c3ce;
+/* widget base background color on backdrop windows */
+@define-color theme_unfocused_bg_color #1f1d2e;
+/* text widgets and the like base background color on backdrop windows */
+@define-color theme_unfocused_base_color #26233a;
+/* base background color of selections on backdrop windows */
+@define-color theme_unfocused_selected_bg_color #c4a7e7;
+/* text/foreground color of selections on backdrop windows */
+@define-color theme_unfocused_selected_fg_color #191724;
+/* insensitive color on backdrop windows*/
+@define-color unfocused_insensitive_color black;
+/* window manager colors */
+@define-color wm_bg_focused #191724;
+@define-color wm_bg_unfocused #1f1d2e;
+@define-color wm_border_focused #c4a7e7;
+@define-color wm_border_unfocused #191724;
+@define-color wm_title_focused #e0def4;
+@define-color wm_title_unfocused mix(#f0f0f3,#1f1d2e,0.4);
+@define-color wm_icons_focused #e0def4;
+@define-color wm_icons_focused_prelight #c4a7e7;
+@define-color wm_icons_focused_pressed #9a68d6;
+@define-color wm_icons_unfocused mix(#f0f0f3,#1f1d2e,0.4);
+@define-color wm_icons_unfocused_prelight #c4a7e7;
+@define-color wm_icons_unfocused_pressed #9a68d6;
+/**************
+ ! GTK settings
+***************/
+* {
+ -GtkWindow-resize-grip-height: 0;
+ -GtkWindow-resize-grip-width: 0;
+ -WnckTasklist-fade-overlay-rect: 0;
+ -GtkWidget-cursor-aspect-ratio: 0.04;
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-style: dashed;
+ outline-width: 1px;
+ outline-offset: -1px;
+ -gtk-outline-radius: 2px; }
+
+/*************
+ ! Base states
+ *************/
+GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+
+* {
+ /* hyperlinks */
+ -GtkIMHtml-hyperlink-color: #9ccfd8; }
+ *:disabled, *:disabled:disabled {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ *:disabled, *:disabled {
+ -gtk-icon-effect: dim; }
+ *:hover {
+ -gtk-icon-effect: highlight; }
+ *:link, *:visited {
+ color: #9ccfd8; }
+
+.background {
+ background-color: #1f1d2e;
+ color: #f0f0f3; }
+ .background:backdrop {
+ text-shadow: none;
+ -gtk-icon-shadow: none; }
+ .background.csd {
+ background-color: #1f1d2e; }
+
+.gtkstyle-fallback {
+ background-color: rgba(31, 29, 46, 0.5);
+ color: #f0f0f3; }
+ .gtkstyle-fallback:hover {
+ background-color: #222033;
+ color: #f0f0f3; }
+ .gtkstyle-fallback:active {
+ background-color: #1c1a29;
+ color: #f0f0f3; }
+ .gtkstyle-fallback:disabled {
+ background-color: #1f1d2e;
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+
+image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled {
+ background-color: transparent; }
+
+label.separator {
+ color: #f0f0f3; }
+ label.separator:backdrop {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+
+label selection {
+ background-color: #c4a7e7;
+ color: #191724; }
+
+label:disabled {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ label:disabled:backdrop {
+ color: black; }
+
+label:backdrop {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+
+assistant .sidebar {
+ background-color: #26233a;
+ border-top: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ assistant .sidebar:backdrop {
+ background-color: #26233a;
+ border-color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9); }
+
+assistant.csd .sidebar {
+ border-top-style: none; }
+
+assistant .sidebar label {
+ padding: 3px 6px; }
+
+assistant .sidebar label.highlight {
+ background-color: mix(#f0f0f3,#1f1d2e,0.8); }
+
+/*********
+ ! Buttons
+**********/
+@keyframes needs_attention {
+ from {
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#c4a7e7), to(transparent)); }
+ to {
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#c4a7e7), to(transparent)); } }
+
+stacksidebar row.needs-attention > label {
+ animation: needs_attention 150ms ease-in;
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#c4a7e7), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(86, 86, 107, 0.882353)), to(transparent));
+ background-size: 6px 6px, 6px 6px;
+ background-repeat: no-repeat;
+ background-position: right 3px, right 4px; }
+ stacksidebar row.needs-attention > label:backdrop {
+ background-size: 6px 6px, 0 0; }
+ stacksidebar row.needs-attention > label:dir(rtl) {
+ background-position: left 3px, left 4px; }
+
+#restart_button button, #shutdown_button button, #login_window button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button, treeview.view header button:active, treeview.view header button:hover, treeview.view header button, .osd spinbutton.vertical button:first-child, .osd spinbutton:not(.vertical) button, .osd button, button.osd,
+#XfceNotifyWindow button, frame.app-notification button, popover.background button, infobar.error button, infobar.question button, infobar.warning button, infobar.info button, headerbar.selection-mode button,
+.titlebar.selection-mode:not(headerbar) button, .destructive-action, .suggested-action, headerbar.selection-mode button.suggested-action, toolbar.inline-toolbar button, toolbar button, .titlebar:not(headerbar) button, headerbar button, button, button.nautilus-circular-button.image-button {
+ min-height: 20px;
+ min-width: 20px;
+ padding: 3px;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ -gtk-outline-radius: 1.8px;
+ transition: 150ms ease;
+ outline-color: transparent; }
+ #restart_button button.text-button, #shutdown_button button.text-button, #login_window button.text-button, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat.nautilus-circular-button.image-button, treeview.view header button.text-button, .osd spinbutton.vertical button.text-button:first-child, .osd spinbutton:not(.vertical) button.text-button,
+ #XfceNotifyWindow button.text-button, frame.app-notification button.text-button, popover.background button.text-button, infobar.error button.text-button, infobar.question button.text-button, infobar.warning button.text-button, infobar.info button.text-button, headerbar.selection-mode button.text-button,
+ .titlebar:not(headerbar).selection-mode button.text-button, .text-button.destructive-action, .text-button.suggested-action, toolbar.inline-toolbar button.text-button, button.text-button, button.text-button.nautilus-circular-button.image-button {
+ padding: 3px 3.4285714286px; }
+
+notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, modelbutton.flat,
+menuitem.button.flat, menu menuitem calendar.button:hover,
+.menu menuitem calendar.button:hover,
+.context-menu menuitem calendar.button:hover, menu menuitem calendar.button,
+.menu menuitem calendar.button,
+.context-menu menuitem calendar.button, calendar.button:disabled, calendar.button:backdrop, calendar.button:hover, calendar.button, calendar.view, calendar.view:backdrop {
+ border-color: transparent;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+
+toolbar.inline-toolbar toolbutton > button.flat:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton:not(.vertical) button:dir(rtl) {
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+toolbar.inline-toolbar toolbutton > button.flat:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), spinbutton:not(.vertical) button, spinbutton:not(.vertical) button.nautilus-circular-button.image-button {
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+.linked.vertical > combobox > box > button.combo {
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+ .linked.vertical > combobox > box > button.combo:dir(rtl) {
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+toolbar.inline-toolbar toolbutton:first-child > button.flat, .linked:not(.vertical) > combobox:first-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:first-child, popover.background .linked > button:first-child, headerbar.selection-mode viewswitcher button:first-child, toolbar.inline-toolbar toolbutton > button.flat:first-child, toolbar viewswitcher button:first-child, toolbar viewswitcher button.nautilus-circular-button.image-button:first-child,
+toolbar .linked > button:first-child, .titlebar:not(headerbar) viewswitcher button:first-child, headerbar viewswitcher button:first-child, headerbar viewswitcher button.nautilus-circular-button.image-button:first-child,
+.titlebar:not(headerbar) .linked > button:first-child,
+headerbar .linked > button:first-child, combobox box button:first-child, combobox box button.nautilus-circular-button.image-button:first-child, combobox box entry:first-child, .inline-toolbar button:first-child, .linked > button:first-child {
+ border-width: 1px;
+ border-radius: 2px 0 0 2px;
+ -gtk-outline-radius: 1.8px 0 0 1.8px; }
+
+toolbar.inline-toolbar toolbutton:last-child > button.flat, .linked:not(.vertical) > combobox:last-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:last-child, popover.background .linked > button:last-child, headerbar.selection-mode viewswitcher button:last-child, toolbar.inline-toolbar toolbutton > button.flat:last-child, toolbar viewswitcher button:last-child, toolbar viewswitcher button.nautilus-circular-button.image-button:last-child,
+toolbar .linked > button:last-child, .titlebar:not(headerbar) viewswitcher button:last-child, headerbar viewswitcher button:last-child, headerbar viewswitcher button.nautilus-circular-button.image-button:last-child,
+.titlebar:not(headerbar) .linked > button:last-child,
+headerbar .linked > button:last-child, combobox box button:last-child, combobox box button.nautilus-circular-button.image-button:last-child, combobox box entry:last-child, .inline-toolbar button:last-child, .linked > button:last-child {
+ border-width: 1px;
+ border-radius: 0 2px 2px 0;
+ -gtk-outline-radius: 0 1.8px 1.8px 0; }
+
+toolbar.inline-toolbar toolbutton:only-child > button.flat, .linked:not(.vertical) > combobox:only-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:only-child, popover.background .linked > button:only-child, headerbar.selection-mode viewswitcher button:only-child, toolbar.inline-toolbar toolbutton > button.flat:only-child, toolbar viewswitcher button:only-child, toolbar viewswitcher button.nautilus-circular-button.image-button:only-child,
+toolbar .linked > button:only-child, .titlebar:not(headerbar) viewswitcher button:only-child, headerbar viewswitcher button:only-child, headerbar viewswitcher button.nautilus-circular-button.image-button:only-child,
+.titlebar:not(headerbar) .linked > button:only-child,
+headerbar .linked > button:only-child, combobox box button:only-child, combobox box button.nautilus-circular-button.image-button:only-child, combobox box entry:only-child, .inline-toolbar button:only-child, .linked > button:only-child {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ -gtk-outline-radius: 1.8px; }
+
+.nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button, popover.background .linked > button, headerbar.selection-mode viewswitcher button,
+headerbar.selection-mode .linked > button,
+.titlebar.selection-mode:not(headerbar) viewswitcher button, toolbar.inline-toolbar toolbutton > button.flat,
+toolbar.inline-toolbar toolbutton:backdrop > button.flat, toolbar viewswitcher button, toolbar viewswitcher button.nautilus-circular-button.image-button,
+toolbar .linked > button,
+toolbar .linked > button.nautilus-circular-button.image-button, .titlebar:not(headerbar) viewswitcher button, headerbar viewswitcher button, headerbar viewswitcher button.nautilus-circular-button.image-button,
+.titlebar:not(headerbar) .linked > button,
+headerbar .linked > button,
+headerbar .linked > button.nautilus-circular-button.image-button, combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry, .inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button {
+ border-width: 1px;
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+.linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > button:first-child {
+ border-width: 1px;
+ border-radius: 2px 2px 0 0;
+ -gtk-outline-radius: 1.8px 1.8px 0 0; }
+
+.linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > button:last-child {
+ border-width: 1px;
+ border-radius: 0 0 2px 2px;
+ -gtk-outline-radius: 0 0 1.8px 1.8px; }
+
+.linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > button:only-child {
+ border-width: 1px;
+ border-radius: 2px;
+ -gtk-outline-radius: 1.8px; }
+
+.linked.vertical > button {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 0;
+ -gtk-outline-radius: 0; }
+
+notebook > header > tabs > arrow, infobar.error button.close, infobar.question button.close, infobar.warning button.close, infobar.info button.close {
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+ notebook > header > tabs > arrow:focus, infobar.error button.close:focus, infobar.question button.close:focus, infobar.warning button.close:focus, infobar.info button.close:focus, notebook > header > tabs > arrow:hover, infobar.error button.close:hover, infobar.question button.close:hover, infobar.warning button.close:hover, infobar.info button.close:hover {
+ border: 1px solid rgba(31, 29, 46, 0.3);
+ background-color: rgba(240, 240, 243, 0.2);
+ background-image: none;
+ box-shadow: none; }
+ notebook > header > tabs > arrow:active, infobar.error button.close:active, infobar.question button.close:active, infobar.warning button.close:active, infobar.info button.close:active, notebook > header > tabs > arrow:checked, infobar.error button.close:checked, infobar.question button.close:checked, infobar.warning button.close:checked, infobar.info button.close:checked {
+ border: 1px solid rgba(196, 167, 231, 0.3);
+ background-color: rgba(25, 23, 36, 0.1);
+ background-image: none;
+ box-shadow: none; }
+
+button, button.nautilus-circular-button.image-button {
+ background-color: #191724;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ button:active, button.nautilus-circular-button.image-button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button.nautilus-circular-button.image-button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ button:disabled, button.nautilus-circular-button.image-button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ button:active:disabled, button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:hover, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked:hover, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button, stackswitcher.vertical > button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button:checked, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button:checked:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ button.flat, button.flat.nautilus-circular-button.image-button {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ button:hover, button.nautilus-circular-button.image-button:hover, button.flat:hover {
+ background-color: #1a1826;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ button:hover:active, button:hover:active:focus, button.flat:hover:active:focus, button:hover:checked, button:hover:checked:focus, button.flat:hover:checked:focus, button.flat:hover:active, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ button:hover:disabled, button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ button:focus, button.nautilus-circular-button.image-button:focus, button.flat:focus {
+ background-color: #1a1826;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ button:focus:hover, button.flat:focus:hover {
+ background-color: #1c1928;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ button:focus:hover:hover, button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ button:focus:hover:active, button.flat:focus:hover:active, button.flat:focus:hover:active:focus, button:focus:hover:checked, button.flat:focus:hover:checked, button.flat:focus:hover:checked:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ button:focus:hover:disabled, button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ button:checked, button.nautilus-circular-button.image-button:checked, button:active, button.nautilus-circular-button.image-button:active, button.flat:checked, button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:active:checked, button.flat:active:checked:hover, button.flat:active:checked:focus, button.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ button:active:checked:disabled, button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover, button.flat:focus, button.flat:hover {
+ color: #e0def4; }
+ button:disabled:disabled, button.flat:disabled:disabled {
+ background-color: alpha(mix(#191724,#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#191724,#e0def4,0.6);
+ box-shadow: none; }
+ button:disabled:disabled :disabled, button.flat:disabled:disabled :disabled {
+ color: mix(#191724,#e0def4,0.6); }
+ button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ button:active:disabled :disabled, button:checked:disabled :disabled, button.flat:active:disabled :disabled, button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ button:backdrop, button.nautilus-circular-button.image-button:backdrop, button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ button.separator, button.separator.nautilus-circular-button.image-button, button .separator, button.nautilus-circular-button.image-button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.9); }
+ button.separator:disabled, button .separator:disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ button separator, button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#e0def4,#191724,0.9)); }
+ .inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .inline-toolbar button:focus, .inline-toolbar button:hover, .linked > button:focus, .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .inline-toolbar button:active, .inline-toolbar button:active:hover, .inline-toolbar button:active:focus, .inline-toolbar button:active:hover:focus, .inline-toolbar button:checked, .inline-toolbar button:checked:hover, .inline-toolbar button:checked:focus, .inline-toolbar button:checked:hover:focus, .linked > button:active, .linked > button:active:hover, .linked > button:active:focus, .linked > button:active:hover:focus, .linked > button:checked, .linked > button:checked:hover, .linked > button:checked:focus, .linked > button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ .inline-toolbar button:disabled, .linked > button:disabled {
+ box-shadow: inset -1px 0 #14121d; }
+ .inline-toolbar button:last-child, .inline-toolbar button:only-child, .linked > button:last-child, .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, .linked > button:last-child:hover, .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, .linked > button:disabled:last-child, .linked > button:disabled:only-child, .linked > button:active:disabled:last-child, .linked > button:active:disabled:only-child, .linked > button:checked:disabled:last-child, .linked > button:checked:disabled:only-child {
+ box-shadow: none; }
+ .inline-toolbar button:active:last-child, .inline-toolbar button:active:last-child:focus, .inline-toolbar button:active:last-child:hover, .inline-toolbar button:active:last-child:hover:focus, .inline-toolbar button:checked:last-child, .inline-toolbar button:checked:last-child:focus, .inline-toolbar button:checked:last-child:hover, .inline-toolbar button:checked:last-child:hover:focus, .linked > button:active:last-child, .linked > button:active:last-child:focus, .linked > button:active:last-child:hover, .linked > button:active:last-child:hover:focus, .linked > button:checked:last-child, .linked > button:checked:last-child:focus, .linked > button:checked:last-child:hover, .linked > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, .linked > button:active:only-child, .linked > button:active:only-child:focus, .linked > button:active:only-child:hover, .linked > button:active:only-child:hover:focus, .linked > button:checked:only-child, .linked > button:checked:only-child:focus, .linked > button:checked:only-child:hover, .linked > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .linked.vertical > button {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .linked.vertical > button:focus, .linked.vertical > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .linked.vertical > button:active, .linked.vertical > button:active:hover, .linked.vertical > button:active:focus, .linked.vertical > button:active:hover:focus, .linked.vertical > button:checked, .linked.vertical > button:checked:hover, .linked.vertical > button:checked:focus, .linked.vertical > button:checked:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.05); }
+ .linked.vertical > button:disabled {
+ box-shadow: inset 0 -1px #14121d; }
+ .linked.vertical > button:last-child, .linked.vertical > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child {
+ box-shadow: none; }
+ .linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ button.circular, button.nautilus-circular-button.image-button, button.circular-button {
+ padding: 0;
+ min-width: 28px;
+ min-height: 28px;
+ border-radius: 9999px;
+ -gtk-outline-radius: 9999px; }
+ button.circular label, button.nautilus-circular-button.image-button label, button.circular-button label {
+ padding: 0; }
+
+spinbutton:disabled {
+ opacity: .6; }
+
+spinbutton button, spinbutton button.nautilus-circular-button.image-button {
+ color: #e0def4;
+ padding: 3px 5px; }
+ spinbutton button:active, spinbutton button.nautilus-circular-button.image-button:active, spinbutton button:checked, spinbutton button.nautilus-circular-button.image-button:checked, spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover {
+ background-color: #1e1c2b;
+ background-image: none; }
+ spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover, spinbutton button:focus:hover {
+ border-color: rgba(158, 152, 221, 0.3); }
+ spinbutton button:hover:focus, spinbutton button:hover:hover, spinbutton button:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ spinbutton button:hover:active, spinbutton button:focus:hover:active, spinbutton button:focus:hover:active:focus, spinbutton button:hover:checked, spinbutton button:focus:hover:checked, spinbutton button:focus:hover:checked:focus, spinbutton button:focus:hover:active:hover:focus, spinbutton button:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ spinbutton button:hover:disabled, spinbutton button:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ spinbutton button:hover:active:disabled, spinbutton button:hover:checked:disabled, spinbutton button:focus:hover:active:disabled, spinbutton button:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ spinbutton button:focus:hover {
+ color: mix(#f0f0f3,mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3),0.3); }
+ spinbutton button:disabled, spinbutton button.nautilus-circular-button.image-button:disabled {
+ color: mix(#e0def4,#1f1d2e,0.7); }
+ spinbutton button:backdrop, spinbutton button.nautilus-circular-button.image-button:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ spinbutton button:backdrop:disabled {
+ color: rgba(0, 0, 0, 0.8); }
+
+spinbutton:not(.vertical) {
+ /*@extend %entry;*/
+ background-color: #26233a;
+ background-image: none;
+ /*@include border($base_color);*/
+ padding: 0;
+ border-radius: 2px;
+ -gtk-outline-radius: 1.8px;
+ color: #c5c3ce;
+ caret-color: #c5c3ce;
+ /*&:focus, &:active { border-color: border_focus($borders_color); }*/ }
+ spinbutton:not(.vertical):disabled {
+ background-color: #222034;
+ background-image: none;
+ color: mix(#26233a,#c5c3ce,0.5); }
+ spinbutton:not(.vertical) entry {
+ border-radius: 2px 0 0 2px;
+ -gtk-outline-radius: 1.8px 0 0 1.8px;
+ border-right-width: 0;
+ box-shadow: none; }
+ spinbutton:not(.vertical) button, spinbutton:not(.vertical) button.nautilus-circular-button.image-button {
+ border-radius: 0;
+ -gtk-outline-radius: 0;
+ border-style: solid;
+ background-image: none;
+ box-shadow: none; }
+ spinbutton:not(.vertical) button:focus {
+ border-top-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3);
+ border-bottom-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3); }
+ spinbutton:not(.vertical) button:active {
+ box-shadow: inset 0 2px 3px -1px rgba(86, 86, 107, 0.2); }
+ spinbutton:not(.vertical) button:backdrop {
+ border-color: alpha(mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9),0.8); }
+ spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) {
+ border-style: solid; }
+ spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover, spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ spinbutton:not(.vertical) button.down:dir(rtl) {
+ border-right-style: none;
+ border-radius: 2px 0 0 2px;
+ -gtk-outline-radius: 1.8px 0 0 1.8px; }
+ spinbutton:not(.vertical) button.down:dir(rtl):focus {
+ border-top-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3);
+ border-bottom-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3);
+ border-left-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3); }
+ spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3);
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ spinbutton:not(.vertical) button.up:dir(ltr) {
+ border-left-style: none;
+ border-radius: 0 2px 2px 0;
+ -gtk-outline-radius: 0 1.8px 1.8px 0; }
+ spinbutton:not(.vertical) button.up:dir(ltr):focus {
+ border-top-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3);
+ border-bottom-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3);
+ border-right-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3); }
+ spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3);
+ box-shadow: inset 1px 0 mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+
+spinbutton.vertical button, spinbutton.vertical button.nautilus-circular-button.image-button, spinbutton.vertical entry {
+ min-width: 0;
+ padding-left: 1px;
+ padding-right: 1px; }
+
+spinbutton.vertical entry {
+ border-radius: 0;
+ -gtk-outline-radius: 0;
+ border-top-width: 0;
+ border-bottom-width: 0; }
+
+spinbutton.vertical button.up:focus:hover, spinbutton.vertical button.down:focus:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+
+spinbutton.vertical button.up {
+ border-radius: 2px 2px 0 0;
+ -gtk-outline-radius: 1.8px 1.8px 0 0; }
+ spinbutton.vertical button.up:focus {
+ border-top-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3);
+ border-left-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3);
+ border-right-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3); }
+
+spinbutton.vertical button.down {
+ border-radius: 0 0 2px 2px;
+ -gtk-outline-radius: 0 0 1.8px 1.8px; }
+ spinbutton.vertical button.down:focus {
+ border-bottom-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3);
+ border-left-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3);
+ border-right-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3); }
+
+/******************
+! ComboBoxes *
+*******************/
+combobox button.combo, combobox button.combo.nautilus-circular-button.image-button {
+ min-width: 0;
+ padding-left: 3.4285714286px;
+ padding-right: 3.4285714286px; }
+
+combobox arrow {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ min-height: 16px;
+ min-width: 16px;
+ padding: 1.5px; }
+
+combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry {
+ padding: 3px 3.4285714286px; }
+
+combobox box > entry + button.combo, combobox box > entry + button.combo.nautilus-circular-button.image-button {
+ padding: 3px; }
+
+combobox menu menuitem {
+ padding: 3px 5px; }
+ combobox menu menuitem cellview {
+ min-height: 20px; }
+
+/*********
+ ! Entry *
+**********/
+.linked:not(.vertical) > entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0; }
+ .linked:not(.vertical) > entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .linked:not(.vertical) > entry:first-child:dir(rtl) {
+ border-left-width: 0;
+ border-right-width: 1px; }
+ .linked:not(.vertical) > entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .linked:not(.vertical) > entry:last-child:dir(rtl) {
+ border-left-width: 1px;
+ border-right-width: 0; }
+ .linked:not(.vertical) > entry:only-child {
+ border-width: 1px; }
+ .linked:not(.vertical) > entry:only-child {
+ border-radius: 2px; }
+
+.linked.vertical > entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-top-width: 0;
+ border-bottom-width: 0; }
+ .linked.vertical > entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-top-width: 1px;
+ border-bottom-width: 0;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+ .linked.vertical > entry:first-child:dir(rtl) {
+ border-top-width: 0;
+ border-bottom-width: 1px; }
+ .linked.vertical > entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-top-width: 0;
+ border-bottom-width: 1px;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+ .linked.vertical > entry:last-child:dir(rtl) {
+ border-top-width: 1px;
+ border-bottom-width: 0; }
+ .linked.vertical > entry:only-child {
+ border-width: 1px; }
+ .linked.vertical > entry:only-child {
+ border-radius: 2px; }
+
+#login_window entry, .osd entry,
+#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: border 100ms ease-out;
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.1), inset 0 1px rgba(43, 43, 54, 0.12), inset -1px 0 rgba(43, 43, 54, 0.1), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ #login_window entry:focus,
+ #XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
+ #XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
+ #XfceNotifyWindow entry:active, popover.background entry:active, entry:active {
+ transition: border 100ms ease-in; }
+ #login_window entry:selected,
+ #XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ #login_window entry:disabled,
+ #XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
+ box-shadow: none; }
+ #login_window entry progress, .osd entry progress,
+ #XfceNotifyWindow entry progress, popover.background entry progress, entry progress {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-width: 0;
+ border-radius: 2px;
+ color: #191724; }
+ #login_window entry image.left,
+ #XfceNotifyWindow entry image.left, entry image.left {
+ padding-right: 3px; }
+ #login_window entry image.right,
+ #XfceNotifyWindow entry image.right, entry image.right {
+ padding-left: 3px; }
+ #login_window entry.warning,
+ #XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
+ color: #191724;
+ border-color: #f1a233;
+ background-color: mix(#26233a,#f6c177,0.6); }
+ #login_window entry.warning image,
+ #XfceNotifyWindow entry.warning image, entry.warning image {
+ color: #191724; }
+ #login_window entry.warning:focus,
+ #XfceNotifyWindow entry.warning:focus, entry.warning:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#f6c177,0.3);
+ background-color: #f6c177;
+ box-shadow: none; }
+ #login_window entry.warning selection,
+ #XfceNotifyWindow entry.warning selection, entry.warning selection {
+ background-color: #191724;
+ color: #f6c177; }
+ #login_window entry.error,
+ #XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
+ color: #191724;
+ border-color: #e33264;
+ background-color: mix(#26233a,#eb6f92,0.6); }
+ #login_window entry.error image,
+ #XfceNotifyWindow entry.error image, entry.error image {
+ color: #191724; }
+ #login_window entry.error:focus,
+ #XfceNotifyWindow entry.error:focus, entry.error:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#eb6f92,0.3);
+ background-color: #eb6f92;
+ box-shadow: none; }
+ #login_window entry.error selection,
+ #XfceNotifyWindow entry.error selection, entry.error selection {
+ background-color: #191724;
+ color: #eb6f92; }
+ #login_window entry.search-missing,
+ #XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
+ color: #191724;
+ border-color: #e33264;
+ background-color: mix(#26233a,#eb6f92,0.6); }
+ #login_window entry.search-missing image,
+ #XfceNotifyWindow entry.search-missing image, entry.search-missing image {
+ color: #191724; }
+ #login_window entry.search-missing:focus,
+ #XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#eb6f92,0.3);
+ background-color: #eb6f92;
+ box-shadow: none; }
+ #login_window entry.search-missing selection,
+ #XfceNotifyWindow entry.search-missing selection, entry.search-missing selection {
+ background-color: #191724;
+ color: #eb6f92; }
+
+entry {
+ background-color: #26233a;
+ background-image: none;
+ border-color: mix(#c5c3ce,#26233a,0.8);
+ padding: 5px 3.4285714286px;
+ color: #c5c3ce;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ entry:focus, entry:hover {
+ border-color: mix(#c4a7e7,mix(#c5c3ce,#26233a,0.7),0.3); }
+ entry:active, entry:active:hover, entry:active:focus, entry:active:hover:focus, entry:checked, entry:checked:hover, entry:checked:focus, entry:checked:hover:focus {
+ border-color: mix(#c5c3ce,#26233a,0.32); }
+ entry:disabled {
+ border-color: mix(#c5c3ce,#26233a,0.84); }
+ entry:active:disabled, entry:checked:disabled {
+ border-color: mix(#c5c3ce,#26233a,0.8); }
+ entry:focus, entry:active {
+ border-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3); }
+ entry:disabled {
+ background-color: mix(#26233a,#c5c3ce,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#26233a,#c5c3ce,0.9); }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Toolbar
+**********/
+toolbar {
+ padding: 2px;
+ border-style: none; }
+ toolbar.horizontal separator {
+ margin: 0 5px 1px; }
+ toolbar.vertical separator {
+ margin: 5px 1px 5px 0; }
+
+headerbar {
+ border-width: 0 0 1px;
+ border-style: solid; }
+ headerbar entry,
+ headerbar spinbutton,
+ headerbar separator,
+ headerbar button,
+ headerbar button.nautilus-circular-button.image-button {
+ margin-top: 6px;
+ margin-bottom: 6px; }
+ headerbar switch {
+ margin-top: 4px;
+ margin-bottom: 4px; }
+ window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child {
+ border-top-left-radius: 2px; }
+ window:not(.tiled):not(.maximized) headerbar:last-child {
+ border-top-right-radius: 2px; }
+
+.titlebar:not(headerbar), headerbar {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.88);
+ color: #e0def4;
+ background-color: #191724;
+ background-image: none;
+ border-radius: 2px 2px 0 0;
+ color: #e0def4;
+ padding: 0 6px;
+ min-height: 42px; }
+ .titlebar:focus:not(headerbar), headerbar:focus, .titlebar:hover:not(headerbar), headerbar:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.8),0.3); }
+ .titlebar:active:not(headerbar), headerbar:active, .titlebar:checked:not(headerbar), headerbar:checked {
+ border-color: mix(#e0def4,#191724,0.4); }
+ .titlebar:disabled:not(headerbar), headerbar:disabled {
+ border-color: mix(#e0def4,#191724,0.92); }
+ .titlebar:active:disabled:not(headerbar), headerbar:active:disabled, .titlebar:checked:disabled:not(headerbar), headerbar:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.88); }
+ .titlebar:disabled:not(headerbar), headerbar:disabled {
+ background-color: #171520;
+ background-image: none;
+ color: mix(#e0def4,#191724,0.5); }
+ .titlebar:not(headerbar) .background, headerbar .background {
+ background-color: #191724;
+ border-color: mix(#191724,#e0def4,0.3); }
+ .titlebar:not(headerbar) .title, headerbar .title {
+ font-weight: bold;
+ padding: 0 6px; }
+ .titlebar:not(headerbar) .subtitle, headerbar .subtitle {
+ font-size: smaller;
+ padding: 0 6px; }
+ .titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
+ background-color: #191724;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .titlebar:not(headerbar) button:disabled, headerbar button:disabled, headerbar button.nautilus-circular-button.image-button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked.vertical > :not(:last-child):not(:only-child) headerbar button, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ background-color: #1a1826;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .titlebar:not(headerbar) button:hover:disabled, headerbar button:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus {
+ background-color: #1a1826;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
+ background-color: #1c1928;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked, .titlebar:not(headerbar) button:active:active, headerbar button:active:active {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:active:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ color: #e0def4; }
+ .titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
+ background-color: alpha(mix(#191724,#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#191724,#e0def4,0.6);
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled {
+ color: mix(#191724,#e0def4,0.6); }
+ .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ .titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.9); }
+ .titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#e0def4,#191724,0.9)); }
+ .titlebar:not(headerbar) button.image-button, headerbar button.image-button, headerbar button.image-button.nautilus-circular-button {
+ padding: 3px; }
+ .titlebar:not(headerbar) viewswitcher button, headerbar viewswitcher button, headerbar viewswitcher button.nautilus-circular-button.image-button,
+ .titlebar:not(headerbar) .linked > button,
+ headerbar .linked > button,
+ headerbar .linked > button.nautilus-circular-button.image-button {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .titlebar:not(headerbar) viewswitcher button:focus, headerbar viewswitcher button:focus, headerbar viewswitcher button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) viewswitcher button:hover, headerbar viewswitcher button:hover, headerbar viewswitcher button.nautilus-circular-button.image-button:hover,
+ .titlebar:not(headerbar) .linked > button:focus,
+ headerbar .linked > button:focus,
+ .titlebar:not(headerbar) .linked > button:hover,
+ headerbar .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .titlebar:not(headerbar) viewswitcher button:active, headerbar viewswitcher button:active, headerbar viewswitcher button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) viewswitcher button:checked, headerbar viewswitcher button:checked, headerbar viewswitcher button.nautilus-circular-button.image-button:checked,
+ .titlebar:not(headerbar) .linked > button:active,
+ headerbar .linked > button:active,
+ .titlebar:not(headerbar) .linked > button:checked,
+ headerbar .linked > button:checked {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ .titlebar:not(headerbar) viewswitcher button:disabled, headerbar viewswitcher button:disabled, headerbar viewswitcher button.nautilus-circular-button.image-button:disabled,
+ .titlebar:not(headerbar) .linked > button:disabled,
+ headerbar .linked > button:disabled {
+ box-shadow: inset -1px 0 #14121d; }
+ .titlebar:not(headerbar) viewswitcher button:last-child, headerbar viewswitcher button:last-child, headerbar viewswitcher button.nautilus-circular-button.image-button:last-child, .titlebar:not(headerbar) viewswitcher button:only-child, headerbar viewswitcher button:only-child, headerbar viewswitcher button.nautilus-circular-button.image-button:only-child,
+ .titlebar:not(headerbar) .linked > button:last-child,
+ headerbar .linked > button:last-child,
+ .titlebar:not(headerbar) .linked > button:only-child,
+ headerbar .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .titlebar:not(headerbar) viewswitcher button:last-child:hover, headerbar viewswitcher button:last-child:hover, .titlebar:not(headerbar) viewswitcher button:only-child:hover, headerbar viewswitcher button:only-child:hover,
+ .titlebar:not(headerbar) .linked > button:last-child:hover,
+ headerbar .linked > button:last-child:hover,
+ .titlebar:not(headerbar) .linked > button:only-child:hover,
+ headerbar .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .titlebar:not(headerbar) viewswitcher button:disabled:last-child, headerbar viewswitcher button:disabled:last-child, .titlebar:not(headerbar) viewswitcher button:disabled:only-child, headerbar viewswitcher button:disabled:only-child,
+ .titlebar:not(headerbar) .linked > button:disabled:last-child,
+ headerbar .linked > button:disabled:last-child,
+ .titlebar:not(headerbar) .linked > button:disabled:only-child,
+ headerbar .linked > button:disabled:only-child {
+ box-shadow: none; }
+ .titlebar:not(headerbar) viewswitcher button:active:last-child, headerbar viewswitcher button:active:last-child, .titlebar:not(headerbar) viewswitcher button:checked:last-child, headerbar viewswitcher button:checked:last-child,
+ .titlebar:not(headerbar) .linked > button:active:last-child,
+ headerbar .linked > button:active:last-child,
+ .titlebar:not(headerbar) .linked > button:checked:last-child,
+ headerbar .linked > button:checked:last-child {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .titlebar:not(headerbar) viewswitcher button:active:only-child, headerbar viewswitcher button:active:only-child, .titlebar:not(headerbar) viewswitcher button:checked:only-child, headerbar viewswitcher button:checked:only-child,
+ .titlebar:not(headerbar) .linked > button:active:only-child,
+ headerbar .linked > button:active:only-child,
+ .titlebar:not(headerbar) .linked > button:checked:only-child,
+ headerbar .linked > button:checked:only-child {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .titlebar:not(headerbar) box button.image-button, headerbar box button.image-button, headerbar box button.image-button.nautilus-circular-button {
+ padding: 3px 7px; }
+ .titlebar:not(headerbar) separator, headerbar separator {
+ color: #0f0e16;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .titlebar:not(headerbar) separator, headerbar separator {
+ background-image: image(mix(#e0def4,#191724,0.9)); }
+ .titlebar:backdrop:not(headerbar), headerbar:backdrop {
+ background-color: #1f1d2e;
+ background-image: none;
+ color: mix(#f0f0f3,#1f1d2e,0.4);
+ text-shadow: none;
+ border-color: mix(mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9),#1f1d2e,0.5); }
+ .default-decoration.titlebar:not(headerbar), headerbar.default-decoration {
+ min-height: 24px;
+ box-shadow: none;
+ border: 0; }
+ .default-decoration.titlebar:not(headerbar) button.titlebutton, headerbar.default-decoration button.titlebutton {
+ min-height: 16px;
+ min-width: 16px;
+ margin: 0;
+ padding: 0; }
+ .solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd headerbar:dir(rtl), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd headerbar:dir(ltr) {
+ border-radius: 0;
+ box-shadow: none; }
+ .tiled .titlebar:not(headerbar), .tiled headerbar, .maximized .titlebar:not(headerbar), .maximized headerbar {
+ border-radius: 0; }
+ .titlebar:not(headerbar) .title, headerbar .title {
+ font-weight: bold; }
+ .titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton {
+ margin-left: 3px; }
+ .titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22);
+ padding: 3px; }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .titlebar:not(headerbar) button:disabled, headerbar button:disabled, headerbar button.nautilus-circular-button.image-button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked.vertical > :not(:last-child):not(:only-child) headerbar button, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
+ color: #e0def4;
+ border-color: rgba(31, 29, 46, 0);
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .titlebar:not(headerbar) button:hover:disabled, headerbar button:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked, .titlebar:not(headerbar) button:active:active, headerbar button:active:active {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:active:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
+ color: #e0def4; }
+ .titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
+ background-color: alpha(mix(#1f1d2e,#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#1f1d2e,#e0def4,0.6);
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled {
+ color: mix(#1f1d2e,#e0def4,0.6); }
+ .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ .titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ .titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled {
+ color: rgba(31, 29, 46, 0.85); }
+ .titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#e0def4,#1f1d2e,0.9)); }
+ .titlebar:not(headerbar) button.text-button, headerbar button.text-button, headerbar button.text-button.nautilus-circular-button.image-button {
+ padding: 3px 5px; }
+ .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
+ color: #e0def4; }
+ .titlebar:not(headerbar) button.flat:hover, headerbar button.flat:hover {
+ color: #e0def4; }
+ .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
+ color: mix(#f0f0f3,#1f1d2e,0.4); }
+ .titlebar:not(headerbar) button stack box.narrow, headerbar button stack box.narrow, headerbar button.nautilus-circular-button.image-button stack box.narrow {
+ /* have no clue why it's ignored by gtk and forced to 5px and 7px */
+ padding: 0; }
+ .titlebar:not(headerbar) button:not(:checked):not(:hover) stack box, headerbar button:not(:checked):not(:hover) stack box {
+ color: #e0def4; }
+ .titlebar:not(headerbar) viewswitcher button:not(:checked):not(:hover) stack box, headerbar viewswitcher button:not(:checked):not(:hover) stack box {
+ color: #e0def4; }
+ .titlebar:not(headerbar) button.titlebutton + separator.titlebutton, headerbar button.titlebutton + separator.titlebutton {
+ margin-left: 0;
+ margin-right: 3px; }
+ .titlebar:not(headerbar) button.titlebutton, headerbar button.titlebutton, headerbar button.titlebutton.nautilus-circular-button.image-button {
+ border: 0;
+ padding: 3px;
+ background-image: none;
+ background-color: transparent;
+ color: #e0def4;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button.titlebutton:hover, headerbar button.titlebutton:hover {
+ background-image: none;
+ background-color: transparent;
+ color: #c4a7e7;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button.titlebutton:active, headerbar button.titlebutton:active {
+ background-image: none;
+ background-color: transparent;
+ color: #af88de;
+ box-shadow: none; }
+ .titlebar:not(headerbar) button.titlebutton:backdrop, headerbar button.titlebutton:backdrop {
+ background: none;
+ color: mix(#f0f0f3,#1f1d2e,0.4);
+ -gtk-icon-shadow: none; }
+
+toolbar {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: mix(#f0f0f3,#1f1d2e,0.88);
+ color: #f0f0f3; }
+ toolbar:focus, toolbar:hover {
+ border-color: mix(#c4a7e7,mix(#f0f0f3,#1f1d2e,0.8),0.3); }
+ toolbar:active, toolbar:active:hover, toolbar:active:focus, toolbar:active:hover:focus, toolbar:checked, toolbar:checked:hover, toolbar:checked:focus, toolbar:checked:hover:focus {
+ border-color: mix(#f0f0f3,#1f1d2e,0.4); }
+ toolbar:disabled {
+ border-color: mix(#f0f0f3,#1f1d2e,0.92); }
+ toolbar:active:disabled, toolbar:checked:disabled {
+ border-color: mix(#f0f0f3,#1f1d2e,0.88); }
+ toolbar:disabled {
+ background-color: #1c1a29;
+ background-image: none;
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ toolbar .background {
+ background-color: #1f1d2e;
+ border-color: mix(#1f1d2e,#f0f0f3,0.3); }
+ toolbar .title {
+ font-weight: bold;
+ padding: 0 6px; }
+ toolbar .subtitle {
+ font-size: smaller;
+ padding: 0 6px; }
+ toolbar button, toolbar button.nautilus-circular-button.image-button {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.22);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.22),0.3); }
+ toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.22); }
+ toolbar button:disabled, toolbar button.nautilus-circular-button.image-button:disabled {
+ border-color: rgba(200, 200, 211, 0.22); }
+ toolbar button:active:disabled, toolbar button:checked:disabled {
+ border-color: rgba(186, 186, 200, 0.22); }
+ .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:hover, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(240, 240, 243, 0.36),0.3); }
+ .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked:hover, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar button, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(240, 240, 243, 0.36),0.3); }
+ .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ toolbar button.flat, toolbar button.flat.nautilus-circular-button.image-button {
+ color: #f0f0f3;
+ border-color: rgba(31, 29, 46, 0);
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.3);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.3),0.3); }
+ toolbar button:hover:active, toolbar button:hover:active:focus, toolbar button.flat:hover:active:focus, toolbar button:hover:checked, toolbar button:hover:checked:focus, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.3); }
+ toolbar button:hover:disabled, toolbar button.flat:hover:disabled {
+ border-color: rgba(200, 200, 211, 0.3); }
+ toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled {
+ border-color: rgba(186, 186, 200, 0.3); }
+ toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(240, 240, 243, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ toolbar button:focus:hover, toolbar button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.3),0.3); }
+ toolbar button:focus:hover:active, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:focus, toolbar button:focus:hover:checked, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.3); }
+ toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled {
+ border-color: rgba(200, 200, 211, 0.3); }
+ toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled {
+ border-color: rgba(186, 186, 200, 0.3); }
+ toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button.flat:checked, toolbar button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(240, 240, 243, 0.06), inset 0 1px rgba(240, 240, 243, 0.07), inset -1px 0 rgba(240, 240, 243, 0.06), inset 0 -1px rgba(240, 240, 243, 0.05); }
+ toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.22),0.3); }
+ toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:active:checked, toolbar button.flat:active:checked:hover, toolbar button.flat:active:checked:focus, toolbar button.flat:active:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.22); }
+ toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled {
+ border-color: rgba(200, 200, 211, 0.22); }
+ toolbar button:active:checked:disabled, toolbar button.flat:active:checked:disabled {
+ border-color: rgba(186, 186, 200, 0.22); }
+ toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:focus, toolbar button.flat:hover {
+ color: #f0f0f3; }
+ toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled {
+ background-color: alpha(mix(#1f1d2e,#f0f0f3,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#1f1d2e,#f0f0f3,0.6);
+ box-shadow: none; }
+ toolbar button:disabled:disabled :disabled, toolbar button.flat:disabled:disabled :disabled {
+ color: mix(#1f1d2e,#f0f0f3,0.6); }
+ toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ toolbar button:active:disabled :disabled, toolbar button:checked:disabled :disabled, toolbar button.flat:active:disabled :disabled, toolbar button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ toolbar button:backdrop, toolbar button.nautilus-circular-button.image-button:backdrop, toolbar button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ toolbar button.separator, toolbar button.separator.nautilus-circular-button.image-button, toolbar button .separator, toolbar button.nautilus-circular-button.image-button .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ toolbar button.separator:disabled, toolbar button .separator:disabled {
+ color: rgba(31, 29, 46, 0.85); }
+ toolbar button separator, toolbar button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#f0f0f3,#1f1d2e,0.9)); }
+ toolbar button.image-button, toolbar button.image-button.nautilus-circular-button {
+ padding: 3px; }
+ toolbar viewswitcher button, toolbar viewswitcher button.nautilus-circular-button.image-button,
+ toolbar .linked > button,
+ toolbar .linked > button.nautilus-circular-button.image-button {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ toolbar viewswitcher button:focus, toolbar viewswitcher button.nautilus-circular-button.image-button:focus, toolbar viewswitcher button:hover, toolbar viewswitcher button.nautilus-circular-button.image-button:hover,
+ toolbar .linked > button:focus,
+ toolbar .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ toolbar viewswitcher button:active, toolbar viewswitcher button.nautilus-circular-button.image-button:active, toolbar viewswitcher button:active:hover, toolbar viewswitcher button:active:focus, toolbar viewswitcher button:active:hover:focus, toolbar viewswitcher button:checked, toolbar viewswitcher button.nautilus-circular-button.image-button:checked, toolbar viewswitcher button:checked:hover, toolbar viewswitcher button:checked:focus, toolbar viewswitcher button:checked:hover:focus,
+ toolbar .linked > button:active,
+ toolbar .linked > button:active:hover,
+ toolbar .linked > button:active:focus,
+ toolbar .linked > button:active:hover:focus,
+ toolbar .linked > button:checked,
+ toolbar .linked > button:checked:hover,
+ toolbar .linked > button:checked:focus,
+ toolbar .linked > button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ toolbar viewswitcher button:disabled, toolbar viewswitcher button.nautilus-circular-button.image-button:disabled,
+ toolbar .linked > button:disabled {
+ box-shadow: inset -1px 0 #191725; }
+ toolbar viewswitcher button:last-child, toolbar viewswitcher button.nautilus-circular-button.image-button:last-child, toolbar viewswitcher button:only-child, toolbar viewswitcher button.nautilus-circular-button.image-button:only-child,
+ toolbar .linked > button:last-child,
+ toolbar .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ toolbar viewswitcher button:last-child:hover, toolbar viewswitcher button:only-child:hover,
+ toolbar .linked > button:last-child:hover,
+ toolbar .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ toolbar viewswitcher button:disabled:last-child, toolbar viewswitcher button:disabled:only-child, toolbar viewswitcher button:active:disabled:last-child, toolbar viewswitcher button:active:disabled:only-child, toolbar viewswitcher button:checked:disabled:last-child, toolbar viewswitcher button:checked:disabled:only-child,
+ toolbar .linked > button:disabled:last-child,
+ toolbar .linked > button:disabled:only-child,
+ toolbar .linked > button:active:disabled:last-child,
+ toolbar .linked > button:active:disabled:only-child,
+ toolbar .linked > button:checked:disabled:last-child,
+ toolbar .linked > button:checked:disabled:only-child {
+ box-shadow: none; }
+ toolbar viewswitcher button:active:last-child, toolbar viewswitcher button:active:last-child:focus, toolbar viewswitcher button:active:last-child:hover, toolbar viewswitcher button:active:last-child:hover:focus, toolbar viewswitcher button:checked:last-child, toolbar viewswitcher button:checked:last-child:focus, toolbar viewswitcher button:checked:last-child:hover, toolbar viewswitcher button:checked:last-child:hover:focus,
+ toolbar .linked > button:active:last-child,
+ toolbar .linked > button:active:last-child:focus,
+ toolbar .linked > button:active:last-child:hover,
+ toolbar .linked > button:active:last-child:hover:focus,
+ toolbar .linked > button:checked:last-child,
+ toolbar .linked > button:checked:last-child:focus,
+ toolbar .linked > button:checked:last-child:hover,
+ toolbar .linked > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ toolbar viewswitcher button:active:only-child, toolbar viewswitcher button:active:only-child:focus, toolbar viewswitcher button:active:only-child:hover, toolbar viewswitcher button:active:only-child:hover:focus, toolbar viewswitcher button:checked:only-child, toolbar viewswitcher button:checked:only-child:focus, toolbar viewswitcher button:checked:only-child:hover, toolbar viewswitcher button:checked:only-child:hover:focus,
+ toolbar .linked > button:active:only-child,
+ toolbar .linked > button:active:only-child:focus,
+ toolbar .linked > button:active:only-child:hover,
+ toolbar .linked > button:active:only-child:hover:focus,
+ toolbar .linked > button:checked:only-child,
+ toolbar .linked > button:checked:only-child:focus,
+ toolbar .linked > button:checked:only-child:hover,
+ toolbar .linked > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ toolbar box button.image-button, toolbar box button.image-button.nautilus-circular-button {
+ padding: 3px 7px; }
+ toolbar separator, toolbar separator:disabled {
+ color: #13111c;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ toolbar.inline-toolbar {
+ padding: 1px;
+ border-width: 0 1px 1px;
+ border-style: solid;
+ border-color: mix(#1f1d2e,#f0f0f3,0.18);
+ background-color: mix(mix(#1f1d2e,#f0f0f3,0.18),#1f1d2e,0.7);
+ background-image: none; }
+ toolbar.inline-toolbar:backdrop {
+ border-color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9);
+ background-color: mix(#1f1d2e,mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9),0.35);
+ transition: 200ms ease-out; }
+ toolbar.inline-toolbar button, toolbar.inline-toolbar button.nautilus-circular-button.image-button {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.22);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.22),0.3); }
+ toolbar.inline-toolbar button:active, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover:focus, toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.22); }
+ toolbar.inline-toolbar button:disabled {
+ border-color: rgba(200, 200, 211, 0.22); }
+ toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled {
+ border-color: rgba(186, 186, 200, 0.22); }
+ .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(240, 240, 243, 0.36),0.3); }
+ .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(240, 240, 243, 0.36),0.3); }
+ .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ toolbar.inline-toolbar button.flat {
+ color: #f0f0f3;
+ border-color: rgba(31, 29, 46, 0);
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.3);
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ toolbar.inline-toolbar button:hover:focus, toolbar.inline-toolbar button:hover:hover, toolbar.inline-toolbar button.flat:hover:focus, toolbar.inline-toolbar button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.3),0.3); }
+ toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.3); }
+ toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled {
+ border-color: rgba(200, 200, 211, 0.3); }
+ toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled {
+ border-color: rgba(186, 186, 200, 0.3); }
+ toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(240, 240, 243, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.3),0.3); }
+ toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.3); }
+ toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled {
+ border-color: rgba(200, 200, 211, 0.3); }
+ toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled {
+ border-color: rgba(186, 186, 200, 0.3); }
+ toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:active, toolbar.inline-toolbar button.flat:checked, toolbar.inline-toolbar button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(186, 186, 200, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(240, 240, 243, 0.06), inset 0 1px rgba(240, 240, 243, 0.07), inset -1px 0 rgba(240, 240, 243, 0.06), inset 0 -1px rgba(240, 240, 243, 0.05); }
+ toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(240, 240, 243, 0.22),0.3); }
+ toolbar.inline-toolbar button:active:checked, toolbar.inline-toolbar button:active:checked:hover, toolbar.inline-toolbar button:active:checked:focus, toolbar.inline-toolbar button:active:checked:hover:focus, toolbar.inline-toolbar button.flat:active:checked, toolbar.inline-toolbar button.flat:active:checked:hover, toolbar.inline-toolbar button.flat:active:checked:focus, toolbar.inline-toolbar button.flat:active:checked:hover:focus {
+ border-color: rgba(160, 160, 179, 0.22); }
+ toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled {
+ border-color: rgba(200, 200, 211, 0.22); }
+ toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled {
+ border-color: rgba(186, 186, 200, 0.22); }
+ toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover {
+ color: #f0f0f3; }
+ toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled {
+ background-color: alpha(mix(#1f1d2e,#f0f0f3,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#1f1d2e,#f0f0f3,0.6);
+ box-shadow: none; }
+ toolbar.inline-toolbar button:disabled:disabled :disabled, toolbar.inline-toolbar button.flat:disabled:disabled :disabled {
+ color: mix(#1f1d2e,#f0f0f3,0.6); }
+ toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ toolbar.inline-toolbar button:active:disabled :disabled, toolbar.inline-toolbar button:checked:disabled :disabled, toolbar.inline-toolbar button.flat:active:disabled :disabled, toolbar.inline-toolbar button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ toolbar.inline-toolbar button:backdrop, toolbar.inline-toolbar button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled {
+ color: rgba(31, 29, 46, 0.85); }
+ toolbar.inline-toolbar button separator, toolbar.inline-toolbar button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#f0f0f3,#1f1d2e,0.9)); }
+
+window.csd > .titlebar:not(headerbar) {
+ padding: 0;
+ background-color: transparent;
+ background-image: none;
+ border-style: none;
+ border-color: transparent;
+ box-shadow: none; }
+
+.titlebar:not(headerbar) > separator {
+ background-color: #161420; }
+
+.background .titlebar:backdrop, .background .titlebar {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+.background.tiled .titlebar:backdrop, .background.tiled .titlebar,
+.background.tiled-top .titlebar:backdrop,
+.background.tiled-top .titlebar,
+.background.tiled-right .titlebar:backdrop,
+.background.tiled-right .titlebar,
+.background.tiled-bottom .titlebar:backdrop,
+.background.tiled-bottom .titlebar,
+.background.tiled-left .titlebar:backdrop,
+.background.tiled-left .titlebar,
+.background.maximized .titlebar:backdrop,
+.background.maximized .titlebar,
+.background.solid-csd .titlebar:backdrop,
+.background.solid-csd .titlebar {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+
+.background:not(.csd):not(.ssd):not(.solid-csd) headerbar, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:not(:last-child), .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop:not(:last-child) {
+ border-radius: 0;
+ border-top-color: transparent; }
+
+/**************
+ ! Action-bar *
+***************/
+actionbar > revealer > box {
+ padding: 3px;
+ border-top: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ actionbar > revealer > box:backdrop {
+ border-color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9); }
+
+/****************************
+ ! Search and Location bars *
+*****************************/
+searchbar,
+.location-bar {
+ background-color: #1e1c2d;
+ background-image: none;
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #191725;
+ color: #f0f0f3; }
+
+/******************
+ ! Action buttons *
+*******************/
+.suggested-action, headerbar.selection-mode button.suggested-action,
+.titlebar.selection-mode:not(headerbar) button.suggested-action {
+ background-color: #ebbcba;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ .suggested-action:active, headerbar.selection-mode button.suggested-action:active,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action:active:hover, .suggested-action:active:focus, .suggested-action:active:hover:focus, .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:checked:hover, .suggested-action:checked:focus, .suggested-action:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ .suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ .suggested-action:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:hover, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked,
+ .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked,
+ .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover,
+ .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked:hover, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover,
+ .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .suggested-action, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child),
+ .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover,
+ .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked,
+ .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked,
+ .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover,
+ .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover,
+ .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .suggested-action.flat, headerbar.selection-mode button.flat.suggested-action,
+ .titlebar:not(headerbar).selection-mode button.flat.suggested-action {
+ color: #191724;
+ border-color: rgba(235, 188, 186, 0);
+ background-color: rgba(235, 188, 186, 0);
+ background-image: none;
+ box-shadow: none; }
+ .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:hover {
+ background-color: #f0ccca;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .suggested-action:hover:focus, .suggested-action:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ .suggested-action:hover:active,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover:active, .suggested-action:hover:active:focus, .suggested-action.flat:hover:active:focus, .suggested-action:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover:checked, .suggested-action:hover:checked:focus, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ .suggested-action:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ .suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action.flat:focus {
+ background-color: #f0ccca;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .suggested-action:focus:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:hover {
+ background-color: #f4dcdb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ .suggested-action:focus:hover:active, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:focus, .suggested-action:focus:hover:checked, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ .suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action.flat:checked, .suggested-action.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .suggested-action:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ .suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:active, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ .suggested-action:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ .suggested-action:active:checked:disabled, .suggested-action.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .suggested-action:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:focus, .suggested-action.flat:hover {
+ color: #191724; }
+ .suggested-action:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled {
+ background-color: alpha(mix(#ebbcba,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#ebbcba,#191724,0.6);
+ box-shadow: none; }
+ .suggested-action:disabled:disabled :disabled, .suggested-action.flat:disabled:disabled :disabled {
+ color: mix(#ebbcba,#191724,0.6); }
+ .suggested-action:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .suggested-action:active:disabled :disabled, .suggested-action:checked:disabled :disabled, .suggested-action.flat:active:disabled :disabled, .suggested-action.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .suggested-action:backdrop, headerbar.selection-mode button.suggested-action:backdrop,
+ .titlebar:not(headerbar).selection-mode button.suggested-action:backdrop, .suggested-action.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ .suggested-action.separator, headerbar.selection-mode button.separator.suggested-action,
+ .titlebar:not(headerbar).selection-mode button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator,
+ .titlebar.selection-mode:not(headerbar) button.suggested-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 188, 186, 0.9); }
+ .suggested-action.separator:disabled,
+ .titlebar:not(headerbar).selection-mode button.separator.suggested-action:disabled, .suggested-action .separator:disabled,
+ .titlebar.selection-mode:not(headerbar) button.suggested-action .separator:disabled {
+ color: rgba(235, 188, 186, 0.85); }
+ .suggested-action separator, headerbar.selection-mode button.suggested-action separator,
+ .titlebar.selection-mode:not(headerbar) button.suggested-action separator {
+ background-image: image(mix(#191724,#ebbcba,0.9)); }
+
+.destructive-action {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ .destructive-action:focus, .destructive-action:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ .destructive-action:active, .destructive-action:active:hover, .destructive-action:active:focus, .destructive-action:active:hover:focus, .destructive-action:checked, .destructive-action:checked:hover, .destructive-action:checked:focus, .destructive-action:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ .destructive-action:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ .destructive-action:active:disabled, .destructive-action:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:hover, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked:hover, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .destructive-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .destructive-action, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .destructive-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .destructive-action.flat {
+ color: #191724;
+ border-color: rgba(235, 111, 146, 0);
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ .destructive-action:hover, .destructive-action.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ .destructive-action:hover:active, .destructive-action:hover:active:hover, .destructive-action:hover:active:focus, .destructive-action:hover:active:hover:focus, .destructive-action:hover:checked, .destructive-action:hover:checked:hover, .destructive-action:hover:checked:focus, .destructive-action:hover:checked:hover:focus, .destructive-action.flat:hover:active, .destructive-action.flat:hover:active:hover, .destructive-action.flat:hover:active:focus, .destructive-action.flat:hover:active:hover:focus, .destructive-action.flat:hover:checked, .destructive-action.flat:hover:checked:hover, .destructive-action.flat:hover:checked:focus, .destructive-action.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ .destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ .destructive-action:focus, .destructive-action.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .destructive-action:focus:hover, .destructive-action.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ .destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ .destructive-action:focus:hover:active, .destructive-action:focus:hover:active:hover, .destructive-action:focus:hover:active:focus, .destructive-action:focus:hover:active:hover:focus, .destructive-action:focus:hover:checked, .destructive-action:focus:hover:checked:hover, .destructive-action:focus:hover:checked:focus, .destructive-action:focus:hover:checked:hover:focus, .destructive-action.flat:focus:hover:active, .destructive-action.flat:focus:hover:active:hover, .destructive-action.flat:focus:hover:active:focus, .destructive-action.flat:focus:hover:active:hover:focus, .destructive-action.flat:focus:hover:checked, .destructive-action.flat:focus:hover:checked:hover, .destructive-action.flat:focus:hover:checked:focus, .destructive-action.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ .destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ .destructive-action:checked, .destructive-action:active, .destructive-action.flat:checked, .destructive-action.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ .destructive-action:checked:active, .destructive-action:checked:active:hover, .destructive-action:checked:active:focus, .destructive-action:checked:active:hover:focus, .destructive-action:checked:checked, .destructive-action:checked:checked:hover, .destructive-action:checked:checked:focus, .destructive-action:checked:checked:hover:focus, .destructive-action:active:active, .destructive-action:active:active:hover, .destructive-action:active:active:focus, .destructive-action:active:active:hover:focus, .destructive-action:active:checked, .destructive-action:active:checked:hover, .destructive-action:active:checked:focus, .destructive-action:active:checked:hover:focus, .destructive-action.flat:checked:active, .destructive-action.flat:checked:active:hover, .destructive-action.flat:checked:active:focus, .destructive-action.flat:checked:active:hover:focus, .destructive-action.flat:checked:checked, .destructive-action.flat:checked:checked:hover, .destructive-action.flat:checked:checked:focus, .destructive-action.flat:checked:checked:hover:focus, .destructive-action.flat:active:active, .destructive-action.flat:active:active:hover, .destructive-action.flat:active:active:focus, .destructive-action.flat:active:active:hover:focus, .destructive-action.flat:active:checked, .destructive-action.flat:active:checked:hover, .destructive-action.flat:active:checked:focus, .destructive-action.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ .destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover {
+ color: #191724; }
+ .destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ .destructive-action:disabled:disabled :disabled, .destructive-action.flat:disabled:disabled :disabled {
+ color: mix(#eb6f92,#191724,0.6); }
+ .destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .destructive-action:active:disabled :disabled, .destructive-action:checked:disabled :disabled, .destructive-action.flat:active:disabled :disabled, .destructive-action.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .destructive-action:backdrop, .destructive-action.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ .destructive-action.separator, .destructive-action .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ .destructive-action.separator:disabled, .destructive-action .separator:disabled {
+ color: rgba(235, 111, 146, 0.85); }
+ .destructive-action separator {
+ background-image: image(mix(#191724,#eb6f92,0.9)); }
+
+/******************
+ ! Selection mode *
+*******************/
+headerbar.selection-mode,
+.titlebar:not(headerbar).selection-mode {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: mix(#191724,#c4a7e7,0.64);
+ color: #191724; }
+ headerbar.selection-mode:focus, headerbar.selection-mode:hover,
+ .titlebar:not(headerbar).selection-mode:focus,
+ .titlebar:not(headerbar).selection-mode:hover {
+ border-color: mix(#c4a7e7,mix(#191724,#c4a7e7,0.8),0.3); }
+ headerbar.selection-mode:active, headerbar.selection-mode:active:hover, headerbar.selection-mode:active:focus, headerbar.selection-mode:active:hover:focus, headerbar.selection-mode:checked, headerbar.selection-mode:checked:hover, headerbar.selection-mode:checked:focus, headerbar.selection-mode:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode:active,
+ .titlebar:not(headerbar).selection-mode:active:hover,
+ .titlebar:not(headerbar).selection-mode:active:focus,
+ .titlebar:not(headerbar).selection-mode:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode:checked,
+ .titlebar:not(headerbar).selection-mode:checked:hover,
+ .titlebar:not(headerbar).selection-mode:checked:focus,
+ .titlebar:not(headerbar).selection-mode:checked:hover:focus {
+ border-color: mix(#191724,#c4a7e7,0.56); }
+ headerbar.selection-mode:disabled,
+ .titlebar:not(headerbar).selection-mode:disabled {
+ border-color: mix(#191724,#c4a7e7,0.72); }
+ headerbar.selection-mode:active:disabled, headerbar.selection-mode:checked:disabled,
+ .titlebar:not(headerbar).selection-mode:active:disabled,
+ .titlebar:not(headerbar).selection-mode:checked:disabled {
+ border-color: mix(#191724,#c4a7e7,0.64); }
+ headerbar.selection-mode:disabled,
+ .titlebar:not(headerbar).selection-mode:disabled {
+ background-color: #af88de;
+ background-image: none;
+ color: mix(#191724,#c4a7e7,0.5); }
+ headerbar.selection-mode .background,
+ .titlebar:not(headerbar).selection-mode .background {
+ background-color: #c4a7e7;
+ border-color: mix(#c4a7e7,#191724,0.3); }
+ headerbar.selection-mode .title,
+ .titlebar:not(headerbar).selection-mode .title {
+ font-weight: bold;
+ padding: 0 6px; }
+ headerbar.selection-mode .subtitle,
+ .titlebar:not(headerbar).selection-mode .subtitle {
+ font-size: smaller;
+ padding: 0 6px; }
+ headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button,
+ .titlebar:not(headerbar).selection-mode button {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ headerbar.selection-mode button:disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ headerbar.selection-mode button.flat,
+ .titlebar:not(headerbar).selection-mode button.flat {
+ color: #191724;
+ border-color: rgba(196, 167, 231, 0);
+ background-color: rgba(196, 167, 231, 0);
+ background-image: none;
+ box-shadow: none; }
+ headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover,
+ .titlebar:not(headerbar).selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
+ .titlebar:not(headerbar).selection-mode button:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:active,
+ .titlebar:not(headerbar).selection-mode button:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:checked,
+ .titlebar:not(headerbar).selection-mode button:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
+ .titlebar:not(headerbar).selection-mode button:focus:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover {
+ background-color: #d9c6f0;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
+ .titlebar:not(headerbar).selection-mode button:checked,
+ .titlebar:not(headerbar).selection-mode button:active,
+ .titlebar:not(headerbar).selection-mode button.flat:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:active,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active,
+ .titlebar:not(headerbar).selection-mode button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active:active,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active,
+ .titlebar:not(headerbar).selection-mode button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active:checked,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked,
+ .titlebar:not(headerbar).selection-mode button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover {
+ color: #191724; }
+ headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled {
+ background-color: alpha(mix(#c4a7e7,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#c4a7e7,#191724,0.6);
+ box-shadow: none; }
+ headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled {
+ color: mix(#c4a7e7,#191724,0.6); }
+ headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop,
+ .titlebar:not(headerbar).selection-mode button:backdrop,
+ .titlebar:not(headerbar).selection-mode button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
+ .titlebar:not(headerbar).selection-mode button.separator,
+ .titlebar:not(headerbar).selection-mode button .separator {
+ border: 1px solid currentColor;
+ color: rgba(196, 167, 231, 0.9); }
+ headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled,
+ .titlebar:not(headerbar).selection-mode button.separator:disabled,
+ .titlebar:not(headerbar).selection-mode button .separator:disabled {
+ color: rgba(196, 167, 231, 0.85); }
+ headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
+ .titlebar:not(headerbar).selection-mode button separator {
+ background-image: image(mix(#191724,#c4a7e7,0.9)); }
+ headerbar.selection-mode button.image-button,
+ .titlebar:not(headerbar).selection-mode button.image-button {
+ padding: 3px; }
+ headerbar.selection-mode viewswitcher button, headerbar.selection-mode viewswitcher button.nautilus-circular-button.image-button,
+ headerbar.selection-mode .linked > button,
+ .titlebar:not(headerbar).selection-mode viewswitcher button,
+ .titlebar:not(headerbar).selection-mode .linked > button {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ headerbar.selection-mode viewswitcher button:focus, headerbar.selection-mode viewswitcher button:hover,
+ headerbar.selection-mode .linked > button:focus,
+ headerbar.selection-mode .linked > button:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ headerbar.selection-mode viewswitcher button:active, headerbar.selection-mode viewswitcher button:active:hover, headerbar.selection-mode viewswitcher button:active:focus, headerbar.selection-mode viewswitcher button:active:hover:focus, headerbar.selection-mode viewswitcher button:checked, headerbar.selection-mode viewswitcher button:checked:hover, headerbar.selection-mode viewswitcher button:checked:focus, headerbar.selection-mode viewswitcher button:checked:hover:focus,
+ headerbar.selection-mode .linked > button:active,
+ headerbar.selection-mode .linked > button:active:hover,
+ headerbar.selection-mode .linked > button:active:focus,
+ headerbar.selection-mode .linked > button:active:hover:focus,
+ headerbar.selection-mode .linked > button:checked,
+ headerbar.selection-mode .linked > button:checked:hover,
+ headerbar.selection-mode .linked > button:checked:focus,
+ headerbar.selection-mode .linked > button:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ headerbar.selection-mode viewswitcher button:disabled,
+ headerbar.selection-mode .linked > button:disabled,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:disabled,
+ .titlebar:not(headerbar).selection-mode .linked > button:disabled {
+ box-shadow: inset -1px 0 #9a68d6; }
+ headerbar.selection-mode viewswitcher button:last-child, headerbar.selection-mode viewswitcher button:only-child,
+ headerbar.selection-mode .linked > button:last-child,
+ headerbar.selection-mode .linked > button:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ headerbar.selection-mode viewswitcher button:last-child:hover, headerbar.selection-mode viewswitcher button:only-child:hover,
+ headerbar.selection-mode .linked > button:last-child:hover,
+ headerbar.selection-mode .linked > button:only-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:last-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:only-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:last-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ headerbar.selection-mode viewswitcher button:disabled:last-child, headerbar.selection-mode viewswitcher button:disabled:only-child, headerbar.selection-mode viewswitcher button:active:disabled:last-child, headerbar.selection-mode viewswitcher button:active:disabled:only-child, headerbar.selection-mode viewswitcher button:checked:disabled:last-child, headerbar.selection-mode viewswitcher button:checked:disabled:only-child,
+ headerbar.selection-mode .linked > button:disabled:last-child,
+ headerbar.selection-mode .linked > button:disabled:only-child,
+ headerbar.selection-mode .linked > button:active:disabled:last-child,
+ headerbar.selection-mode .linked > button:active:disabled:only-child,
+ headerbar.selection-mode .linked > button:checked:disabled:last-child,
+ headerbar.selection-mode .linked > button:checked:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:only-child {
+ box-shadow: none; }
+ headerbar.selection-mode viewswitcher button:active:last-child, headerbar.selection-mode viewswitcher button:active:last-child:focus, headerbar.selection-mode viewswitcher button:active:last-child:hover, headerbar.selection-mode viewswitcher button:active:last-child:hover:focus, headerbar.selection-mode viewswitcher button:checked:last-child, headerbar.selection-mode viewswitcher button:checked:last-child:focus, headerbar.selection-mode viewswitcher button:checked:last-child:hover, headerbar.selection-mode viewswitcher button:checked:last-child:hover:focus,
+ headerbar.selection-mode .linked > button:active:last-child,
+ headerbar.selection-mode .linked > button:active:last-child:focus,
+ headerbar.selection-mode .linked > button:active:last-child:hover,
+ headerbar.selection-mode .linked > button:active:last-child:hover:focus,
+ headerbar.selection-mode .linked > button:checked:last-child,
+ headerbar.selection-mode .linked > button:checked:last-child:focus,
+ headerbar.selection-mode .linked > button:checked:last-child:hover,
+ headerbar.selection-mode .linked > button:checked:last-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ headerbar.selection-mode viewswitcher button:active:only-child, headerbar.selection-mode viewswitcher button:active:only-child:focus, headerbar.selection-mode viewswitcher button:active:only-child:hover, headerbar.selection-mode viewswitcher button:active:only-child:hover:focus, headerbar.selection-mode viewswitcher button:checked:only-child, headerbar.selection-mode viewswitcher button:checked:only-child:focus, headerbar.selection-mode viewswitcher button:checked:only-child:hover, headerbar.selection-mode viewswitcher button:checked:only-child:hover:focus,
+ headerbar.selection-mode .linked > button:active:only-child,
+ headerbar.selection-mode .linked > button:active:only-child:focus,
+ headerbar.selection-mode .linked > button:active:only-child:hover,
+ headerbar.selection-mode .linked > button:active:only-child:hover:focus,
+ headerbar.selection-mode .linked > button:checked:only-child,
+ headerbar.selection-mode .linked > button:checked:only-child:focus,
+ headerbar.selection-mode .linked > button:checked:only-child:hover,
+ headerbar.selection-mode .linked > button:checked:only-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:focus,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:hover,
+ .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:focus,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover,
+ .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ headerbar.selection-mode box button.image-button,
+ .titlebar:not(headerbar).selection-mode box button.image-button {
+ padding: 3px 7px; }
+ headerbar.selection-mode separator, headerbar.selection-mode separator:disabled,
+ .titlebar:not(headerbar).selection-mode separator,
+ .titlebar:not(headerbar).selection-mode separator:disabled {
+ color: #7133bc;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button,
+ .titlebar:not(headerbar).selection-mode button {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ headerbar.selection-mode button:disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ headerbar.selection-mode button.flat,
+ .titlebar:not(headerbar).selection-mode button.flat {
+ color: #191724;
+ border-color: rgba(196, 167, 231, 0);
+ background-color: rgba(196, 167, 231, 0);
+ background-image: none;
+ box-shadow: none; }
+ headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover,
+ .titlebar:not(headerbar).selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:hover {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
+ .titlebar:not(headerbar).selection-mode button:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:active,
+ .titlebar:not(headerbar).selection-mode button:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button:hover:checked,
+ .titlebar:not(headerbar).selection-mode button:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus {
+ background-color: #ceb7eb;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
+ .titlebar:not(headerbar).selection-mode button:focus:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover {
+ background-color: #d9c6f0;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
+ .titlebar:not(headerbar).selection-mode button:checked,
+ .titlebar:not(headerbar).selection-mode button:active,
+ .titlebar:not(headerbar).selection-mode button.flat:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:active,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active,
+ .titlebar:not(headerbar).selection-mode button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active:active,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active,
+ .titlebar:not(headerbar).selection-mode button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button:active:checked,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked,
+ .titlebar:not(headerbar).selection-mode button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus,
+ .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
+ .titlebar:not(headerbar).selection-mode button:checked:focus,
+ .titlebar:not(headerbar).selection-mode button:checked:hover,
+ .titlebar:not(headerbar).selection-mode button:active:focus,
+ .titlebar:not(headerbar).selection-mode button:active:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:active:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
+ .titlebar:not(headerbar).selection-mode button:focus,
+ .titlebar:not(headerbar).selection-mode button:hover,
+ .titlebar:not(headerbar).selection-mode button.flat:focus,
+ .titlebar:not(headerbar).selection-mode button.flat:hover {
+ color: #191724; }
+ headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled {
+ background-color: alpha(mix(#c4a7e7,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#c4a7e7,#191724,0.6);
+ box-shadow: none; }
+ headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled {
+ color: mix(#c4a7e7,#191724,0.6); }
+ headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:active:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled,
+ .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop,
+ .titlebar:not(headerbar).selection-mode button:backdrop,
+ .titlebar:not(headerbar).selection-mode button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
+ .titlebar:not(headerbar).selection-mode button.separator,
+ .titlebar:not(headerbar).selection-mode button .separator {
+ border: 1px solid currentColor;
+ color: rgba(196, 167, 231, 0.9); }
+ headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled,
+ .titlebar:not(headerbar).selection-mode button.separator:disabled,
+ .titlebar:not(headerbar).selection-mode button .separator:disabled {
+ color: rgba(196, 167, 231, 0.85); }
+ headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
+ .titlebar:not(headerbar).selection-mode button separator {
+ background-image: image(mix(#191724,#c4a7e7,0.9)); }
+ headerbar.selection-mode:backdrop,
+ .titlebar:not(headerbar).selection-mode:backdrop {
+ background-color: #c4a7e7;
+ background-image: none; }
+ headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu,
+ .titlebar:not(headerbar).selection-mode .selection-menu:backdrop,
+ .titlebar:not(headerbar).selection-mode .selection-menu {
+ color: #9a68d6;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none;
+ border: 0; }
+ headerbar.selection-mode .selection-menu:backdrop:hover, headerbar.selection-mode .selection-menu:hover,
+ .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:hover,
+ .titlebar:not(headerbar).selection-mode .selection-menu:hover {
+ color: #8549cd; }
+ headerbar.selection-mode .selection-menu:backdrop:active, headerbar.selection-mode .selection-menu:active,
+ .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:active,
+ .titlebar:not(headerbar).selection-mode .selection-menu:active {
+ color: #9059d2; }
+ headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow,
+ .titlebar:not(headerbar).selection-mode .selection-menu:backdrop .arrow,
+ .titlebar:not(headerbar).selection-mode .selection-menu .arrow {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ color: rgba(25, 23, 36, 0.5);
+ -gtk-icon-shadow: none; }
+ headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label,
+ .titlebar:not(headerbar).selection-mode .dim-label,
+ .titlebar:not(headerbar).selection-mode label.separator, .selection-menu .titlebar:not(headerbar).selection-mode .dim-label {
+ color: #8549cd; }
+
+/**********
+ ! Calendar
+***********/
+calendar {
+ padding: 1px 3px;
+ outline-offset: -1px;
+ color: #c5c3ce; }
+ calendar:selected {
+ border-radius: 2px; }
+ calendar.header {
+ border-bottom: 1px solid rgba(86, 86, 107, 0.1);
+ border-radius: 0; }
+ calendar.header:backdrop {
+ border-color: rgba(86, 86, 107, 0.1); }
+ calendar.button {
+ color: rgba(240, 240, 243, 0.55); }
+ calendar.button:hover {
+ color: #f0f0f3; }
+ calendar.button:backdrop {
+ color: alpha(mix(#f0f0f3,#1f1d2e,0.5),0.55); }
+ calendar.button:disabled {
+ color: alpha(mix(#f0f0f3,#1f1d2e,0.5),0.55); }
+ calendar:indeterminate, calendar:indeterminate:backdrop {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ calendar.highlight, calendar.highlight:backdrop {
+ font-size: smaller;
+ color: mix(#c4a7e7,#f0f0f3,0.5); }
+ calendar:backdrop {
+ color: mix(#26233a,#c5c3ce,0.8); }
+
+/* gnome-calendar */
+.calendar-view {
+ background-color: #26233a;
+ color: #c5c3ce; }
+
+/***************
+ ! Color chooser
+****************/
+colorswatch:drop(active), colorswatch {
+ border-style: none; }
+
+colorswatch.top {
+ border-top-left-radius: 2.5px;
+ border-top-right-radius: 2.5px; }
+ colorswatch.top overlay {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+colorswatch.bottom {
+ border-bottom-left-radius: 2.5px;
+ border-bottom-right-radius: 2.5px; }
+ colorswatch.bottom overlay {
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px; }
+
+colorswatch.left, colorswatch:first-child:not(.top) {
+ border-top-left-radius: 2.5px;
+ border-bottom-left-radius: 2.5px; }
+ colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px; }
+
+colorswatch.right, colorswatch:last-child:not(.bottom) {
+ border-top-right-radius: 2.5px;
+ border-bottom-right-radius: 2.5px; }
+ colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px; }
+
+colorswatch.dark overlay {
+ color: #191724; }
+ colorswatch.dark overlay:hover {
+ border-color: rgba(86, 86, 107, 0.8); }
+ colorswatch.dark overlay:backdrop {
+ color: mix(#c4a7e7,#191724,0.66); }
+
+colorswatch.light overlay {
+ color: #c5c3ce; }
+ colorswatch.light overlay:hover {
+ border-color: rgba(86, 86, 107, 0.5); }
+ colorswatch.light overlay:backdrop {
+ color: mix(#26233a,#c5c3ce,0.8); }
+
+colorswatch:drop(active) {
+ box-shadow: none; }
+ colorswatch:drop(active).light overlay {
+ border-color: #c4a7e7;
+ box-shadow: inset 0 0 0 2px #b18bdf, inset 0 0 0 1px #c4a7e7; }
+ colorswatch:drop(active).dark overlay {
+ border-color: #c4a7e7;
+ box-shadow: inset 0 0 0 2px rgba(86, 86, 107, 0.3), inset 0 0 0 1px #c4a7e7; }
+
+colorswatch overlay {
+ border: 1px solid rgba(86, 86, 107, 0.3); }
+ colorswatch overlay:hover {
+ box-shadow: inset 0 1px rgba(32, 30, 48, 0.4), inset 0 -1px rgba(86, 86, 107, 0.2); }
+ colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover {
+ border-color: rgba(86, 86, 107, 0.3);
+ box-shadow: none; }
+
+colorswatch:disabled {
+ opacity: .5; }
+ colorswatch:disabled overlay {
+ border-color: rgba(86, 86, 107, 0.6);
+ box-shadow: none; }
+
+row:selected colorswatch {
+ box-shadow: 0 0 0 2px #191724; }
+
+colorswatch#add-color-button {
+ border-radius: 2px 2px 0 0; }
+ colorswatch#add-color-button:only-child {
+ border-radius: 2px; }
+ colorswatch#add-color-button overlay {
+ background-color: #1d1c2c;
+ color: #f0f0f3; }
+ colorswatch#add-color-button overlay:hover {
+ background-color: #1c1a29; }
+ colorswatch#add-color-button overlay:backdrop {
+ background-color: #1d1c2c; }
+
+colorswatch#editor-color-sample {
+ border-radius: 2px; }
+ colorswatch#editor-color-sample overlay {
+ border-radius: 2.5px; }
+
+button.color, button.color.nautilus-circular-button.image-button {
+ padding: 3px; }
+ button.color colorswatch:only-child, button.color colorswatch:only-child overlay {
+ border-radius: 2px; }
+ button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child {
+ box-shadow: none; }
+
+/***********************
+! Font and file choosers
+************************/
+filechooser {
+ /* for fallback when header bar not used */ }
+ filechooser .dialog-action-box {
+ border-top: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ filechooser .dialog-action-box:backdrop {
+ border-top-color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9); }
+ filechooser #pathbarbox {
+ border-bottom: 1px solid mix(#1f1d2e,#f0f0f3,0.18);
+ background-color: #1f1d2e; }
+
+filechooserbutton:drop(active) {
+ box-shadow: none;
+ border-color: transparent; }
+
+/******************
+ ! Grid and flowbox
+*******************/
+widget:active {
+ background-color: mix(#c4a7e7,#26233a,0.5); }
+
+list {
+ color: #c5c3ce;
+ background-color: #26233a;
+ border-color: mix(#1f1d2e,#f0f0f3,0.18); }
+ list:backdrop {
+ background-color: #26233a;
+ border-color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9); }
+ list row {
+ padding: 3px; }
+
+row {
+ transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
+ row:hover {
+ transition: none; }
+ row:backdrop {
+ transition: 200ms ease-out; }
+ row.activatable.has-open-popup, row.activatable:hover {
+ background-color: rgba(240, 240, 243, 0.05); }
+ row.activatable:active {
+ box-shadow: inset 0 2px 2px -2px rgba(86, 86, 107, 0.2); }
+ row.activatable:backdrop:hover {
+ background-color: transparent; }
+ row.activatable:selected:active {
+ box-shadow: inset 0 2px 3px -1px rgba(86, 86, 107, 0.5); }
+ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
+ background-color: mix(#c4a7e7,#f0f0f3,0.1); }
+ row.activatable:selected:backdrop {
+ background-color: #c4a7e7; }
+
+flowbox flowboxchild {
+ padding: 3px;
+ border-radius: 2px; }
+ flowbox flowboxchild:selected {
+ outline-offset: -2px; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Infobar
+**********/
+infobar {
+ border: 0; }
+ infobar.info, infobar.info:backdrop {
+ background-color: #9ccfd8;
+ background-image: none;
+ border: 1px solid #67b5c3;
+ caret-color: currentColor; }
+ infobar.info label, infobar.info, infobar.info:backdrop label, infobar.info:backdrop {
+ color: #191724; }
+ infobar.info button, infobar.info button.nautilus-circular-button.image-button {
+ background-color: #9ccfd8;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ infobar.info button:focus, infobar.info button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.info button:active, infobar.info button:active:hover, infobar.info button:active:focus, infobar.info button:active:hover:focus, infobar.info button:checked, infobar.info button:checked:hover, infobar.info button:checked:focus, infobar.info button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.info button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.info button:active:disabled, infobar.info button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:hover, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked:hover, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > infobar.info button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.info button, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.info button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ infobar.info button.flat {
+ color: #191724;
+ border-color: rgba(156, 207, 216, 0);
+ background-color: rgba(156, 207, 216, 0);
+ background-image: none;
+ box-shadow: none; }
+ infobar.info button:hover, infobar.info button.flat:hover {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ infobar.info button:hover:focus, infobar.info button:hover:hover, infobar.info button.flat:hover:focus, infobar.info button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.info button:hover:active, infobar.info button:hover:active:focus, infobar.info button.flat:hover:active:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:focus, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.info button:hover:active:disabled, infobar.info button:hover:checked:disabled, infobar.info button.flat:hover:active:disabled, infobar.info button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.info button:focus, infobar.info button.flat:focus {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ infobar.info button:focus:hover, infobar.info button.flat:focus:hover {
+ background-color: #b7dce3;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.info button:focus:hover:active, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:focus, infobar.info button:focus:hover:checked, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.info button:focus:hover:active:disabled, infobar.info button:focus:hover:checked:disabled, infobar.info button.flat:focus:hover:active:disabled, infobar.info button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.info button:checked, infobar.info button:active, infobar.info button.flat:checked, infobar.info button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.info button:active:checked, infobar.info button:active:checked:hover, infobar.info button:active:checked:focus, infobar.info button:active:checked:hover:focus, infobar.info button.flat:active:checked, infobar.info button.flat:active:checked:hover, infobar.info button.flat:active:checked:focus, infobar.info button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.info button:active:checked:disabled, infobar.info button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover {
+ color: #191724; }
+ infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled {
+ background-color: alpha(mix(#9ccfd8,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#9ccfd8,#191724,0.6);
+ box-shadow: none; }
+ infobar.info button:disabled:disabled :disabled, infobar.info button.flat:disabled:disabled :disabled {
+ color: mix(#9ccfd8,#191724,0.6); }
+ infobar.info button:active:disabled, infobar.info button:checked:disabled, infobar.info button.flat:active:disabled, infobar.info button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ infobar.info button:active:disabled :disabled, infobar.info button:checked:disabled :disabled, infobar.info button.flat:active:disabled :disabled, infobar.info button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ infobar.info button:backdrop, infobar.info button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ infobar.info button.separator, infobar.info button .separator {
+ border: 1px solid currentColor;
+ color: rgba(156, 207, 216, 0.9); }
+ infobar.info button.separator:disabled, infobar.info button .separator:disabled {
+ color: rgba(156, 207, 216, 0.85); }
+ infobar.info button separator, infobar.info button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#191724,#9ccfd8,0.9)); }
+ infobar.warning, infobar.warning:backdrop {
+ background-color: #f6c177;
+ background-image: none;
+ border: 1px solid #f1a233;
+ caret-color: currentColor; }
+ infobar.warning label, infobar.warning, infobar.warning:backdrop label, infobar.warning:backdrop {
+ color: #191724; }
+ infobar.warning button, infobar.warning button.nautilus-circular-button.image-button {
+ background-color: #f6c177;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ infobar.warning button:focus, infobar.warning button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.warning button:active, infobar.warning button:active:hover, infobar.warning button:active:focus, infobar.warning button:active:hover:focus, infobar.warning button:checked, infobar.warning button:checked:hover, infobar.warning button:checked:focus, infobar.warning button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.warning button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.warning button:active:disabled, infobar.warning button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:hover, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > infobar.warning button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ infobar.warning button.flat {
+ color: #191724;
+ border-color: rgba(246, 193, 119, 0);
+ background-color: rgba(246, 193, 119, 0);
+ background-image: none;
+ box-shadow: none; }
+ infobar.warning button:hover, infobar.warning button.flat:hover {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.warning button:hover:active, infobar.warning button:hover:active:focus, infobar.warning button.flat:hover:active:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:focus, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.warning button:hover:active:disabled, infobar.warning button:hover:checked:disabled, infobar.warning button.flat:hover:active:disabled, infobar.warning button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.warning button:focus, infobar.warning button.flat:focus {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover {
+ background-color: #f8d199;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.warning button:focus:hover:active, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button:focus:hover:checked, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.warning button:focus:hover:active:disabled, infobar.warning button:focus:hover:checked:disabled, infobar.warning button.flat:focus:hover:active:disabled, infobar.warning button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.warning button:checked, infobar.warning button:active, infobar.warning button.flat:checked, infobar.warning button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.warning button:active:checked, infobar.warning button:active:checked:hover, infobar.warning button:active:checked:focus, infobar.warning button:active:checked:hover:focus, infobar.warning button.flat:active:checked, infobar.warning button.flat:active:checked:hover, infobar.warning button.flat:active:checked:focus, infobar.warning button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.warning button:active:checked:disabled, infobar.warning button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover {
+ color: #191724; }
+ infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled {
+ background-color: alpha(mix(#f6c177,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#f6c177,#191724,0.6);
+ box-shadow: none; }
+ infobar.warning button:disabled:disabled :disabled, infobar.warning button.flat:disabled:disabled :disabled {
+ color: mix(#f6c177,#191724,0.6); }
+ infobar.warning button:active:disabled, infobar.warning button:checked:disabled, infobar.warning button.flat:active:disabled, infobar.warning button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ infobar.warning button:active:disabled :disabled, infobar.warning button:checked:disabled :disabled, infobar.warning button.flat:active:disabled :disabled, infobar.warning button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ infobar.warning button:backdrop, infobar.warning button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ infobar.warning button.separator, infobar.warning button .separator {
+ border: 1px solid currentColor;
+ color: rgba(246, 193, 119, 0.9); }
+ infobar.warning button.separator:disabled, infobar.warning button .separator:disabled {
+ color: rgba(246, 193, 119, 0.85); }
+ infobar.warning button separator, infobar.warning button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#191724,#f6c177,0.9)); }
+ infobar.question, infobar.question:backdrop {
+ background-color: #9ccfd8;
+ background-image: none;
+ border: 1px solid #67b5c3;
+ caret-color: currentColor; }
+ infobar.question label, infobar.question, infobar.question:backdrop label, infobar.question:backdrop {
+ color: #191724; }
+ infobar.question button, infobar.question button.nautilus-circular-button.image-button {
+ background-color: #9ccfd8;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ infobar.question button:focus, infobar.question button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.question button:active, infobar.question button:active:hover, infobar.question button:active:focus, infobar.question button:active:hover:focus, infobar.question button:checked, infobar.question button:checked:hover, infobar.question button:checked:focus, infobar.question button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.question button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.question button:active:disabled, infobar.question button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:hover, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked:hover, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > infobar.question button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.question button, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.question button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ infobar.question button.flat {
+ color: #191724;
+ border-color: rgba(156, 207, 216, 0);
+ background-color: rgba(156, 207, 216, 0);
+ background-image: none;
+ box-shadow: none; }
+ infobar.question button:hover, infobar.question button.flat:hover {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ infobar.question button:hover:focus, infobar.question button:hover:hover, infobar.question button.flat:hover:focus, infobar.question button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.question button:hover:active, infobar.question button:hover:active:focus, infobar.question button.flat:hover:active:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:focus, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.question button:hover:active:disabled, infobar.question button:hover:checked:disabled, infobar.question button.flat:hover:active:disabled, infobar.question button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.question button:focus, infobar.question button.flat:focus {
+ background-color: #a9d5dd;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ infobar.question button:focus:hover, infobar.question button.flat:focus:hover {
+ background-color: #b7dce3;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.question button:focus:hover:active, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:focus, infobar.question button:focus:hover:checked, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.question button:focus:hover:active:disabled, infobar.question button:focus:hover:checked:disabled, infobar.question button.flat:focus:hover:active:disabled, infobar.question button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.question button:checked, infobar.question button:active, infobar.question button.flat:checked, infobar.question button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.question button:active:checked, infobar.question button:active:checked:hover, infobar.question button:active:checked:focus, infobar.question button:active:checked:hover:focus, infobar.question button.flat:active:checked, infobar.question button.flat:active:checked:hover, infobar.question button.flat:active:checked:focus, infobar.question button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.question button:active:checked:disabled, infobar.question button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover {
+ color: #191724; }
+ infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled {
+ background-color: alpha(mix(#9ccfd8,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#9ccfd8,#191724,0.6);
+ box-shadow: none; }
+ infobar.question button:disabled:disabled :disabled, infobar.question button.flat:disabled:disabled :disabled {
+ color: mix(#9ccfd8,#191724,0.6); }
+ infobar.question button:active:disabled, infobar.question button:checked:disabled, infobar.question button.flat:active:disabled, infobar.question button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ infobar.question button:active:disabled :disabled, infobar.question button:checked:disabled :disabled, infobar.question button.flat:active:disabled :disabled, infobar.question button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ infobar.question button:backdrop, infobar.question button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ infobar.question button.separator, infobar.question button .separator {
+ border: 1px solid currentColor;
+ color: rgba(156, 207, 216, 0.9); }
+ infobar.question button.separator:disabled, infobar.question button .separator:disabled {
+ color: rgba(156, 207, 216, 0.85); }
+ infobar.question button separator, infobar.question button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#191724,#9ccfd8,0.9)); }
+ infobar.error, infobar.error:backdrop {
+ background-color: #eb6f92;
+ background-image: none;
+ border: 1px solid #e33264;
+ caret-color: currentColor; }
+ infobar.error label, infobar.error, infobar.error:backdrop label, infobar.error:backdrop {
+ color: #191724; }
+ infobar.error button, infobar.error button.nautilus-circular-button.image-button {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ infobar.error button:focus, infobar.error button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.error button:active, infobar.error button:active:hover, infobar.error button:active:focus, infobar.error button:active:hover:focus, infobar.error button:checked, infobar.error button:checked:hover, infobar.error button:checked:focus, infobar.error button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.error button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.error button:active:disabled, infobar.error button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:hover, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked:hover, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > infobar.error button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.error button, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.error button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ infobar.error button.flat {
+ color: #191724;
+ border-color: rgba(235, 111, 146, 0);
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ infobar.error button:hover, infobar.error button.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.error button:hover:active, infobar.error button:hover:active:focus, infobar.error button.flat:hover:active:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:focus, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.error button:hover:active:disabled, infobar.error button:hover:checked:disabled, infobar.error button.flat:hover:active:disabled, infobar.error button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.error button:focus, infobar.error button.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ infobar.error button:focus:hover, infobar.error button.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ infobar.error button:focus:hover:active, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:focus, infobar.error button:focus:hover:checked, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ infobar.error button:focus:hover:active:disabled, infobar.error button:focus:hover:checked:disabled, infobar.error button.flat:focus:hover:active:disabled, infobar.error button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ infobar.error button:checked, infobar.error button:active, infobar.error button.flat:checked, infobar.error button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ infobar.error button:active:checked, infobar.error button:active:checked:hover, infobar.error button:active:checked:focus, infobar.error button:active:checked:hover:focus, infobar.error button.flat:active:checked, infobar.error button.flat:active:checked:hover, infobar.error button.flat:active:checked:focus, infobar.error button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ infobar.error button:active:checked:disabled, infobar.error button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover {
+ color: #191724; }
+ infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ infobar.error button:disabled:disabled :disabled, infobar.error button.flat:disabled:disabled :disabled {
+ color: mix(#eb6f92,#191724,0.6); }
+ infobar.error button:active:disabled, infobar.error button:checked:disabled, infobar.error button.flat:active:disabled, infobar.error button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ infobar.error button:active:disabled :disabled, infobar.error button:checked:disabled :disabled, infobar.error button.flat:active:disabled :disabled, infobar.error button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ infobar.error button:backdrop, infobar.error button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ infobar.error button.separator, infobar.error button .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ infobar.error button.separator:disabled, infobar.error button .separator:disabled {
+ color: rgba(235, 111, 146, 0.85); }
+ infobar.error button separator, infobar.error button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#191724,#eb6f92,0.9)); }
+
+/*********
+ ! Entry *
+**********/
+.linked:not(.vertical) > entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0; }
+ .linked:not(.vertical) > entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ .linked:not(.vertical) > entry:first-child:dir(rtl) {
+ border-left-width: 0;
+ border-right-width: 1px; }
+ .linked:not(.vertical) > entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .linked:not(.vertical) > entry:last-child:dir(rtl) {
+ border-left-width: 1px;
+ border-right-width: 0; }
+ .linked:not(.vertical) > entry:only-child {
+ border-width: 1px; }
+ .linked:not(.vertical) > entry:only-child {
+ border-radius: 2px; }
+
+.linked.vertical > entry {
+ border-width: 1px;
+ border-radius: 0;
+ border-top-width: 0;
+ border-bottom-width: 0; }
+ .linked.vertical > entry:first-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-top-width: 1px;
+ border-bottom-width: 0;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+ .linked.vertical > entry:first-child:dir(rtl) {
+ border-top-width: 0;
+ border-bottom-width: 1px; }
+ .linked.vertical > entry:last-child {
+ border-width: 1px;
+ border-radius: 2px;
+ border-top-width: 0;
+ border-bottom-width: 1px;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+ .linked.vertical > entry:last-child:dir(rtl) {
+ border-top-width: 1px;
+ border-bottom-width: 0; }
+ .linked.vertical > entry:only-child {
+ border-width: 1px; }
+ .linked.vertical > entry:only-child {
+ border-radius: 2px; }
+
+#login_window entry, .osd entry,
+#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry {
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 2px;
+ transition: border 100ms ease-out;
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.1), inset 0 1px rgba(43, 43, 54, 0.12), inset -1px 0 rgba(43, 43, 54, 0.1), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ #login_window entry:focus,
+ #XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
+ #XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
+ #XfceNotifyWindow entry:active, popover.background entry:active, entry:active {
+ transition: border 100ms ease-in; }
+ #login_window entry:selected,
+ #XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ #login_window entry:disabled,
+ #XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
+ box-shadow: none; }
+ #login_window entry progress, .osd entry progress,
+ #XfceNotifyWindow entry progress, popover.background entry progress, entry progress {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-width: 0;
+ border-radius: 2px;
+ color: #191724; }
+ #login_window entry image.left,
+ #XfceNotifyWindow entry image.left, entry image.left {
+ padding-right: 3px; }
+ #login_window entry image.right,
+ #XfceNotifyWindow entry image.right, entry image.right {
+ padding-left: 3px; }
+ #login_window entry.warning,
+ #XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
+ color: #191724;
+ border-color: #f1a233;
+ background-color: mix(#26233a,#f6c177,0.6); }
+ #login_window entry.warning image,
+ #XfceNotifyWindow entry.warning image, entry.warning image {
+ color: #191724; }
+ #login_window entry.warning:focus,
+ #XfceNotifyWindow entry.warning:focus, entry.warning:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#f6c177,0.3);
+ background-color: #f6c177;
+ box-shadow: none; }
+ #login_window entry.warning selection,
+ #XfceNotifyWindow entry.warning selection, entry.warning selection {
+ background-color: #191724;
+ color: #f6c177; }
+ #login_window entry.error,
+ #XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
+ color: #191724;
+ border-color: #e33264;
+ background-color: mix(#26233a,#eb6f92,0.6); }
+ #login_window entry.error image,
+ #XfceNotifyWindow entry.error image, entry.error image {
+ color: #191724; }
+ #login_window entry.error:focus,
+ #XfceNotifyWindow entry.error:focus, entry.error:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#eb6f92,0.3);
+ background-color: #eb6f92;
+ box-shadow: none; }
+ #login_window entry.error selection,
+ #XfceNotifyWindow entry.error selection, entry.error selection {
+ background-color: #191724;
+ color: #eb6f92; }
+ #login_window entry.search-missing,
+ #XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
+ color: #191724;
+ border-color: #e33264;
+ background-color: mix(#26233a,#eb6f92,0.6); }
+ #login_window entry.search-missing image,
+ #XfceNotifyWindow entry.search-missing image, entry.search-missing image {
+ color: #191724; }
+ #login_window entry.search-missing:focus,
+ #XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus {
+ color: #191724;
+ border-color: mix(#c4a7e7,#eb6f92,0.3);
+ background-color: #eb6f92;
+ box-shadow: none; }
+ #login_window entry.search-missing selection,
+ #XfceNotifyWindow entry.search-missing selection, entry.search-missing selection {
+ background-color: #191724;
+ color: #eb6f92; }
+
+/*********
+ ! Menubar
+**********/
+menubar, .menubar {
+ -GtkWidget-window-dragging: true;
+ padding: 0;
+ border: 0;
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4; }
+ menubar > menuitem, .menubar > menuitem {
+ min-height: 16px;
+ padding: 5px 7px;
+ border: 1px solid transparent;
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ menubar > menuitem:hover, .menubar > menuitem:hover {
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+ menubar > menuitem *:hover, .menubar > menuitem *:hover {
+ color: #fafafd; }
+
+/******
+ ! Menu
+*******/
+menu,
+.menu,
+.context-menu {
+ border-radius: 0;
+ padding: 3px;
+ background-color: #191724;
+ color: #e0def4;
+ border: 1px solid mix(#191724,#e0def4,0.21); }
+ .csd menu, .csd .menu, .csd .context-menu {
+ border: 0; }
+ menu:selected,
+ .menu:selected,
+ .context-menu:selected {
+ background-color: #c4a7e7;
+ color: #191724; }
+ menu separator, .csd menu separator,
+ .menu separator, .csd .menu separator,
+ .context-menu separator, .csd .context-menu separator {
+ background-image: image(mix(#191724,#e0def4,0.18));
+ margin: 1px 0; }
+ menu .separator, .csd menu .separator,
+ .menu .separator, .csd .menu .separator,
+ .context-menu .separator, .csd .context-menu .separator {
+ color: mix(#191724,#e0def4,0.18); }
+ menu menuitem,
+ .menu menuitem,
+ .context-menu menuitem {
+ min-height: 16px;
+ min-width: 40px;
+ padding: 5px;
+ border-radius: 0; }
+ menu menuitem:active, menu menuitem:hover,
+ .menu menuitem:active,
+ .menu menuitem:hover,
+ .context-menu menuitem:active,
+ .context-menu menuitem:hover {
+ border: 0;
+ background-color: #c4a7e7;
+ background-image: none;
+ color: #191724; }
+ menu menuitem:active accelerator, menu menuitem:hover accelerator,
+ .menu menuitem:active accelerator,
+ .menu menuitem:hover accelerator,
+ .context-menu menuitem:active accelerator,
+ .context-menu menuitem:hover accelerator {
+ color: rgba(25, 23, 36, 0.6); }
+ menu menuitem *:active, menu menuitem *:hover,
+ .menu menuitem *:active,
+ .menu menuitem *:hover,
+ .context-menu menuitem *:active,
+ .context-menu menuitem *:hover {
+ color: #191724; }
+ menu menuitem:disabled, menu menuitem *:disabled,
+ .menu menuitem:disabled,
+ .menu menuitem *:disabled,
+ .context-menu menuitem:disabled,
+ .context-menu menuitem *:disabled {
+ color: mix(#e0def4,#191724,0.5); }
+ menu menuitem arrow,
+ .menu menuitem arrow,
+ .context-menu menuitem arrow {
+ min-height: 16px;
+ min-width: 16px; }
+ menu menuitem arrow:dir(ltr),
+ .menu menuitem arrow:dir(ltr),
+ .context-menu menuitem arrow:dir(ltr) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+ margin-left: 10px; }
+ menu menuitem arrow:dir(rtl),
+ .menu menuitem arrow:dir(rtl),
+ .context-menu menuitem arrow:dir(rtl) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
+ margin-right: 10px; }
+ menu menuitem.button, menu menuitem.button:focus, menu menuitem.button:active, menu menuitem.button:disabled, menu menuitem.button:active:disabled, menu menuitem.button.flat, menu menuitem.button.flat:focus, menu menuitem.button.flat:active, menu menuitem.button.flat:disabled, menu menuitem.button.flat:active:disabled,
+ .menu menuitem.button,
+ .menu menuitem.button:focus,
+ .menu menuitem.button:active,
+ .menu menuitem.button:disabled,
+ .menu menuitem.button:active:disabled,
+ .menu menuitem.button.flat,
+ .menu menuitem.button.flat:focus,
+ .menu menuitem.button.flat:active,
+ .menu menuitem.button.flat:disabled,
+ .menu menuitem.button.flat:active:disabled,
+ .context-menu menuitem.button,
+ .context-menu menuitem.button:focus,
+ .context-menu menuitem.button:active,
+ .context-menu menuitem.button:disabled,
+ .context-menu menuitem.button:active:disabled,
+ .context-menu menuitem.button.flat,
+ .context-menu menuitem.button.flat:focus,
+ .context-menu menuitem.button.flat:active,
+ .context-menu menuitem.button.flat:disabled,
+ .context-menu menuitem.button.flat:active:disabled {
+ background-color: transparent;
+ background-image: none;
+ border: 0;
+ box-shadow: none;
+ color: currentColor; }
+ menu menuitem.button:hover, menu menuitem.button:focus:hover, menu menuitem.button:active:hover, menu menuitem.button:selected, menu menuitem.button.flat:hover, menu menuitem.button.flat:focus:hover, menu menuitem.button.flat:active:hover, menu menuitem.button.flat:selected,
+ .menu menuitem.button:hover,
+ .menu menuitem.button:focus:hover,
+ .menu menuitem.button:active:hover,
+ .menu menuitem.button:selected,
+ .menu menuitem.button.flat:hover,
+ .menu menuitem.button.flat:focus:hover,
+ .menu menuitem.button.flat:active:hover,
+ .menu menuitem.button.flat:selected,
+ .context-menu menuitem.button:hover,
+ .context-menu menuitem.button:focus:hover,
+ .context-menu menuitem.button:active:hover,
+ .context-menu menuitem.button:selected,
+ .context-menu menuitem.button.flat:hover,
+ .context-menu menuitem.button.flat:focus:hover,
+ .context-menu menuitem.button.flat:active:hover,
+ .context-menu menuitem.button.flat:selected {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ menu menuitem calendar,
+ .menu menuitem calendar,
+ .context-menu menuitem calendar {
+ color: #e0def4; }
+ menu menuitem calendar.header,
+ .menu menuitem calendar.header,
+ .context-menu menuitem calendar.header {
+ border-bottom: 1px solid #171520;
+ border-radius: 0; }
+ menu menuitem calendar.header:backdrop,
+ .menu menuitem calendar.header:backdrop,
+ .context-menu menuitem calendar.header:backdrop {
+ border-color: #171520; }
+ menu menuitem calendar.button,
+ .menu menuitem calendar.button,
+ .context-menu menuitem calendar.button {
+ color: rgba(224, 222, 244, 0.55); }
+ menu menuitem calendar.button:hover,
+ .menu menuitem calendar.button:hover,
+ .context-menu menuitem calendar.button:hover {
+ color: #e0def4; }
+ menu menuitem calendar:indeterminate, menu menuitem calendar:indeterminate:backdrop,
+ .menu menuitem calendar:indeterminate,
+ .menu menuitem calendar:indeterminate:backdrop,
+ .context-menu menuitem calendar:indeterminate,
+ .context-menu menuitem calendar:indeterminate:backdrop {
+ color: mix(#e0def4,#191724,0.5); }
+ menu menuitem label:dir(rtl), menu menuitem label:dir(ltr),
+ .menu menuitem label:dir(rtl),
+ .menu menuitem label:dir(ltr),
+ .context-menu menuitem label:dir(rtl),
+ .context-menu menuitem label:dir(ltr) {
+ color: inherit; }
+ menu > arrow,
+ .menu > arrow,
+ .context-menu > arrow {
+ min-height: 16px;
+ min-width: 16px;
+ padding: 3px;
+ background-color: #191724;
+ border-radius: 0; }
+ menu > arrow.top,
+ .menu > arrow.top,
+ .context-menu > arrow.top {
+ margin-top: -6px;
+ border-bottom: 1px solid mix(#191724,#e0def4,0.18);
+ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
+ menu > arrow.bottom,
+ .menu > arrow.bottom,
+ .context-menu > arrow.bottom {
+ margin-bottom: -6px;
+ border-top: 1px solid mix(#191724,#e0def4,0.18);
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+ menu > arrow:hover,
+ .menu > arrow:hover,
+ .context-menu > arrow:hover {
+ background-color: mix(#191724,#e0def4,0.1); }
+ menu > arrow:backdrop,
+ .menu > arrow:backdrop,
+ .context-menu > arrow:backdrop {
+ background-color: #26233a; }
+ menu > arrow:disabled,
+ .menu > arrow:disabled,
+ .context-menu > arrow:disabled {
+ color: transparent;
+ background-color: transparent;
+ border-color: transparent; }
+
+.context-menu {
+ font: initial; }
+
+.monospace {
+ font-family: monospace; }
+
+menuitem accelerator {
+ color: rgba(224, 222, 244, 0.6); }
+ menuitem accelerator:hover {
+ color: rgba(25, 23, 36, 0.8); }
+ menuitem accelerator:disabled {
+ color: alpha(mix(#e0def4,#191724,0.5),0.4); }
+
+menuitem check, menuitem radio {
+ min-height: 16px;
+ min-width: 16px; }
+ menuitem check:dir(ltr), menuitem radio:dir(ltr) {
+ margin-right: 7px; }
+ menuitem check:dir(rtl), menuitem radio:dir(rtl) {
+ margin-left: 7px; }
+
+menuitem window decoration {
+ box-shadow: 0 2px 3px rgba(86, 86, 107, 0.2); }
+
+menuitem entry {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.8);
+ padding: 5px 3.4285714286px;
+ color: #e0def4;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ menuitem entry:focus, menuitem entry:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.7),0.3); }
+ menuitem entry:active, menuitem entry:active:hover, menuitem entry:active:focus, menuitem entry:active:hover:focus, menuitem entry:checked, menuitem entry:checked:hover, menuitem entry:checked:focus, menuitem entry:checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.32); }
+ menuitem entry:disabled {
+ border-color: mix(#e0def4,#191724,0.84); }
+ menuitem entry:active:disabled, menuitem entry:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.8); }
+ menuitem entry:focus, menuitem entry:active {
+ border-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3); }
+ menuitem entry:disabled {
+ background-color: mix(#191724,#e0def4,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#191724,#e0def4,0.9); }
+
+/*********
+ ! Popover
+**********/
+popover.background {
+ padding: 0px;
+ border-radius: 2px;
+ background-clip: border-box;
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4;
+ box-shadow: 0 3px 6px rgba(86, 86, 107, 0.16); }
+ .csd popover.background, popover.background {
+ border-color: mix(#e0def4,#191724,0.64);
+ border-width: 1px;
+ border-style: solid; }
+ .csd popover.background:focus, .csd popover.background:hover, popover.background:focus, popover.background:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.5),0.3); }
+ .csd popover.background:active, .csd popover.background:active:hover, .csd popover.background:active:focus, .csd popover.background:active:hover:focus, .csd popover.background:checked, .csd popover.background:checked:hover, .csd popover.background:checked:focus, .csd popover.background:checked:hover:focus, popover.background:active, popover.background:active:hover, popover.background:active:focus, popover.background:active:hover:focus, popover.background:checked, popover.background:checked:hover, popover.background:checked:focus, popover.background:checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.16); }
+ .csd popover.background:disabled, popover.background:disabled {
+ border-color: mix(#e0def4,#191724,0.68); }
+ .csd popover.background:active:disabled, .csd popover.background:checked:disabled, popover.background:active:disabled, popover.background:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.64); }
+ popover.background:backdrop {
+ box-shadow: none; }
+ popover.background treeview.view:hover, popover.background treeview.view:selected, popover.background treeview.view:selected:focus, popover.background treeview.view:backdrop:selected, popover.background treeview.view:backdrop:selected:focus {
+ border-top-color: #c4a7e7; }
+ popover.background treeview.view, popover.background treeview.view:backdrop {
+ border-top-color: #1e1c2b; }
+ popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background list, popover.background list:backdrop {
+ background-color: mix(#191724,#e0def4,1.3);
+ background-image: none;
+ color: #e0def4;
+ border-color: mix(#e0def4,#191724,0.8); }
+ popover.background list row, popover.background list row .button {
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ popover.background list row:focus, popover.background list row:hover, popover.background list row:active, popover.background list row .button:focus, popover.background list row .button:hover, popover.background list row .button:active {
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #191724; }
+ popover.background .frame {
+ border-color: mix(#e0def4,#191724,0.8);
+ border-radius: 2px; }
+ popover.background entry {
+ background-color: #26233a;
+ background-image: none;
+ border-color: mix(#c5c3ce,#26233a,0.8);
+ padding: 5px 3.4285714286px;
+ color: #c5c3ce;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ popover.background entry:focus, popover.background entry:hover {
+ border-color: mix(#c4a7e7,mix(#c5c3ce,#26233a,0.7),0.3); }
+ popover.background entry:active, popover.background entry:active:hover, popover.background entry:active:focus, popover.background entry:active:hover:focus, popover.background entry:checked, popover.background entry:checked:hover, popover.background entry:checked:focus, popover.background entry:checked:hover:focus {
+ border-color: mix(#c5c3ce,#26233a,0.32); }
+ popover.background entry:disabled {
+ border-color: mix(#c5c3ce,#26233a,0.84); }
+ popover.background entry:active:disabled, popover.background entry:checked:disabled {
+ border-color: mix(#c5c3ce,#26233a,0.8); }
+ popover.background entry:focus, popover.background entry:active {
+ border-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3); }
+ popover.background entry:disabled {
+ background-color: mix(#26233a,#c5c3ce,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#26233a,#c5c3ce,0.9); }
+ popover.background button, popover.background button.nautilus-circular-button.image-button {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ popover.background button:focus, popover.background button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ popover.background button:active, popover.background button:active:hover, popover.background button:active:focus, popover.background button:active:hover:focus, popover.background button:checked, popover.background button:checked:hover, popover.background button:checked:focus, popover.background button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ popover.background button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ popover.background button:active:disabled, popover.background button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:hover, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked:hover, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > popover.background button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) popover.background button, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > popover.background button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:hover, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked:hover, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ popover.background button.flat {
+ color: #e0def4;
+ border-color: rgba(31, 29, 46, 0);
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ popover.background button:hover, popover.background button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ popover.background button:hover:active, popover.background button:hover:active:focus, popover.background button.flat:hover:active:focus, popover.background button:hover:checked, popover.background button:hover:checked:focus, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ popover.background button:hover:disabled, popover.background button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ popover.background button:hover:active:disabled, popover.background button:hover:checked:disabled, popover.background button.flat:hover:active:disabled, popover.background button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ popover.background button:focus, popover.background button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ popover.background button:focus:hover, popover.background button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ popover.background button:focus:hover:active, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:focus, popover.background button:focus:hover:checked, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ popover.background button:focus:hover:active:disabled, popover.background button:focus:hover:checked:disabled, popover.background button.flat:focus:hover:active:disabled, popover.background button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ popover.background button:checked, popover.background button:active, popover.background button.flat:checked, popover.background button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ popover.background button:active:checked, popover.background button:active:checked:hover, popover.background button:active:checked:focus, popover.background button:active:checked:hover:focus, popover.background button.flat:active:checked, popover.background button.flat:active:checked:hover, popover.background button.flat:active:checked:focus, popover.background button.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ popover.background button:active:checked:disabled, popover.background button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover {
+ color: #e0def4; }
+ popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled {
+ background-color: alpha(mix(#1f1d2e,#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#1f1d2e,#e0def4,0.6);
+ box-shadow: none; }
+ popover.background button:disabled:disabled :disabled, popover.background button.flat:disabled:disabled :disabled {
+ color: mix(#1f1d2e,#e0def4,0.6); }
+ popover.background button:active:disabled, popover.background button:checked:disabled, popover.background button.flat:active:disabled, popover.background button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ popover.background button:active:disabled :disabled, popover.background button:checked:disabled :disabled, popover.background button.flat:active:disabled :disabled, popover.background button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ popover.background button:backdrop, popover.background button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ popover.background button.separator, popover.background button .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ popover.background button.separator:disabled, popover.background button .separator:disabled {
+ color: rgba(31, 29, 46, 0.85); }
+ popover.background button separator, popover.background button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#e0def4,#1f1d2e,0.9)); }
+ popover.background button.flat:not(:hover) {
+ color: #e0def4; }
+ popover.background .linked > button {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ popover.background .linked > button:focus, popover.background .linked > button:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ popover.background .linked > button:disabled {
+ box-shadow: inset -1px 0 #191725; }
+ popover.background .linked > button:last-child, popover.background .linked > button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child {
+ box-shadow: none; }
+ popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar {
+ border-style: none;
+ background-color: transparent; }
+
+modelbutton.flat,
+menuitem.button.flat {
+ padding: 3px;
+ padding-left: 3px;
+ transition: none; }
+ modelbutton.flat:hover,
+ menuitem.button.flat:hover {
+ border-radius: 2px;
+ background-color: #c4a7e7;
+ color: #191724; }
+ modelbutton.flat:checked,
+ menuitem.button.flat:checked {
+ color: #f0f0f3; }
+ modelbutton.flat arrow.left,
+ menuitem.button.flat arrow.left {
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
+ modelbutton.flat arrow.right,
+ menuitem.button.flat arrow.right {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
+ modelbutton.flat check:last-child,
+ modelbutton.flat radio:last-child,
+ menuitem.button.flat check:last-child,
+ menuitem.button.flat radio:last-child {
+ margin-left: 8px; }
+ modelbutton.flat check:first-child,
+ modelbutton.flat radio:first-child,
+ menuitem.button.flat check:first-child,
+ menuitem.button.flat radio:first-child {
+ margin-right: 8px; }
+
+/***************
+! Dimmed label *
+****************/
+.dim-label, label.separator {
+ opacity: .5;
+ text-shadow: none; }
+
+/***********
+ ! Tooltip *
+************/
+.tooltip.background, .tooltip.background.csd,
+tooltip.background,
+tooltip.background.csd {
+ background-color: #1f1d2e;
+ background-clip: padding-box;
+ border: 1px solid #191725;
+ border-radius: 2px;
+ color: #f0f0f3; }
+
+.tooltip *,
+tooltip * {
+ background-color: transparent;
+ color: inherit; }
+
+/***********
+ ! Dialogs *
+************/
+messagedialog, .message-dialog, .prompt {
+ -GtkDialog-content-area-border: 0;
+ -GtkDialog-action-area-border: 0;
+ -GtkDialog-button-spacing: 3px;
+ margin: 0;
+ padding: 0; }
+ messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box {
+ margin: 6px; }
+
+printdialog paper {
+ color: #f0f0f3;
+ border: 1px solid mix(#1f1d2e,#f0f0f3,0.18);
+ background: #201e30;
+ padding: 0; }
+ printdialog paper:backdrop {
+ color: mix(#f0f0f3,#1f1d2e,0.5);
+ border-color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9); }
+
+printdialog .dialog-action-box {
+ margin: 6px; }
+
+/*********************
+ ! App notifications *
+**********************/
+frame.app-notification {
+ border-style: solid;
+ border-color: rgba(20, 18, 29, 0.8);
+ border-width: 0 1px 1px;
+ border-radius: 0 0 2px 2px;
+ padding: 6px;
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ color: #e0def4; }
+ frame.app-notification button, frame.app-notification button.nautilus-circular-button.image-button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ frame.app-notification button:focus, frame.app-notification button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ frame.app-notification button:active, frame.app-notification button:active:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover:focus, frame.app-notification button:checked, frame.app-notification button:checked:hover, frame.app-notification button:checked:focus, frame.app-notification button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ frame.app-notification button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:hover, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ frame.app-notification button.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ frame.app-notification button:hover, frame.app-notification button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ frame.app-notification button:hover:focus, frame.app-notification button:hover:hover, frame.app-notification button.flat:hover:focus, frame.app-notification button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ frame.app-notification button:hover:active, frame.app-notification button:hover:active:focus, frame.app-notification button.flat:hover:active:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:focus, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ frame.app-notification button:hover:active:disabled, frame.app-notification button:hover:checked:disabled, frame.app-notification button.flat:hover:active:disabled, frame.app-notification button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ frame.app-notification button:focus, frame.app-notification button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ frame.app-notification button:focus:hover:active, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ frame.app-notification button:focus:hover:active:disabled, frame.app-notification button:focus:hover:checked:disabled, frame.app-notification button.flat:focus:hover:active:disabled, frame.app-notification button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ frame.app-notification button:checked, frame.app-notification button:active, frame.app-notification button.flat:checked, frame.app-notification button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ frame.app-notification button:active:checked, frame.app-notification button:active:checked:hover, frame.app-notification button:active:checked:focus, frame.app-notification button:active:checked:hover:focus, frame.app-notification button.flat:active:checked, frame.app-notification button.flat:active:checked:hover, frame.app-notification button.flat:active:checked:focus, frame.app-notification button.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ frame.app-notification button:checked:disabled, frame.app-notification button:active:disabled, frame.app-notification button.flat:checked:disabled, frame.app-notification button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ frame.app-notification button:active:checked:disabled, frame.app-notification button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover {
+ color: #e0def4; }
+ frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ frame.app-notification button:disabled:disabled :disabled, frame.app-notification button.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled, frame.app-notification button.flat:active:disabled, frame.app-notification button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ frame.app-notification button:active:disabled :disabled, frame.app-notification button:checked:disabled :disabled, frame.app-notification button.flat:active:disabled :disabled, frame.app-notification button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ frame.app-notification button:backdrop, frame.app-notification button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ frame.app-notification button.separator, frame.app-notification button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ frame.app-notification button.separator:disabled, frame.app-notification button .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ frame.app-notification button separator, frame.app-notification button.nautilus-circular-button.image-button separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+ frame.app-notification border {
+ border: 0; }
+
+/*************
+ ! Expanders *
+**************/
+expander arrow {
+ min-width: 16px;
+ min-height: 16px;
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
+ expander arrow:dir(rtl) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
+ expander arrow:hover {
+ color: alpha(currentColor,0.8); }
+ expander arrow:checked {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+
+/*******************
+ ! Symbolic images *
+********************/
+.image {
+ color: alpha(currentColor,0.5); }
+ .image:hover {
+ color: alpha(currentColor,0.9); }
+ .image:selected, .image:selected:hover {
+ color: #191724; }
+
+/****************
+ ! Floating bar *
+*****************/
+.floating-bar {
+ background-color: #1f1d2e;
+ background-image: none;
+ border: 1px solid #191725;
+ border-radius: 2px;
+ color: #f0f0f3; }
+ .floating-bar.top {
+ border-top-width: 0;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0; }
+ .floating-bar.right {
+ border-right-width: 0;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .floating-bar.bottom {
+ border-bottom-width: 0;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0; }
+ .floating-bar.left {
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ .floating-bar button, .floating-bar button.nautilus-circular-button.image-button {
+ border: 0;
+ background-color: transparent;
+ background-image: none; }
+
+/*************************
+ ! Touch text selections *
+**************************/
+GtkBubbleWindow {
+ border-radius: 2px;
+ background-clip: border-box; }
+ GtkBubbleWindow.osd.background {
+ background-color: rgba(25, 23, 36, 0.8); }
+ GtkBubbleWindow .toolbar {
+ background-color: transparent; }
+
+/***************
+ ! Font-viewer *
+****************/
+SushiFontWidget {
+ padding: 3px 6px; }
+
+/*************
+ ! Gucharmap *
+**************/
+GucharmapChartable {
+ background-color: #26233a;
+ color: #c5c3ce; }
+
+/*************
+ ! Evolution *
+**************/
+EPreviewPane .entry {
+ background-color: #26233a;
+ color: #c5c3ce; }
+
+/*******************
+ ! Gnome Bluetooth *
+********************/
+entry.entry.pin-entry {
+ font-style: normal;
+ font-size: 50px;
+ padding-left: 15px;
+ padding-right: 15px; }
+
+label.pin-label {
+ font-style: normal;
+ font-size: 50px; }
+
+/************************
+ ! Shortcut window keys *
+*************************/
+.keycap {
+ min-width: 20px;
+ min-height: 24px;
+ margin-top: 2px;
+ padding-bottom: 1.5px;
+ padding-left: 3px;
+ padding-right: 3px;
+ color: #f0f0f3;
+ background-color: #26233a;
+ border: 1px solid;
+ border-color: mix(mix(#1f1d2e,#f0f0f3,0.18),#1f1d2e,0.5);
+ border-radius: 2px;
+ box-shadow: inset 0 -3px mix(#26233a,#1f1d2e,0.2);
+ font-size: smaller; }
+ .keycap:backdrop {
+ background-color: #26233a;
+ color: mix(#f0f0f3,#1f1d2e,0.5);
+ transition: 200ms ease-out; }
+
+/*****************
+ ! Stackswitcher *
+******************/
+stackswitcher button.text-button, stackswitcher button.text-button.nautilus-circular-button.image-button {
+ min-width: 80px; }
+
+stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button {
+ min-width: 28px;
+ min-height: 28px;
+ padding: 0; }
+
+/*******************
+ ! Selected Items *
+********************/
+row:selected label:disabled, label:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected, .cs-category-view:disabled:selected, .cs-category-view .view:disabled:selected, .cs-category-view iconview:disabled:selected, treeview.view:disabled:selected, .view text selection:disabled, iconview text selection:disabled,
+textview text selection:disabled:focus,
+textview text selection:disabled, #login_window entry selection:disabled, .osd entry selection:disabled,
+#XfceNotifyWindow entry selection:disabled, entry selection:disabled, calendar:disabled:selected, row:disabled:selected, flowbox flowboxchild:disabled:selected, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, modelbutton.flat:selected arrow:disabled,
+menuitem.button.flat:disabled:active,
+menuitem.button.flat:active arrow:disabled,
+menuitem.button.flat:disabled:selected,
+menuitem.button.flat:selected arrow:disabled, label:disabled selection {
+ color: mix(#191724,#c4a7e7,0.5); }
+
+row:selected label:backdrop, label:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected, .cs-category-view:backdrop:selected, .cs-category-view .view:backdrop:selected, .cs-category-view iconview:backdrop:selected, treeview.view:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop,
+textview text selection:backdrop:focus,
+textview text selection:backdrop, #login_window entry selection:backdrop, .osd entry selection:backdrop,
+#XfceNotifyWindow entry selection:backdrop, entry selection:backdrop, calendar:backdrop:selected, row:backdrop:selected, flowbox flowboxchild:backdrop:selected, modelbutton.flat:backdrop:active, modelbutton.flat:active arrow:backdrop, modelbutton.flat:backdrop:selected, modelbutton.flat:selected arrow:backdrop,
+menuitem.button.flat:backdrop:active,
+menuitem.button.flat:active arrow:backdrop,
+menuitem.button.flat:backdrop:selected,
+menuitem.button.flat:selected arrow:backdrop, label:backdrop selection {
+ background-color: #c4a7e7;
+ color: mix(#c4a7e7,#191724,0.66); }
+ row:selected label:disabled:backdrop, label:disabled:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:backdrop:selected, .cs-category-view:disabled:backdrop:selected, .cs-category-view .view:disabled:backdrop:selected, .cs-category-view iconview:disabled:backdrop:selected, treeview.view:disabled:backdrop:selected, .view text selection:disabled:backdrop, iconview text selection:disabled:backdrop,
+ textview text selection:disabled:backdrop, #login_window entry selection:disabled:backdrop,
+ #XfceNotifyWindow entry selection:disabled:backdrop, entry selection:disabled:backdrop, calendar:disabled:backdrop:selected, row:disabled:backdrop:selected, flowbox flowboxchild:disabled:backdrop:selected, modelbutton.flat:disabled:backdrop:active, modelbutton.flat:active arrow:disabled:backdrop, modelbutton.flat:disabled:backdrop:selected, modelbutton.flat:selected arrow:disabled:backdrop,
+ menuitem.button.flat:disabled:backdrop:active,
+ menuitem.button.flat:active arrow:disabled:backdrop,
+ menuitem.button.flat:disabled:backdrop:selected,
+ menuitem.button.flat:selected arrow:disabled:backdrop, label:backdrop selection:disabled {
+ color: mix(mix(#c4a7e7,#191724,0.66),#c4a7e7,0.3); }
+
+.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
+textview text selection:focus,
+textview text selection, #login_window entry selection, .osd entry selection,
+#XfceNotifyWindow entry selection, entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, menuitem entry selection, popover.background entry selection, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow,
+menuitem.button.flat:active,
+menuitem.button.flat:active arrow,
+menuitem.button.flat:selected,
+menuitem.button.flat:selected arrow {
+ background-color: #c4a7e7; }
+ row:selected label, label:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
+ textview text selection:focus,
+ textview text selection, #login_window entry selection, .osd entry selection,
+ #XfceNotifyWindow entry selection, entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, menuitem entry selection, popover.background entry selection, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow,
+ menuitem.button.flat:active,
+ menuitem.button.flat:active arrow,
+ menuitem.button.flat:selected,
+ menuitem.button.flat:selected arrow {
+ color: #191724;
+ outline-color: rgba(25, 23, 36, 0.3); }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/**********
+ ! Notebook
+***********/
+notebook {
+ padding: 0; }
+ notebook.frame {
+ border: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ notebook.frame > header {
+ margin: -1px; }
+ notebook.frame > header.top {
+ margin-bottom: 0; }
+ notebook.frame > header.bottom {
+ margin-top: 0; }
+ notebook.frame > header.left {
+ margin-right: 0; }
+ notebook.frame > header.right {
+ margin-left: 0; }
+ notebook.frame > header.top, notebook.frame > header.bottom {
+ padding-left: 0;
+ padding-right: 0; }
+ notebook.frame > header.left, notebook.frame > header.right {
+ padding-top: 0;
+ padding-bottom: 0; }
+ notebook > stack:not(:only-child) {
+ background-color: #1f1d2e; }
+ notebook > header {
+ padding: 3px;
+ background-color: #1f1d2e; }
+ notebook > header.top {
+ box-shadow: inset 0 -1px mix(#1f1d2e,#f0f0f3,0.18); }
+ notebook > header.bottom {
+ box-shadow: inset 0 1px mix(#1f1d2e,#f0f0f3,0.18); }
+ notebook > header.right {
+ box-shadow: inset 1px 0 mix(#1f1d2e,#f0f0f3,0.18); }
+ notebook > header.left {
+ box-shadow: inset -1px 0 mix(#1f1d2e,#f0f0f3,0.18); }
+ notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
+ notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
+ margin-left: 2px; }
+ notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
+ notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child {
+ margin-right: 2px; }
+ notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+ notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child {
+ margin-top: 2px; }
+ notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
+ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
+ notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child {
+ margin-bottom: 2px; }
+ notebook > header > tabs > arrow {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ notebook > header > tabs > arrow:hover {
+ color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.5),0.5); }
+ notebook > header > tabs > arrow:active {
+ color: #f0f0f3; }
+ notebook > header > tabs > arrow:disabled {
+ color: alpha(mix(#f0f0f3,#1f1d2e,0.5),0.3); }
+ notebook > header > tabs > tab {
+ background-color: alpha(mix(#1f1d2e,#f0f0f3,0.1),0.7);
+ background-image: none;
+ border-color: mix(mix(#1f1d2e,#f0f0f3,0.18),mix(#f0f0f3,#1f1d2e,0.5),0.15);
+ color: rgba(240, 240, 243, 0.8);
+ padding: 3px 11px;
+ min-width: 20px;
+ min-height: 20px;
+ outline-offset: -4px;
+ border-width: 1px;
+ border-style: solid; }
+ notebook > header > tabs > tab:hover:not(:checked) {
+ background-color: mix(#1f1d2e,#f0f0f3,0.04);
+ background-image: none;
+ color: mix(#f0f0f3,mix(#f0f0f3,#1f1d2e,0.5),0.5); }
+ notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover {
+ background: #1f1d2e;
+ border-color: mix(#1f1d2e,#f0f0f3,0.18);
+ color: #f0f0f3; }
+ notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.flat.nautilus-circular-button.image-button {
+ min-height: 22px;
+ min-width: 22px;
+ padding: 0;
+ color: mix(#1f1d2e,#f0f0f3,0.35); }
+ notebook > header > tabs > tab button.flat:hover {
+ color: #f4b2c5; }
+ notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover {
+ color: #c4a7e7; }
+ notebook > header.top > tabs > tab:hover:not(:checked) {
+ box-shadow: inset 0 -1px mix(#1f1d2e,#f0f0f3,0.18); }
+ notebook > header.bottom > tabs > tab:hover:not(:checked) {
+ box-shadow: inset 0 1px mix(#1f1d2e,#f0f0f3,0.18); }
+ notebook > header.left > tabs > tab:hover:not(:checked) {
+ box-shadow: inset -1px 0 mix(#1f1d2e,#f0f0f3,0.18); }
+ notebook > header.right > tabs > tab:hover:not(:checked) {
+ box-shadow: inset 1px 0 mix(#1f1d2e,#f0f0f3,0.18); }
+ notebook > header.top {
+ padding-bottom: 0; }
+ notebook > header.top > tabs > tab {
+ border-bottom: none;
+ -gtk-outline-radius: 0;
+ margin-top: 2px; }
+ notebook > header.top > tabs > tab + tab {
+ margin-left: -1px; }
+ notebook > header.top > tabs > tab:first-child {
+ border-radius: 2px 0 0;
+ -gtk-outline-radius: 2px 0 0; }
+ notebook > header.top > tabs > tab:last-child {
+ border-radius: 0 2px 0 0;
+ -gtk-outline-radius: 0 2px 0 0; }
+ notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked {
+ border-top-width: 3px;
+ border-top-color: #c4a7e7;
+ margin-top: 0;
+ -gtk-outline-radius: 2px;
+ border-radius: 2px 2px 0 0;
+ padding-top: 3px; }
+ notebook > header.top > tabs > tab:hover:not(:checked) {
+ border-top-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.2),0.66); }
+ notebook > header.bottom {
+ padding-top: 0; }
+ notebook > header.bottom > tabs > tab {
+ border-top: none;
+ -gtk-outline-radius: 0;
+ margin-bottom: 2px; }
+ notebook > header.bottom > tabs > tab + tab {
+ margin-left: -1px; }
+ notebook > header.bottom > tabs > tab:first-child {
+ border-radius: 0 0 0 2px;
+ -gtk-outline-radius: 0 0 0 2px; }
+ notebook > header.bottom > tabs > tab:last-child {
+ border-radius: 0 0 2px;
+ -gtk-outline-radius: 0 0 2px; }
+ notebook > header.bottom > tabs > tab:hover:not(:checked), notebook > header.bottom > tabs > tab:checked {
+ border-bottom-width: 3px;
+ border-bottom-color: #c4a7e7;
+ margin-bottom: 0;
+ -gtk-outline-radius: 2px;
+ border-radius: 0 0 2px 2px;
+ padding-bottom: 3px; }
+ notebook > header.bottom > tabs > tab:hover:not(:checked) {
+ border-bottom-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.2),0.66); }
+ notebook > header.right {
+ padding-left: 0; }
+ notebook > header.right > tabs > tab {
+ border-left: none;
+ -gtk-outline-radius: 0;
+ margin-right: 2px; }
+ notebook > header.right > tabs > tab + tab {
+ margin-top: -1px; }
+ notebook > header.right > tabs > tab:first-child {
+ border-radius: 0 2px 0 0;
+ -gtk-outline-radius: 0 2px 0 0; }
+ notebook > header.right > tabs > tab:last-child {
+ border-radius: 0 0 2px;
+ -gtk-outline-radius: 0 0 2px; }
+ notebook > header.right > tabs > tab:hover:not(:checked), notebook > header.right > tabs > tab:checked {
+ border-right-width: 3px;
+ border-right-color: #c4a7e7;
+ margin-right: 0;
+ -gtk-outline-radius: 2px;
+ border-radius: 0 2px 2px 0;
+ padding-right: 11px; }
+ notebook > header.right > tabs > tab:hover:not(:checked) {
+ border-right-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.2),0.66); }
+ notebook > header.left {
+ padding-right: 0; }
+ notebook > header.left > tabs > tab {
+ border-right: none;
+ -gtk-outline-radius: 0;
+ margin-left: 2px; }
+ notebook > header.left > tabs > tab + tab {
+ margin-top: -1px; }
+ notebook > header.left > tabs > tab:first-child {
+ border-radius: 2px 0 0;
+ -gtk-outline-radius: 2px 0 0; }
+ notebook > header.left > tabs > tab:last-child {
+ border-radius: 0 0 0 2px;
+ -gtk-outline-radius: 0 0 0 2px; }
+ notebook > header.left > tabs > tab:hover:not(:checked), notebook > header.left > tabs > tab:checked {
+ border-left-width: 3px;
+ border-left-color: #c4a7e7;
+ margin-left: 0;
+ -gtk-outline-radius: 2px;
+ border-radius: 2px 0 0 2px;
+ padding-left: 11px; }
+ notebook > header.left > tabs > tab:hover:not(:checked) {
+ border-left-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.2),0.66); }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*******
+ ! OSD *
+********/
+overlay.osd {
+ background-color: transparent; }
+
+colorchooser .popover.osd {
+ border-radius: 2px; }
+
+button.color .osd colorswatch:only-child {
+ box-shadow: none; }
+
+.osd button.color:disabled colorswatch:only-child, .osd button.color:backdrop colorswatch:only-child, .osd button.color:active colorswatch:only-child, .osd button.color:checked colorswatch:only-child {
+ box-shadow: none; }
+
+button.osd, button.osd.nautilus-circular-button.image-button,
+#XfceNotifyWindow button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ button.osd:focus, button.osd:hover,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ button.osd:active, button.osd:active:hover, button.osd:active:focus, button.osd:active:hover:focus, button.osd:checked, button.osd:checked:hover, button.osd:checked:focus, button.osd:checked:hover:focus,
+ #XfceNotifyWindow button:active,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover:focus,
+ #XfceNotifyWindow button:checked,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ button.osd:disabled,
+ #XfceNotifyWindow button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ button.osd:active:disabled, button.osd:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:hover, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked:hover, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button.osd, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ button.osd.flat,
+ #XfceNotifyWindow button.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ button.osd:hover, button.osd.flat:hover,
+ #XfceNotifyWindow button:hover,
+ #XfceNotifyWindow button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover,
+ #XfceNotifyWindow button:hover:focus,
+ #XfceNotifyWindow button:hover:hover,
+ #XfceNotifyWindow button.flat:hover:focus,
+ #XfceNotifyWindow button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ button.osd:hover:active, button.osd:hover:active:focus, button.osd.flat:hover:active:focus, button.osd:hover:checked, button.osd:hover:checked:focus, button.osd.flat:hover:checked:focus, button.osd.flat:hover:active, button.osd.flat:hover:active:hover:focus, button.osd.flat:hover:checked, button.osd.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow button:hover:active,
+ #XfceNotifyWindow button:hover:active:focus,
+ #XfceNotifyWindow button.flat:hover:active:focus,
+ #XfceNotifyWindow button:hover:checked,
+ #XfceNotifyWindow button:hover:checked:focus,
+ #XfceNotifyWindow button.flat:hover:checked:focus,
+ #XfceNotifyWindow button.flat:hover:active,
+ #XfceNotifyWindow button.flat:hover:active:hover:focus,
+ #XfceNotifyWindow button.flat:hover:checked,
+ #XfceNotifyWindow button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ button.osd:hover:disabled, button.osd.flat:hover:disabled,
+ #XfceNotifyWindow button:hover:disabled,
+ #XfceNotifyWindow button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ button.osd:hover:active:disabled, button.osd:hover:checked:disabled, button.osd.flat:hover:active:disabled, button.osd.flat:hover:checked:disabled,
+ #XfceNotifyWindow button:hover:active:disabled,
+ #XfceNotifyWindow button:hover:checked:disabled,
+ #XfceNotifyWindow button.flat:hover:active:disabled,
+ #XfceNotifyWindow button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ button.osd:focus, button.osd.flat:focus,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ button.osd:focus:hover, button.osd.flat:focus:hover,
+ #XfceNotifyWindow button:focus:hover,
+ #XfceNotifyWindow button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ button.osd:focus:hover:hover, button.osd.flat:focus:hover:hover,
+ #XfceNotifyWindow button:focus:hover:hover,
+ #XfceNotifyWindow button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ button.osd:focus:hover:active, button.osd.flat:focus:hover:active, button.osd.flat:focus:hover:active:focus, button.osd:focus:hover:checked, button.osd.flat:focus:hover:checked, button.osd.flat:focus:hover:checked:focus, button.osd.flat:focus:hover:active:hover:focus, button.osd.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow button:focus:hover:active,
+ #XfceNotifyWindow button.flat:focus:hover:active,
+ #XfceNotifyWindow button.flat:focus:hover:active:focus,
+ #XfceNotifyWindow button:focus:hover:checked,
+ #XfceNotifyWindow button.flat:focus:hover:checked,
+ #XfceNotifyWindow button.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow button.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ button.osd:focus:hover:disabled, button.osd.flat:focus:hover:disabled,
+ #XfceNotifyWindow button:focus:hover:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ button.osd:focus:hover:active:disabled, button.osd:focus:hover:checked:disabled, button.osd.flat:focus:hover:active:disabled, button.osd.flat:focus:hover:checked:disabled,
+ #XfceNotifyWindow button:focus:hover:active:disabled,
+ #XfceNotifyWindow button:focus:hover:checked:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:active:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ button.osd:checked, button.osd:active, button.osd.flat:checked, button.osd.flat:active,
+ #XfceNotifyWindow button:checked,
+ #XfceNotifyWindow button:active,
+ #XfceNotifyWindow button.flat:checked,
+ #XfceNotifyWindow button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button.flat:checked:focus,
+ #XfceNotifyWindow button.flat:checked:hover,
+ #XfceNotifyWindow button.flat:active:focus,
+ #XfceNotifyWindow button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ button.osd:checked:active, button.osd.nautilus-circular-button.image-button:checked:active, button.osd:checked:active:hover, button.osd.nautilus-circular-button.image-button:checked:active:hover, button.osd:checked:active:focus, button.osd.nautilus-circular-button.image-button:checked:active:focus, button.osd:checked:active:hover:focus, button.osd.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd:checked:checked, button.osd.nautilus-circular-button.image-button:checked:checked, button.osd:checked:checked:hover, button.osd.nautilus-circular-button.image-button:checked:checked:hover, button.osd:checked:checked:focus, button.osd.nautilus-circular-button.image-button:checked:checked:focus, button.osd:checked:checked:hover:focus, button.osd.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd:active:active, button.osd.nautilus-circular-button.image-button:active:active, button.osd:active:active:hover, button.osd.nautilus-circular-button.image-button:active:active:hover, button.osd:active:active:focus, button.osd.nautilus-circular-button.image-button:active:active:focus, button.osd:active:active:hover:focus, button.osd.nautilus-circular-button.image-button:active:active:hover:focus, button.osd:active:checked, button.osd.nautilus-circular-button.image-button:active:checked, button.osd:active:checked:hover, button.osd.nautilus-circular-button.image-button:active:checked:hover, button.osd:active:checked:focus, button.osd.nautilus-circular-button.image-button:active:checked:focus, button.osd:active:checked:hover:focus, button.osd.nautilus-circular-button.image-button:active:checked:hover:focus, button.osd.flat:checked:active, button.osd.flat.nautilus-circular-button.image-button:checked:active, button.osd.flat:checked:active:hover, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover, button.osd.flat:checked:active:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:focus, button.osd.flat:checked:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd.flat:checked:checked, button.osd.flat.nautilus-circular-button.image-button:checked:checked, button.osd.flat:checked:checked:hover, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover, button.osd.flat:checked:checked:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:focus, button.osd.flat:checked:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd.flat:active:active, button.osd.flat.nautilus-circular-button.image-button:active:active, button.osd.flat:active:active:hover, button.osd.flat.nautilus-circular-button.image-button:active:active:hover, button.osd.flat:active:active:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:focus, button.osd.flat:active:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:hover:focus, button.osd.flat:active:checked, button.osd.flat.nautilus-circular-button.image-button:active:checked, button.osd.flat:active:checked:hover, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover, button.osd.flat:active:checked:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:focus, button.osd.flat:active:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow button:checked:active,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow button:checked:active:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow button:checked:active:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow button:checked:active:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow button:checked:checked,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow button:checked:checked:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow button:checked:checked:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow button:checked:checked:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow button:active:active,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow button:active:active:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow button:active:active:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow button:active:active:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow button:active:checked,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow button:active:checked:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow button:active:checked:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow button:active:checked:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow button.flat:checked:active,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow button.flat:checked:active:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow button.flat:checked:active:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow button.flat:checked:active:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow button.flat:checked:checked,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow button.flat:checked:checked:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow button.flat:checked:checked:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow button.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow button.flat:active:active,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow button.flat:active:active:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow button.flat:active:active:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow button.flat:active:active:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow button.flat:active:checked,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow button.flat:active:checked:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow button.flat:active:checked:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow button.flat:active:checked:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ button.osd:checked:disabled, button.osd:active:disabled, button.osd.flat:checked:disabled, button.osd.flat:active:disabled,
+ #XfceNotifyWindow button:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button.flat:checked:disabled,
+ #XfceNotifyWindow button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ button.osd:active:checked:disabled, button.osd.flat:active:checked:disabled,
+ #XfceNotifyWindow button:active:checked:disabled,
+ #XfceNotifyWindow button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button.flat:checked:focus,
+ #XfceNotifyWindow button.flat:checked:hover,
+ #XfceNotifyWindow button.flat:active:focus,
+ #XfceNotifyWindow button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button:hover,
+ #XfceNotifyWindow button.flat:focus,
+ #XfceNotifyWindow button.flat:hover {
+ color: #e0def4; }
+ button.osd:disabled:disabled, button.osd.flat:disabled:disabled,
+ #XfceNotifyWindow button:disabled:disabled,
+ #XfceNotifyWindow button.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ button.osd:disabled:disabled :disabled, button.osd.flat:disabled:disabled :disabled,
+ #XfceNotifyWindow button:disabled:disabled :disabled,
+ #XfceNotifyWindow button.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ button.osd:active:disabled, button.osd:checked:disabled, button.osd.flat:active:disabled, button.osd.flat:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button:checked:disabled,
+ #XfceNotifyWindow button.flat:active:disabled,
+ #XfceNotifyWindow button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ button.osd:active:disabled :disabled, button.osd:checked:disabled :disabled, button.osd.flat:active:disabled :disabled, button.osd.flat:checked:disabled :disabled,
+ #XfceNotifyWindow button:active:disabled :disabled,
+ #XfceNotifyWindow button:checked:disabled :disabled,
+ #XfceNotifyWindow button.flat:active:disabled :disabled,
+ #XfceNotifyWindow button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ button.osd:backdrop, button.osd.flat:backdrop,
+ #XfceNotifyWindow button:backdrop,
+ #XfceNotifyWindow button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ button.osd.separator, button.osd .separator,
+ #XfceNotifyWindow button.separator,
+ #XfceNotifyWindow button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ button.osd.separator:disabled, button.osd .separator:disabled,
+ #XfceNotifyWindow button.separator:disabled,
+ #XfceNotifyWindow button .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ button.osd separator, button.osd.nautilus-circular-button.image-button separator,
+ #XfceNotifyWindow button separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+ button.osd.image-button,
+ #XfceNotifyWindow button.image-button {
+ padding: 0;
+ min-height: 36px;
+ min-width: 36px; }
+
+toolbar.osd {
+ -GtkToolbar-button-relief: normal;
+ padding: 3px;
+ border: 1px solid rgba(20, 18, 29, 0.8);
+ border-radius: 2px;
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ color: #e0def4; }
+ toolbar.osd separator {
+ color: rgba(23, 21, 32, 0.8); }
+ toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom {
+ border-radius: 0; }
+
+progressbar.osd {
+ margin: 2px;
+ min-height: 2px;
+ min-width: 2px; }
+ progressbar.osd trough {
+ border-style: none;
+ border-radius: 0;
+ background-image: none;
+ background-color: transparent; }
+ progressbar.osd progress {
+ border-style: none;
+ border-radius: 0;
+ background-color: #c4a7e7;
+ background-image: none; }
+
+.osd,
+#XfceNotifyWindow {
+ background-color: rgba(25, 23, 36, 0.8);
+ color: #e0def4;
+ /* used by gnome-settings-daemon's media-keys OSD */
+ /* used by Documents */ }
+ .osd.background,
+ #XfceNotifyWindow.background {
+ background-color: rgba(25, 23, 36, 0.6);
+ color: #e0def4; }
+ .osd .frame,
+ #XfceNotifyWindow .frame {
+ background-clip: border-box;
+ background-origin: border-box; }
+ .osd button, .osd button.nautilus-circular-button.image-button,
+ #XfceNotifyWindow button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .osd button:focus, .osd button:hover,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd button:active, .osd button:active:hover, .osd button:active:focus, .osd button:active:hover:focus, .osd button:checked, .osd button:checked:hover, .osd button:checked:focus, .osd button:checked:hover:focus,
+ #XfceNotifyWindow button:active,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover:focus,
+ #XfceNotifyWindow button:checked,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd button:disabled,
+ #XfceNotifyWindow button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd button:active:disabled, .osd button:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:hover, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked:hover, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd button, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .osd button.flat,
+ #XfceNotifyWindow button.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .osd button:hover, .osd button.flat:hover,
+ #XfceNotifyWindow button:hover,
+ #XfceNotifyWindow button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover,
+ #XfceNotifyWindow button:hover:focus,
+ #XfceNotifyWindow button:hover:hover,
+ #XfceNotifyWindow button.flat:hover:focus,
+ #XfceNotifyWindow button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd button:hover:active, .osd button:hover:active:focus, .osd button.flat:hover:active:focus, .osd button:hover:checked, .osd button:hover:checked:focus, .osd button.flat:hover:checked:focus, .osd button.flat:hover:active, .osd button.flat:hover:active:hover:focus, .osd button.flat:hover:checked, .osd button.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow button:hover:active,
+ #XfceNotifyWindow button:hover:active:focus,
+ #XfceNotifyWindow button.flat:hover:active:focus,
+ #XfceNotifyWindow button:hover:checked,
+ #XfceNotifyWindow button:hover:checked:focus,
+ #XfceNotifyWindow button.flat:hover:checked:focus,
+ #XfceNotifyWindow button.flat:hover:active,
+ #XfceNotifyWindow button.flat:hover:active:hover:focus,
+ #XfceNotifyWindow button.flat:hover:checked,
+ #XfceNotifyWindow button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd button:hover:disabled, .osd button.flat:hover:disabled,
+ #XfceNotifyWindow button:hover:disabled,
+ #XfceNotifyWindow button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd button:hover:active:disabled, .osd button:hover:checked:disabled, .osd button.flat:hover:active:disabled, .osd button.flat:hover:checked:disabled,
+ #XfceNotifyWindow button:hover:active:disabled,
+ #XfceNotifyWindow button:hover:checked:disabled,
+ #XfceNotifyWindow button.flat:hover:active:disabled,
+ #XfceNotifyWindow button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd button:focus, .osd button.flat:focus,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .osd button:focus:hover, .osd button.flat:focus:hover,
+ #XfceNotifyWindow button:focus:hover,
+ #XfceNotifyWindow button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .osd button:focus:hover:hover, .osd button.flat:focus:hover:hover,
+ #XfceNotifyWindow button:focus:hover:hover,
+ #XfceNotifyWindow button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd button:focus:hover:active, .osd button.flat:focus:hover:active, .osd button.flat:focus:hover:active:focus, .osd button:focus:hover:checked, .osd button.flat:focus:hover:checked, .osd button.flat:focus:hover:checked:focus, .osd button.flat:focus:hover:active:hover:focus, .osd button.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow button:focus:hover:active,
+ #XfceNotifyWindow button.flat:focus:hover:active,
+ #XfceNotifyWindow button.flat:focus:hover:active:focus,
+ #XfceNotifyWindow button:focus:hover:checked,
+ #XfceNotifyWindow button.flat:focus:hover:checked,
+ #XfceNotifyWindow button.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow button.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd button:focus:hover:disabled, .osd button.flat:focus:hover:disabled,
+ #XfceNotifyWindow button:focus:hover:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd button:focus:hover:active:disabled, .osd button:focus:hover:checked:disabled, .osd button.flat:focus:hover:active:disabled, .osd button.flat:focus:hover:checked:disabled,
+ #XfceNotifyWindow button:focus:hover:active:disabled,
+ #XfceNotifyWindow button:focus:hover:checked:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:active:disabled,
+ #XfceNotifyWindow button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd button:checked, .osd button:active, .osd button.flat:checked, .osd button.flat:active,
+ #XfceNotifyWindow button:checked,
+ #XfceNotifyWindow button:active,
+ #XfceNotifyWindow button.flat:checked,
+ #XfceNotifyWindow button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button.flat:checked:focus,
+ #XfceNotifyWindow button.flat:checked:hover,
+ #XfceNotifyWindow button.flat:active:focus,
+ #XfceNotifyWindow button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd button:checked:active, .osd button.nautilus-circular-button.image-button:checked:active, .osd button:checked:active:hover, .osd button.nautilus-circular-button.image-button:checked:active:hover, .osd button:checked:active:focus, .osd button.nautilus-circular-button.image-button:checked:active:focus, .osd button:checked:active:hover:focus, .osd button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button:checked:checked, .osd button.nautilus-circular-button.image-button:checked:checked, .osd button:checked:checked:hover, .osd button.nautilus-circular-button.image-button:checked:checked:hover, .osd button:checked:checked:focus, .osd button.nautilus-circular-button.image-button:checked:checked:focus, .osd button:checked:checked:hover:focus, .osd button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button:active:active, .osd button.nautilus-circular-button.image-button:active:active, .osd button:active:active:hover, .osd button.nautilus-circular-button.image-button:active:active:hover, .osd button:active:active:focus, .osd button.nautilus-circular-button.image-button:active:active:focus, .osd button:active:active:hover:focus, .osd button.nautilus-circular-button.image-button:active:active:hover:focus, .osd button:active:checked, .osd button.nautilus-circular-button.image-button:active:checked, .osd button:active:checked:hover, .osd button.nautilus-circular-button.image-button:active:checked:hover, .osd button:active:checked:focus, .osd button.nautilus-circular-button.image-button:active:checked:focus, .osd button:active:checked:hover:focus, .osd button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd button.flat:checked:active, .osd button.flat.nautilus-circular-button.image-button:checked:active, .osd button.flat:checked:active:hover, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd button.flat:checked:active:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd button.flat:checked:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button.flat:checked:checked, .osd button.flat.nautilus-circular-button.image-button:checked:checked, .osd button.flat:checked:checked:hover, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd button.flat:checked:checked:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd button.flat:checked:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button.flat:active:active, .osd button.flat.nautilus-circular-button.image-button:active:active, .osd button.flat:active:active:hover, .osd button.flat.nautilus-circular-button.image-button:active:active:hover, .osd button.flat:active:active:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:focus, .osd button.flat:active:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd button.flat:active:checked, .osd button.flat.nautilus-circular-button.image-button:active:checked, .osd button.flat:active:checked:hover, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd button.flat:active:checked:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd button.flat:active:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow button:checked:active,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow button:checked:active:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow button:checked:active:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow button:checked:active:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow button:checked:checked,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow button:checked:checked:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow button:checked:checked:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow button:checked:checked:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow button:active:active,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow button:active:active:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow button:active:active:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow button:active:active:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow button:active:checked,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow button:active:checked:hover,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow button:active:checked:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow button:active:checked:hover:focus,
+ #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow button.flat:checked:active,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow button.flat:checked:active:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow button.flat:checked:active:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow button.flat:checked:active:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow button.flat:checked:checked,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow button.flat:checked:checked:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow button.flat:checked:checked:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow button.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow button.flat:active:active,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow button.flat:active:active:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow button.flat:active:active:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow button.flat:active:active:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow button.flat:active:checked,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow button.flat:active:checked:hover,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow button.flat:active:checked:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow button.flat:active:checked:hover:focus,
+ #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd button:checked:disabled, .osd button:active:disabled, .osd button.flat:checked:disabled, .osd button.flat:active:disabled,
+ #XfceNotifyWindow button:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button.flat:checked:disabled,
+ #XfceNotifyWindow button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd button:active:checked:disabled, .osd button.flat:active:checked:disabled,
+ #XfceNotifyWindow button:active:checked:disabled,
+ #XfceNotifyWindow button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover,
+ #XfceNotifyWindow button:checked:focus,
+ #XfceNotifyWindow button:checked:hover,
+ #XfceNotifyWindow button:active:focus,
+ #XfceNotifyWindow button:active:hover,
+ #XfceNotifyWindow button.flat:checked:focus,
+ #XfceNotifyWindow button.flat:checked:hover,
+ #XfceNotifyWindow button.flat:active:focus,
+ #XfceNotifyWindow button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover,
+ #XfceNotifyWindow button:focus,
+ #XfceNotifyWindow button:hover,
+ #XfceNotifyWindow button.flat:focus,
+ #XfceNotifyWindow button.flat:hover {
+ color: #e0def4; }
+ .osd button:disabled:disabled, .osd button.flat:disabled:disabled,
+ #XfceNotifyWindow button:disabled:disabled,
+ #XfceNotifyWindow button.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .osd button:disabled:disabled :disabled, .osd button.flat:disabled:disabled :disabled,
+ #XfceNotifyWindow button:disabled:disabled :disabled,
+ #XfceNotifyWindow button.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .osd button:active:disabled, .osd button:checked:disabled, .osd button.flat:active:disabled, .osd button.flat:checked:disabled,
+ #XfceNotifyWindow button:active:disabled,
+ #XfceNotifyWindow button:checked:disabled,
+ #XfceNotifyWindow button.flat:active:disabled,
+ #XfceNotifyWindow button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .osd button:active:disabled :disabled, .osd button:checked:disabled :disabled, .osd button.flat:active:disabled :disabled, .osd button.flat:checked:disabled :disabled,
+ #XfceNotifyWindow button:active:disabled :disabled,
+ #XfceNotifyWindow button:checked:disabled :disabled,
+ #XfceNotifyWindow button.flat:active:disabled :disabled,
+ #XfceNotifyWindow button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .osd button:backdrop, .osd button.flat:backdrop,
+ #XfceNotifyWindow button:backdrop,
+ #XfceNotifyWindow button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ .osd button.separator, .osd button .separator,
+ #XfceNotifyWindow button.separator,
+ #XfceNotifyWindow button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .osd button.separator:disabled, .osd button .separator:disabled,
+ #XfceNotifyWindow button.separator:disabled,
+ #XfceNotifyWindow button .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ .osd button separator, .osd button.nautilus-circular-button.image-button separator,
+ #XfceNotifyWindow button separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+ .osd entry,
+ #XfceNotifyWindow entry {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.8);
+ padding: 5px 3.4285714286px;
+ color: #e0def4;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ .osd entry:focus, .osd entry:hover,
+ #XfceNotifyWindow entry:focus,
+ #XfceNotifyWindow entry:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.7),0.3); }
+ .osd entry:active, .osd entry:active:hover, .osd entry:active:focus, .osd entry:active:hover:focus, .osd entry:checked, .osd entry:checked:hover, .osd entry:checked:focus, .osd entry:checked:hover:focus,
+ #XfceNotifyWindow entry:active,
+ #XfceNotifyWindow entry:active:hover,
+ #XfceNotifyWindow entry:active:focus,
+ #XfceNotifyWindow entry:active:hover:focus,
+ #XfceNotifyWindow entry:checked,
+ #XfceNotifyWindow entry:checked:hover,
+ #XfceNotifyWindow entry:checked:focus,
+ #XfceNotifyWindow entry:checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.32); }
+ .osd entry:disabled,
+ #XfceNotifyWindow entry:disabled {
+ border-color: mix(#e0def4,#191724,0.84); }
+ .osd entry:active:disabled, .osd entry:checked:disabled,
+ #XfceNotifyWindow entry:active:disabled,
+ #XfceNotifyWindow entry:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.8); }
+ .osd entry:focus, .osd entry:active,
+ #XfceNotifyWindow entry:focus,
+ #XfceNotifyWindow entry:active {
+ border-color: mix(#c4a7e7,rgba(21, 20, 31, 0.8),0.3); }
+ .osd entry:disabled,
+ #XfceNotifyWindow entry:disabled {
+ background-color: mix(#191724,#e0def4,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#191724,#e0def4,0.9); }
+ .osd trough, .osd.trough,
+ #XfceNotifyWindow trough,
+ #XfceNotifyWindow.trough {
+ background-color: rgba(224, 222, 244, 0.3); }
+ .osd progressbar, .osd.progressbar,
+ #XfceNotifyWindow progressbar,
+ #XfceNotifyWindow.progressbar {
+ background-color: #e0def4; }
+ .osd scale slider,
+ #XfceNotifyWindow scale slider {
+ background-color: rgba(27, 25, 39, 0.8);
+ background-image: none;
+ border-color: mix(#e0def4,rgba(25, 23, 36, 0.8),0.8); }
+ .osd scale slider:focus, .osd scale slider:hover,
+ #XfceNotifyWindow scale slider:focus,
+ #XfceNotifyWindow scale slider:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,rgba(25, 23, 36, 0.8),0.7),0.3); }
+ .osd scale slider:active, .osd scale slider:active:hover, .osd scale slider:active:focus, .osd scale slider:active:hover:focus, .osd scale slider:checked, .osd scale slider:checked:hover, .osd scale slider:checked:focus, .osd scale slider:checked:hover:focus,
+ #XfceNotifyWindow scale slider:active,
+ #XfceNotifyWindow scale slider:active:hover,
+ #XfceNotifyWindow scale slider:active:focus,
+ #XfceNotifyWindow scale slider:active:hover:focus,
+ #XfceNotifyWindow scale slider:checked,
+ #XfceNotifyWindow scale slider:checked:hover,
+ #XfceNotifyWindow scale slider:checked:focus,
+ #XfceNotifyWindow scale slider:checked:hover:focus {
+ border-color: mix(#e0def4,rgba(25, 23, 36, 0.8),0.32); }
+ .osd scale slider:disabled,
+ #XfceNotifyWindow scale slider:disabled {
+ border-color: mix(#e0def4,rgba(25, 23, 36, 0.8),0.84); }
+ .osd scale slider:active:disabled, .osd scale slider:checked:disabled,
+ #XfceNotifyWindow scale slider:active:disabled,
+ #XfceNotifyWindow scale slider:checked:disabled {
+ border-color: mix(#e0def4,rgba(25, 23, 36, 0.8),0.8); }
+ .osd scale slider:disabled,
+ #XfceNotifyWindow scale slider:disabled {
+ background-color: rgba(23, 21, 32, 0.8);
+ background-image: none; }
+ .osd scale trough,
+ #XfceNotifyWindow scale trough {
+ border-color: rgba(20, 18, 29, 0.8);
+ background-color: rgba(27, 25, 39, 0.8);
+ background-image: none; }
+ .osd scale trough.highlight,
+ #XfceNotifyWindow scale trough.highlight {
+ border-color: #c4a7e7;
+ background-color: #c4a7e7;
+ background-image: none; }
+ .osd scale trough:disabled, .osd scale trough.highlight:disabled,
+ #XfceNotifyWindow scale trough:disabled,
+ #XfceNotifyWindow scale trough.highlight:disabled {
+ border-color: rgba(21, 20, 31, 0.8);
+ background-color: rgba(23, 21, 32, 0.8);
+ background-image: none; }
+ .osd scale trough,
+ #XfceNotifyWindow scale trough {
+ background-color: rgba(40, 37, 58, 0.8); }
+ .osd scale trough highlight,
+ #XfceNotifyWindow scale trough highlight {
+ background-color: #c4a7e7; }
+ .osd scale slider,
+ #XfceNotifyWindow scale slider {
+ background-clip: border-box;
+ background-color: #c4a7e7;
+ border-color: #c4a7e7; }
+ .osd scale slider:hover,
+ #XfceNotifyWindow scale slider:hover {
+ background-color: #dfcff2;
+ border-color: #dfcff2; }
+ .osd scale slider:active,
+ #XfceNotifyWindow scale slider:active {
+ background-color: #a97fdc;
+ border-color: #a97fdc; }
+ .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view,
+ #XfceNotifyWindow.view,
+ iconview#XfceNotifyWindow,
+ #XfceNotifyWindow .view,
+ #XfceNotifyWindow iconview,
+ #XfceNotifyWindow view {
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd scrollbar trough,
+ #XfceNotifyWindow scrollbar trough {
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd scrollbar slider,
+ #XfceNotifyWindow scrollbar slider {
+ border: 1px solid mix(rgba(22, 20, 31, 0.8),#e0def4,0.21);
+ border-radius: 0;
+ background-color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.21); }
+ .osd scrollbar slider:hover,
+ #XfceNotifyWindow scrollbar slider:hover {
+ border-color: mix(rgba(22, 20, 31, 0.8),#e0def4,0.31);
+ background-color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.31); }
+ .osd scrollbar slider:active,
+ #XfceNotifyWindow scrollbar slider:active {
+ border-color: #af88de;
+ background-color: #c4a7e7; }
+ .osd iconview.cell:selected, .osd iconview.cell:selected:focus,
+ #XfceNotifyWindow iconview.cell:selected,
+ #XfceNotifyWindow iconview.cell:selected:focus {
+ background-color: transparent;
+ border: 3px solid mix(rgba(22, 20, 31, 0.8),#e0def4,0.21);
+ border-radius: 2px;
+ outline-color: transparent; }
+ .osd .page-thumbnail,
+ #XfceNotifyWindow .page-thumbnail {
+ border: 1px solid rgba(23, 21, 32, 0.8);
+ /* when there's no pixbuf yet */
+ background-color: rgba(25, 23, 36, 0.8); }
+ .osd popover.background,
+ #XfceNotifyWindow popover.background {
+ box-shadow: 0 2px 7px 3px rgba(86, 86, 107, 0.5); }
+ .osd popover.background > toolbar button,
+ #XfceNotifyWindow popover.background > toolbar button {
+ border-radius: 0;
+ border-width: 0;
+ background-color: transparent;
+ background-image: none; }
+ .osd spinbutton:not(.vertical),
+ #XfceNotifyWindow spinbutton:not(.vertical) {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.8);
+ padding: 0;
+ color: #e0def4;
+ caret-color: #e0def4; }
+ .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover,
+ #XfceNotifyWindow spinbutton:not(.vertical):focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.7),0.3); }
+ .osd spinbutton:not(.vertical):active, .osd spinbutton:not(.vertical):active:hover, .osd spinbutton:not(.vertical):active:focus, .osd spinbutton:not(.vertical):active:hover:focus, .osd spinbutton:not(.vertical):checked, .osd spinbutton:not(.vertical):checked:hover, .osd spinbutton:not(.vertical):checked:focus, .osd spinbutton:not(.vertical):checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):active,
+ #XfceNotifyWindow spinbutton:not(.vertical):active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical):active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.32); }
+ .osd spinbutton:not(.vertical):disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical):disabled {
+ border-color: mix(#e0def4,#191724,0.84); }
+ .osd spinbutton:not(.vertical):active:disabled, .osd spinbutton:not(.vertical):checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical):active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical):checked:disabled {
+ border-color: mix(#e0def4,#191724,0.8); }
+ .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active,
+ #XfceNotifyWindow spinbutton:not(.vertical):focus,
+ #XfceNotifyWindow spinbutton:not(.vertical):active {
+ border-color: mix(#c4a7e7,rgba(21, 20, 31, 0.8),0.3); }
+ .osd spinbutton:not(.vertical):disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical):disabled {
+ background-color: #171520;
+ background-image: none;
+ color: mix(#191724,#e0def4,0.5); }
+ .osd spinbutton:not(.vertical) button,
+ #XfceNotifyWindow spinbutton:not(.vertical) button {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22);
+ border-radius: 0;
+ border-color: rgba(21, 20, 31, 0.5);
+ border-style: none none none solid;
+ background-image: none;
+ box-shadow: none; }
+ .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover:focus, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd spinbutton:not(.vertical) button:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .osd spinbutton:not(.vertical) button.flat,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd spinbutton:not(.vertical) button:hover:active, .osd spinbutton:not(.vertical) button:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:hover:active:focus, .osd spinbutton:not(.vertical) button:hover:checked, .osd spinbutton:not(.vertical) button:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:active, .osd spinbutton:not(.vertical) button.flat:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd spinbutton:not(.vertical) button:hover:disabled, .osd spinbutton:not(.vertical) button.flat:hover:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd spinbutton:not(.vertical) button:hover:active:disabled, .osd spinbutton:not(.vertical) button:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button.flat:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd spinbutton:not(.vertical) button:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd spinbutton:not(.vertical) button:focus:hover:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd spinbutton:not(.vertical) button:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button:focus:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button.flat:checked, .osd spinbutton:not(.vertical) button.flat:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd spinbutton:not(.vertical) button:checked:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button:checked:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button:checked:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button:checked:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button:checked:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button:checked:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button:active:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button:active:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button:active:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button:active:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button:active:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button:active:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button.flat:checked:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button.flat:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button.flat:active:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button.flat:active:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button.flat:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button.flat:active:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button.flat:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd spinbutton:not(.vertical) button:active:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover {
+ color: #e0def4; }
+ .osd spinbutton:not(.vertical) button:disabled:disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .osd spinbutton:not(.vertical) button:disabled:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .osd spinbutton:not(.vertical) button:active:disabled :disabled, .osd spinbutton:not(.vertical) button:checked:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled :disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .osd spinbutton:not(.vertical) button:backdrop, .osd spinbutton:not(.vertical) button.flat:backdrop,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ .osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.separator,
+ #XfceNotifyWindow spinbutton:not(.vertical) button .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .osd spinbutton:not(.vertical) button.separator:disabled, .osd spinbutton:not(.vertical) button .separator:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button.separator:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ .osd spinbutton:not(.vertical) button separator,
+ #XfceNotifyWindow spinbutton:not(.vertical) button separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+ .osd spinbutton:not(.vertical) button:dir(rtl),
+ #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl) {
+ border-style: none solid none none; }
+ .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:hover,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:checked,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:hover {
+ color: #e0def4; }
+ .osd spinbutton:not(.vertical) button:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:disabled {
+ color: alpha(mix(#e0def4,#191724,0.6),0.8); }
+ .osd spinbutton:not(.vertical) button:backdrop,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop {
+ color: mix(#26233a,mix(#f0f0f3,#1f1d2e,0.5),0.9); }
+ .osd spinbutton:not(.vertical) button:active,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:active {
+ box-shadow: inset 0 2px 3px -1px rgba(86, 86, 107, 0.2); }
+ .osd spinbutton:not(.vertical) button:backdrop:disabled,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled {
+ color: rgba(0, 0, 0, 0.8);
+ border-style: none none none solid; }
+ .osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl),
+ #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
+ border-style: none solid none none; }
+ .osd spinbutton:not(.vertical) button:dir(rtl):first-child,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl):first-child {
+ border-radius: 2px 0 0 2px; }
+ .osd spinbutton:not(.vertical) button:dir(ltr):last-child,
+ #XfceNotifyWindow spinbutton:not(.vertical) button:dir(ltr):last-child {
+ border-radius: 0 2px 2px 0; }
+ .osd spinbutton.vertical button:first-child,
+ #XfceNotifyWindow spinbutton.vertical button:first-child {
+ background-color: rgba(25, 23, 36, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover:focus, .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd spinbutton.vertical button:first-child:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .osd spinbutton.vertical button:first-child.flat,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat {
+ color: #e0def4;
+ border-color: rgba(25, 23, 36, 0);
+ background-color: rgba(25, 23, 36, 0);
+ background-image: none;
+ box-shadow: none; }
+ .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ .osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button:first-child.flat:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd spinbutton.vertical button:first-child:hover:active, .osd spinbutton.vertical button:first-child:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:hover:active:focus, .osd spinbutton.vertical button:first-child:hover:checked, .osd spinbutton.vertical button:first-child:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:active, .osd spinbutton.vertical button:first-child.flat:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd spinbutton.vertical button:first-child:hover:disabled, .osd spinbutton.vertical button:first-child.flat:hover:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd spinbutton.vertical button:first-child:hover:active:disabled, .osd spinbutton.vertical button:first-child:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child.flat:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus {
+ background-color: rgba(26, 24, 38, 0.8);
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover {
+ background-color: rgba(28, 25, 40, 0.8);
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ .osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ .osd spinbutton.vertical button:first-child:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ .osd spinbutton.vertical button:first-child:focus:hover:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ .osd spinbutton.vertical button:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child:focus:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child.flat:checked, .osd spinbutton.vertical button:first-child.flat:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ .osd spinbutton.vertical button:first-child:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active, .osd spinbutton.vertical button:first-child:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover, .osd spinbutton.vertical button:first-child:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:focus, .osd spinbutton.vertical button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button:first-child:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked, .osd spinbutton.vertical button:first-child:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover, .osd spinbutton.vertical button:first-child:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:focus, .osd spinbutton.vertical button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active, .osd spinbutton.vertical button:first-child:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover, .osd spinbutton.vertical button:first-child:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:focus, .osd spinbutton.vertical button:first-child:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover:focus, .osd spinbutton.vertical button:first-child:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked, .osd spinbutton.vertical button:first-child:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover, .osd spinbutton.vertical button:first-child:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:focus, .osd spinbutton.vertical button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active, .osd spinbutton.vertical button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active, .osd spinbutton.vertical button:first-child.flat:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover, .osd spinbutton.vertical button:first-child.flat:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:focus, .osd spinbutton.vertical button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked, .osd spinbutton.vertical button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button:first-child.flat:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:active,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover:focus,
+ #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ .osd spinbutton.vertical button:first-child:active:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:focus, .osd spinbutton.vertical button:first-child.flat:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:hover,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover {
+ color: #e0def4; }
+ .osd spinbutton.vertical button:first-child:disabled:disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled {
+ background-color: alpha(mix(rgba(25, 23, 36, 0.8),#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6);
+ box-shadow: none; }
+ .osd spinbutton.vertical button:first-child:disabled:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled :disabled {
+ color: mix(rgba(25, 23, 36, 0.8),#e0def4,0.6); }
+ .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ .osd spinbutton.vertical button:first-child:active:disabled :disabled, .osd spinbutton.vertical button:first-child:checked:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled :disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ .osd spinbutton.vertical button:first-child:backdrop, .osd spinbutton.vertical button:first-child.flat:backdrop,
+ #XfceNotifyWindow spinbutton.vertical button:first-child:backdrop,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ .osd spinbutton.vertical button:first-child.separator, .osd spinbutton.vertical button:first-child .separator,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.separator,
+ #XfceNotifyWindow spinbutton.vertical button:first-child .separator {
+ border: 1px solid currentColor;
+ color: rgba(25, 23, 36, 0.7); }
+ .osd spinbutton.vertical button:first-child.separator:disabled, .osd spinbutton.vertical button:first-child .separator:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child.separator:disabled,
+ #XfceNotifyWindow spinbutton.vertical button:first-child .separator:disabled {
+ color: rgba(25, 23, 36, 0.65); }
+ .osd spinbutton.vertical button:first-child separator,
+ #XfceNotifyWindow spinbutton.vertical button:first-child separator {
+ background-image: image(mix(#e0def4,rgba(25, 23, 36, 0.8),0.9)); }
+
+scrolledwindow viewport.frame {
+ border-style: none; }
+
+scrolledwindow overshoot.top {
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ scrolledwindow overshoot.top:backdrop {
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow overshoot.bottom {
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 100% 5%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ scrolledwindow overshoot.bottom:backdrop {
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 100% 5%;
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow overshoot.left {
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ scrolledwindow overshoot.left:backdrop {
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow overshoot.right {
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(196, 167, 231, 0.2)), to(rgba(196, 167, 231, 0)));
+ background-size: 5% 100%, 100% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+ scrolledwindow overshoot.right:backdrop {
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(196, 167, 231, 0.35)), to(rgba(196, 167, 231, 0.25)));
+ background-size: 5% 100%;
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow undershoot.top {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-top: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center top;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow undershoot.bottom {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-bottom: 1px;
+ background-size: 10px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: center bottom;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow undershoot.left {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-left: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: left center;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow undershoot.right {
+ background-color: transparent;
+ /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
+ $_undershoot_color_light 50%,
+ $_undershoot_color_dark 50%);*/
+ padding-right: 1px;
+ background-size: 1px 10px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: right center;
+ border: 0;
+ box-shadow: none; }
+
+scrolledwindow junction {
+ border-color: transparent;
+ border-image: linear-gradient(to bottom, mix(#1f1d2e,#f0f0f3,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
+ background-color: #14131e; }
+ scrolledwindow junction:dir(rtl) {
+ border-image-slice: 0 1 0 0; }
+ scrolledwindow junction:backdrop {
+ border-image-source: linear-gradient(to bottom, mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9) 1px, transparent 1px);
+ background-color: #191725;
+ transition: 200ms ease-out; }
+
+/*****************
+ ! Progress bars *
+******************/
+progressbar {
+ padding: 0;
+ border-radius: 2px;
+ font-size: smaller;
+ color: rgba(240, 240, 243, 0.6); }
+ progressbar.horizontal trough,
+ progressbar.horizontal progress {
+ min-height: 6px; }
+ progressbar.vertical trough,
+ progressbar.vertical progress {
+ min-width: 6px; }
+ progressbar trough {
+ border: 1px solid mix(#1f1d2e,#f0f0f3,0.17);
+ background-color: mix(#26233a,#1f1d2e,0.08);
+ background-image: none;
+ border-radius: 2px; }
+ progressbar progress {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-radius: 0; }
+ progressbar progress.left {
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px; }
+ progressbar progress.right {
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px; }
+ progressbar progress.bottom {
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px; }
+ progressbar progress.top {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px; }
+
+levelbar.horizontal block {
+ min-width: 34px;
+ min-height: 4px; }
+
+levelbar.vertical block {
+ min-width: 4px;
+ min-height: 34px; }
+
+levelbar:backdrop {
+ transition: 200ms ease-out; }
+
+levelbar trough {
+ background-color: mix(#26233a,#1f1d2e,0.08);
+ border: 1px solid mix(#1f1d2e,#f0f0f3,0.17);
+ border-radius: 2px;
+ padding: 2px; }
+
+levelbar.horizontal.discrete block {
+ margin: 0 1px; }
+ levelbar.horizontal.discrete block:first-child {
+ margin: 0; }
+
+levelbar.vertical.discrete block {
+ margin: 1px 0; }
+ levelbar.vertical.discrete block:first-child {
+ margin: 0; }
+
+levelbar block {
+ background-color: #c4a7e7;
+ border-color: transparent;
+ border-radius: 2px; }
+ levelbar block.low {
+ background-color: #f6c177;
+ border-color: transparent; }
+ levelbar block.high, levelbar block:not(.empty) {
+ background-color: #ebbcba;
+ border-color: transparent; }
+ levelbar block.full {
+ background-color: #9a68d6;
+ border-color: transparent; }
+ levelbar block.empty {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none; }
+
+scale {
+ min-height: 10px;
+ min-width: 10px;
+ padding: 3px; }
+ scale.horizontal trough {
+ padding: 0 3px; }
+ scale.horizontal highlight, scale.horizontal fill {
+ margin: 0 -4px; }
+ scale.vertical trough {
+ padding: 3px 0; }
+ scale.vertical highlight, scale.vertical fill {
+ margin: -4px 0; }
+ scale slider {
+ min-height: 15px;
+ min-width: 15px;
+ margin: -7px; }
+ scale.fine-tune slider {
+ margin: -7px; }
+ scale.fine-tune highlight {
+ background-color: #d9c6f0; }
+ scale.fine-tune fill,
+ scale.fine-tune highlight,
+ scale.fine-tune trough {
+ border-radius: 5px;
+ -gtk-outline-radius: 7px; }
+ scale trough {
+ outline-offset: 2px;
+ -gtk-outline-radius: 4.5px;
+ border-radius: 2.5px;
+ background-color: mix(#1f1d2e,#f0f0f3,0.2); }
+ scale trough:disabled {
+ background-color: mix(#1f1d2e,#f0f0f3,0.1); }
+ menuitem:hover scale trough, row:selected scale trough, infobar scale trough {
+ background-color: rgba(86, 86, 107, 0.2); }
+ menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight {
+ background-color: #191724; }
+ menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled {
+ background-color: mix(#191724,#c4a7e7,0.55); }
+ menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled {
+ background-color: rgba(86, 86, 107, 0.1); }
+ scale highlight {
+ border-radius: 2.5px;
+ background-color: #c4a7e7; }
+ scale highlight:disabled {
+ background-color: rgba(196, 167, 231, 0.55); }
+ scale fill {
+ border-radius: 2.5px;
+ background-color: rgba(196, 167, 231, 0.5); }
+ scale fill:disabled {
+ background-color: transparent; }
+ scale slider {
+ background-color: #191724;
+ border: 1px solid rgba(224, 222, 244, 0.16);
+ border-radius: 100%;
+ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+ transition-property: background, border; }
+ scale slider:hover {
+ background-color: #242134; }
+ scale slider:active {
+ background-clip: border-box;
+ background-color: #c4a7e7;
+ border-color: #c4a7e7; }
+ scale slider:disabled {
+ background-color: mix(#191724,#1f1d2e,0.55);
+ border-color: mix(#e0def4,#1f1d2e,0.92); }
+ menuitem:hover scale slider, row:selected scale slider, infobar scale slider {
+ background-clip: border-box;
+ background-color: #191724;
+ border-color: #191724; }
+ menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover {
+ background-color: mix(#191724,#c4a7e7,0.85);
+ border-color: mix(#191724,#c4a7e7,0.85); }
+ menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active {
+ background-color: mix(#191724,#c4a7e7,0.5);
+ border-color: mix(#191724,#c4a7e7,0.5); }
+ menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled {
+ background-color: mix(#191724,#c4a7e7,0.55);
+ border-color: mix(#191724,#c4a7e7,0.55); }
+ scale value {
+ color: alpha(currentColor,0.4); }
+ scale marks {
+ color: alpha(currentColor,0.4); }
+ scale marks.top {
+ margin-bottom: 1px;
+ margin-top: -4px; }
+ scale marks.bottom {
+ margin-top: 1px;
+ margin-bottom: -4px; }
+ scale marks.top {
+ margin-right: 1px;
+ margin-left: -4px; }
+ scale marks.bottom {
+ margin-left: 1px;
+ margin-right: -4px; }
+ scale.fine-tune marks.top {
+ margin-bottom: 0px;
+ margin-top: -2px; }
+ scale.fine-tune marks.bottom {
+ margin-top: 0px;
+ margin-bottom: -2px; }
+ scale.fine-tune marks.top {
+ margin-right: 0px;
+ margin-left: -2px; }
+ scale.fine-tune marks.bottom {
+ margin-left: 0px;
+ margin-right: -2px; }
+ scale.horizontal indicator {
+ min-height: 3px;
+ min-width: 1px; }
+ scale.horizontal.fine-tune indicator {
+ min-height: 2px; }
+ scale.vertical indicator {
+ min-height: 1px;
+ min-width: 3px; }
+ scale.vertical.fine-tune indicator {
+ min-width: 2px; }
+ scale.color trough {
+ padding: 0;
+ border: 0;
+ background-image: none; }
+ scale.color highlight, scale.color fill {
+ margin: 0; }
+ scale.color.horizontal {
+ padding: 0 0 6px; }
+ scale.color.horizontal trough {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+ scale.color.horizontal slider:hover, scale.color.horizontal slider:backdrop, scale.color.horizontal slider:disabled, scale.color.horizontal slider:backdrop:disabled, scale.color.horizontal slider {
+ margin-bottom: 0;
+ margin-top: 0; }
+ scale.color.vertical:dir(ltr) {
+ padding: 0 0 0 6px; }
+ scale.color.vertical:dir(ltr) trough {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0; }
+ scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider {
+ margin-left: 0;
+ margin-right: 0; }
+ scale.color.vertical:dir(rtl) {
+ padding: 0 6px 0 0; }
+ scale.color.vertical:dir(rtl) trough {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0; }
+ scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider {
+ margin-right: 0;
+ margin-left: 0; }
+
+/***********
+ ! Scrollbar
+************/
+scrollbar {
+ background-color: #14131e;
+ transition: 300ms ease-out; }
+ * {
+ -GtkScrollbar-has-backward-stepper: false;
+ -GtkScrollbar-has-forward-stepper: false; }
+ scrollbar.top {
+ border-bottom: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ scrollbar.bottom {
+ border-top: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ scrollbar.left {
+ border-right: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ scrollbar.right {
+ border-left: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ scrollbar:backdrop {
+ background-color: #191725;
+ border-color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9);
+ transition: 400ms ease-in; }
+ scrollbar slider {
+ min-width: 7px;
+ min-height: 7px;
+ border: 1px solid transparent;
+ border-radius: 2px;
+ background-clip: padding-box;
+ background-color: mix(#1f1d2e,#f0f0f3,0.5); }
+ scrollbar slider:hover {
+ background-color: mix(#1f1d2e,#f0f0f3,0.7); }
+ scrollbar slider:hover:active {
+ background-color: #b793e2; }
+ scrollbar slider:backdrop {
+ background-color: mix(mix(#f0f0f3,#1f1d2e,0.5),#1f1d2e,0.4); }
+ scrollbar slider:disabled {
+ background-color: transparent; }
+ scrollbar.horizontal slider {
+ min-width: 40px; }
+ scrollbar.vertical slider {
+ min-height: 40px; }
+ scrollbar.fine-tune slider:active {
+ background-color: #d1bbec; }
+ scrollbar.overlay-indicator {
+ opacity: .8; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
+ border-color: transparent;
+ opacity: .4;
+ background-color: transparent; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
+ min-width: 4px;
+ min-height: 4px;
+ background-color: #f0f0f3;
+ border: 1px solid #201e30; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
+ min-width: 4px;
+ min-height: 4px;
+ border-color: transparent;
+ -gtk-icon-source: none; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
+ min-width: 40px; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
+ min-width: 7px; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
+ min-height: 40px; }
+ scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
+ min-height: 7px; }
+ scrollbar button, scrollbar button.nautilus-circular-button.image-button {
+ min-width: 7px;
+ min-height: 7px;
+ padding: 0;
+ border: 0;
+ border-radius: 0;
+ border-color: mix(#1f1d2e,#f0f0f3,0.18);
+ background-color: transparent;
+ box-shadow: none;
+ color: mix(#1f1d2e,#f0f0f3,0.5); }
+ scrollbar button:hover, scrollbar button.nautilus-circular-button.image-button:hover {
+ color: mix(#1f1d2e,#f0f0f3,0.7); }
+ scrollbar button:active, scrollbar button.nautilus-circular-button.image-button:active, scrollbar button:checked, scrollbar button.nautilus-circular-button.image-button:checked {
+ color: #b793e2; }
+ scrollbar button:backdrop, scrollbar button.nautilus-circular-button.image-button:backdrop {
+ color: mix(mix(#f0f0f3,#1f1d2e,0.5),#1f1d2e,0.4); }
+ scrollbar.vertical button.down {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ border-top: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ scrollbar.vertical button.up {
+ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
+ border-bottom: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ scrollbar.horizontal button.down {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+ border-left: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ scrollbar.horizontal button.up {
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
+ border-right: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+
+/*********
+ ! Sidebar
+**********/
+.sidebar {
+ border-style: none;
+ background-color: mix(#1f1d2e,#26233a,0.5); }
+ stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left {
+ border-right: 1px solid mix(#1f1d2e,#f0f0f3,0.18);
+ border-left-style: none; }
+ stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right {
+ border-left: 1px solid mix(#1f1d2e,#f0f0f3,0.18);
+ border-right-style: none; }
+ .sidebar:backdrop {
+ background-color: mix(#1f1d2e,#26233a,0.5);
+ border-color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9);
+ transition: 200ms ease-out; }
+ .sidebar .frame, .sidebar frame {
+ border-width: 0; }
+ 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 row {
+ padding: 6px 3px; }
+ stacksidebar row > label {
+ padding-left: 3px;
+ padding-right: 3px; }
+ stacksidebar row.needs-attention > label {
+ background-size: 6px 6px, 0 0; }
+
+placessidebar > viewport.frame {
+ border-style: none; }
+
+placessidebar row {
+ min-height: 32px;
+ padding: 0; }
+ placessidebar row > revealer {
+ padding: 0 6px; }
+ placessidebar row:selected {
+ color: #191724; }
+ placessidebar row:disabled {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ placessidebar row:backdrop {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ placessidebar row:backdrop:selected {
+ color: mix(#c4a7e7,#191724,0.66); }
+ placessidebar row:backdrop:disabled {
+ color: black; }
+ placessidebar row image.sidebar-icon {
+ opacity: 0.7; }
+ placessidebar row image.sidebar-icon:dir(ltr) {
+ padding-right: 8px;
+ padding-left: 3px; }
+ placessidebar row image.sidebar-icon:dir(rtl) {
+ padding-left: 8px;
+ padding-right: 3px; }
+ placessidebar row label.sidebar-label:dir(ltr) {
+ padding-right: 2px; }
+ placessidebar row label.sidebar-label:dir(rtl) {
+ padding-left: 2px; }
+ button.sidebar-button, button.sidebar-button.nautilus-circular-button.image-button {
+ min-height: 20px;
+ min-width: 20px;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ padding: 0;
+ border-radius: 100%;
+ -gtk-outline-radius: 100%; }
+ button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image {
+ opacity: 0.7; }
+ placessidebar row:selected:active {
+ box-shadow: none; }
+ placessidebar row.sidebar-placeholder-row {
+ padding: 0 8px;
+ min-height: 2px;
+ background-image: image(#c4a7e7);
+ background-clip: content-box; }
+ placessidebar row.sidebar-new-bookmark-row {
+ color: #c4a7e7; }
+ placessidebar row:drop(active):not(:disabled) {
+ color: #c4a7e7;
+ box-shadow: inset 0 1px #c4a7e7, inset 0 -1px #c4a7e7; }
+ placessidebar row:drop(active):not(:disabled):selected {
+ color: #191724;
+ background-color: #c4a7e7; }
+
+/******
+! Paned
+*******/
+paned > separator {
+ min-width: 1px;
+ min-height: 1px;
+ -gtk-icon-source: none;
+ border-style: none;
+ background-color: transparent;
+ background-image: image(#1c1a29);
+ background-size: 1px 1px;
+ background-position: center center; }
+ paned > separator:selected {
+ background-image: image(#c4a7e7); }
+ paned > separator:backdrop {
+ background-image: image(mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9)); }
+ paned > separator.wide {
+ min-width: 5px;
+ min-height: 5px;
+ background-color: #1f1d2e;
+ background-image: image(#191725), image(#191725);
+ background-size: 1px 1px, 1px 1px; }
+ paned > separator.wide:backdrop {
+ background-color: #1f1d2e;
+ background-image: image(mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9)), image(mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9)); }
+
+paned.horizontal > separator {
+ background-repeat: repeat-y;
+ padding: 0 2px;
+ margin: 0 -2px; }
+ paned.horizontal > separator.wide {
+ margin: 0;
+ padding: 0;
+ background-repeat: repeat-y, repeat-y;
+ background-position: left, right; }
+
+paned.vertical > separator {
+ background-repeat: repeat-x;
+ padding: 2px 0;
+ margin: -2px 0; }
+ paned.vertical > separator.wide {
+ margin: 0;
+ padding: 0;
+ background-repeat: repeat-x, repeat-x;
+ background-position: bottom, top; }
+
+paned.titlebar > separator {
+ background-image: image(#171520); }
+
+/*******************
+ ! Spinner animation
+********************/
+@keyframes spin {
+ to {
+ -gtk-icon-transform: rotate(1turn); } }
+
+spinner {
+ background-image: none;
+ color: #c4a7e7;
+ opacity: 0;
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
+ spinner:checked {
+ opacity: 1;
+ animation: spin 1s linear infinite; }
+ spinner:checked:disabled {
+ opacity: .5; }
+
+/***********************
+ ! Check and Radio items
+************************/
+radio {
+ background-image: none;
+ min-width: 16px;
+ min-height: 16px;
+ margin-right: 3px; }
+ radio:disabled {
+ -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); }
+ radio:checked, radio:active {
+ -gtk-icon-source: url("../assets/radio-checked.svg"); }
+ radio:checked:disabled, radio:active:disabled {
+ -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); }
+ radio:indeterminate {
+ -gtk-icon-source: url("../assets/radio-mixed.svg"); }
+ radio:indeterminate:disabled {
+ -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); }
+ menuitem radio, modelbutton radio {
+ -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); }
+ menuitem radio:disabled, modelbutton radio:disabled {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); }
+ menuitem radio:checked, menuitem radio:active, modelbutton radio:checked, modelbutton radio:active {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); }
+ menuitem radio:checked:hover, menuitem radio:active:hover, modelbutton radio:checked:hover, modelbutton radio:active:hover {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); }
+ menuitem radio:checked:disabled, menuitem radio:active:disabled, modelbutton radio:checked:disabled, modelbutton radio:active:disabled {
+ -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); }
+ menuitem radio:indeterminate, modelbutton radio:indeterminate {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); }
+ menuitem radio:indeterminate:hover, modelbutton radio:indeterminate:hover {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); }
+ menuitem radio:indeterminate:disabled, modelbutton radio:indeterminate:disabled {
+ -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); }
+
+check {
+ background-image: none;
+ min-width: 16px;
+ min-height: 16px;
+ margin-right: 3px; }
+ check:disabled {
+ -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); }
+ check:checked, check:active {
+ -gtk-icon-source: url("../assets/checkbox-checked.svg"); }
+ check:checked:disabled, check:active:disabled {
+ -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); }
+ check:indeterminate {
+ -gtk-icon-source: url("../assets/checkbox-mixed.svg"); }
+ check:indeterminate:disabled {
+ -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); }
+ menuitem check, modelbutton check {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); }
+ menuitem check:disabled, modelbutton check:disabled {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); }
+ menuitem check:checked, menuitem check:active, modelbutton check:checked, modelbutton check:active {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); }
+ menuitem check:checked:hover, menuitem check:active:hover, modelbutton check:checked:hover, modelbutton check:active:hover {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); }
+ menuitem check:checked:disabled, menuitem check:active:disabled, modelbutton check:checked:disabled, modelbutton check:active:disabled {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); }
+ menuitem check:indeterminate, modelbutton check:indeterminate {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); }
+ menuitem check:indeterminate:hover, modelbutton check:indeterminate:hover {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); }
+ menuitem check:indeterminate:disabled, modelbutton check:indeterminate:disabled {
+ -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); }
+
+check, radio {
+ box-shadow: -1px 0 mix(#1f1d2e,#f0f0f3,0.3) inset, 1px 0 mix(#1f1d2e,#f0f0f3,0.3) inset, 0 -1px mix(#1f1d2e,#f0f0f3,0.3) inset, 0 1px mix(#1f1d2e,#f0f0f3,0.3) inset;
+ border-radius: 1px;
+ background-color: #26233a; }
+ check:disabled, radio:disabled {
+ box-shadow: -1px 0 mix(#1f1d2e,#f0f0f3,0.15) inset, 1px 0 mix(#1f1d2e,#f0f0f3,0.15) inset, 0 -1px mix(#1f1d2e,#f0f0f3,0.15) inset, 0 1px mix(#1f1d2e,#f0f0f3,0.15) inset;
+ background-color: rgba(38, 35, 58, 0.25); }
+ menuitem check:disabled, modelbutton check:disabled, menuitem check, modelbutton check, menuitem radio:disabled, modelbutton radio:disabled, menuitem radio, modelbutton radio {
+ box-shadow: none;
+ border-radius: 0;
+ background-color: transparent;
+ border: 0; }
+ textview check:focus, .view check:focus, iconview check:focus, view check:focus, treeview check:focus, textview radio:focus, .view radio:focus, iconview radio:focus, view radio:focus, treeview radio:focus {
+ background-color: #26233a; }
+
+radio {
+ border-radius: 999px; }
+
+radio:dir(rtl), check:dir(rtl) {
+ margin-right: 0;
+ margin-left: 3px; }
+
+.view.content-view.check:not(list), iconview.content-view.check:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:active:not(list), iconview.content-view.check:active:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-unchecked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+.view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list) {
+ -gtk-icon-shadow: none;
+ -gtk-icon-source: url("../assets/grid-selection-checked.svg");
+ background-color: transparent; }
+
+/********
+ ! Switch
+*********/
+switch {
+ border-radius: 2px;
+ padding: 2px;
+ border: 0;
+ outline: none;
+ transition: background-color .3s linear;
+ min-width: 78px;
+ min-height: 24px;
+ background-color: mix(#1f1d2e,#26233a,0.3);
+ color: #c5c3ce;
+ box-shadow: inset 1px -1px 0 rgba(43, 43, 54, 0.06), inset -1px 1px 0 rgba(43, 43, 54, 0.06);
+ font-size: 90%; }
+ switch slider {
+ background-color: mix(#c5c3ce,#1f1d2e,0.5);
+ transition: all .3s ease-in;
+ box-shadow: 0 1px 2px 0 rgba(43, 43, 54, 0.07), 1px 0 2px 0 rgba(43, 43, 54, 0.07);
+ border-radius: 2px; }
+ switch:checked {
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: #c4a7e7;
+ color: #26233a; }
+ switch:checked slider {
+ background-color: #201e30;
+ box-shadow: 0 1px 3px 0 rgba(43, 43, 54, 0.1); }
+ switch:disabled {
+ background-color: mix(#1f1d2e,#26233a,0.5);
+ background-image: none;
+ border-color: #1f1d2e;
+ color: #1f1d2e;
+ box-shadow: none; }
+ switch:disabled slider {
+ background-color: #1f1d2e; }
+ list row:selected switch {
+ background-color: #1f1d2e;
+ color: mix(#1f1d2e,#26233a,0.5); }
+ list row:selected switch slider {
+ background-color: mix(mix(#1f1d2e,#26233a,0.5),#26233a,0.4); }
+ list row:selected switch:checked {
+ color: #c4a7e7;
+ background-color: mix(#c5c3ce,#1f1d2e,0.5); }
+ list row:selected switch:checked slider {
+ background-color: #c4a7e7; }
+
+/*********
+ ! Buttons
+**********/
+/******************
+! ComboBoxes *
+*******************/
+/*********
+ ! Toolbar
+**********/
+/***************
+ ! Generic views
+****************/
+.view, iconview,
+.view text,
+iconview text,
+textview text {
+ color: #c5c3ce;
+ background-color: #26233a;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ .view:backdrop, iconview:backdrop,
+ .view text:backdrop,
+ iconview text:backdrop,
+ textview text:backdrop {
+ color: mix(#26233a,#c5c3ce,0.8);
+ background-color: #26233a; }
+ .view separator, iconview separator,
+ textview text separator {
+ background-image: image(mix(#c5c3ce,#26233a,0.9)); }
+
+textview border {
+ background-color: mix(#1f1d2e,#26233a,0.5); }
+
+iconview :selected {
+ border-radius: 2px; }
+
+/************
+! Treeview
+*************/
+.rubberband,
+rubberband,
+treeview.view rubberband,
+flowbox rubberband {
+ border: 1px solid mix(#c4a7e7,#191724,0.1);
+ background-color: rgba(196, 167, 231, 0.2); }
+
+treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
+ background-color: #26233a;
+ transition-property: color, background; }
+
+treeview entry.flat, treeview entry {
+ border-radius: 0;
+ background-image: none;
+ background-color: #26233a; }
+ treeview entry.flat:focus, treeview entry:focus {
+ border-color: #c4a7e7; }
+
+treeview.view header button:active, treeview.view header button:hover, treeview.view header button, treeview.view header button.nautilus-circular-button.image-button {
+ padding: 1px 4px;
+ border-radius: 0;
+ text-shadow: none;
+ border-top-color: transparent;
+ border-left-color: transparent; }
+ treeview.view header button:disabled {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ treeview.view header button:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.5);
+ background-image: none;
+ background-color: mix(#191724,#1f1d2e,0.5); }
+ treeview.view header button:backdrop:disabled {
+ border-color: #1f1d2e;
+ background-image: none; }
+
+treeview.view {
+ -GtkTreeView-grid-line-width: 1;
+ -GtkTreeView-grid-line-pattern: "";
+ -GtkTreeView-tree-line-width: 1;
+ -GtkTreeView-tree-line-pattern: "";
+ border-left-color: mix(#f0f0f3,#26233a,0.7);
+ border-top-color: mix(#f0f0f3,#26233a,0.9); }
+ treeview.view:selected:focus, treeview.view:selected {
+ border-radius: 0; }
+ treeview.view:selected:backdrop, treeview.view:selected {
+ border-left-color: mix(#191724,#c4a7e7,0.5);
+ border-top-color: rgba(240, 240, 243, 0.1); }
+ treeview.view:disabled {
+ color: mix(#f0f0f3,#1f1d2e,0.5); }
+ treeview.view:disabled:selected {
+ color: mix(#191724,#c4a7e7,0.4); }
+ treeview.view:disabled:selected:backdrop {
+ color: mix(mix(#c4a7e7,#191724,0.66),#c4a7e7,0.3); }
+ treeview.view:disabled:backdrop {
+ color: black; }
+ treeview.view.separator {
+ min-height: 2px;
+ color: #1f1d2e; }
+ treeview.view.separator:backdrop {
+ color: rgba(31, 29, 46, 0.1); }
+ treeview.view:backdrop {
+ border-left-color: mix(mix(#f0f0f3,#1f1d2e,0.5),#1f1d2e,0.5);
+ border-top: #1f1d2e; }
+ treeview.view:drop(active) {
+ border-style: solid none;
+ border-width: 1px;
+ border-color: mix(#c4a7e7,#f0f0f3,0.3); }
+ treeview.view:drop(active).after {
+ border-top-style: none; }
+ treeview.view:drop(active).before {
+ border-bottom-style: none; }
+ treeview.view.expander {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+ color: mix(#26233a,#f0f0f3,0.7); }
+ treeview.view.expander:dir(rtl) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
+ treeview.view.expander:hover {
+ color: #f0f0f3; }
+ treeview.view.expander:selected {
+ color: mix(#c4a7e7,#191724,0.7); }
+ treeview.view.expander:selected:hover {
+ color: #191724; }
+ treeview.view.expander:selected:backdrop {
+ color: mix(#c4a7e7,mix(#c4a7e7,#191724,0.66),0.7); }
+ treeview.view.expander:checked {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+ treeview.view.expander:backdrop {
+ color: mix(#26233a,mix(#f0f0f3,#1f1d2e,0.5),0.7); }
+ treeview.view.progressbar {
+ background-color: #c4a7e7;
+ background-image: none;
+ color: #26233a;
+ border-radius: 2px;
+ border: 1px solid mix(#c4a7e7,#f0f0f3,0.3); }
+ treeview.view.progressbar:selected {
+ border: 1px solid mix(#c4a7e7,#191724,0.2); }
+ treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected {
+ color: #191724;
+ box-shadow: none;
+ background-color: #c4a7e7;
+ background-image: none;
+ border-radius: 2px; }
+ treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop {
+ color: mix(#c4a7e7,#191724,0.66);
+ border-color: mix(#c4a7e7,#f0f0f3,0.3);
+ background-color: mix(#26233a,#c4a7e7,0.9); }
+ treeview.view.progressbar:disabled {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: mix(#f0f0f3,#1f1d2e,0.84); }
+ treeview.view.progressbar:backdrop {
+ color: #26233a;
+ background-image: none;
+ box-shadow: none; }
+ treeview.view.trough {
+ background-color: rgba(240, 240, 243, 0.1);
+ border-radius: 2px; }
+ treeview.view.trough:selected:focus, treeview.view.trough:selected {
+ background-color: rgba(25, 23, 36, 0.3);
+ border-width: 1px 0;
+ border-style: solid;
+ border-color: #c4a7e7;
+ border-radius: 2px; }
+ treeview.view header button, treeview.view header button.nautilus-circular-button.image-button {
+ font-weight: normal;
+ text-shadow: none;
+ box-shadow: none; }
+ treeview.view header button:hover {
+ border-top-color: mix(#c4a7e7,#f0f0f3,0.3);
+ border-left-color: mix(#c4a7e7,#f0f0f3,0.3);
+ box-shadow: none;
+ transition: none; }
+ treeview.view header button:active {
+ border-top-color: mix(#c4a7e7,#f0f0f3,0.3);
+ border-left-color: mix(#c4a7e7,#f0f0f3,0.3);
+ transition: none; }
+ treeview.view header button:last-child:backdrop, treeview.view header button:last-child {
+ border-right-style: none; }
+ treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd,
+ treeview.view header.button.dnd:active,
+ treeview.view header.button.dnd:selected,
+ treeview.view header.button.dnd:hover,
+ treeview.view header.button.dnd {
+ padding: 0 6px;
+ transition: none;
+ background-image: none;
+ background-color: #c4a7e7;
+ color: #26233a;
+ border-radius: 0;
+ border-style: none;
+ box-shadow: inset 0 0 0 1px #26233a;
+ text-shadow: none; }
+ treeview.view acceleditor > label {
+ background-color: #c4a7e7; }
+
+/***********
+ ! Separator
+************/
+separator {
+ background-image: image(mix(#f0f0f3,#1f1d2e,0.9));
+ min-width: 1px;
+ min-height: 1px; }
+
+/**********
+ ! Frames *
+***********/
+frame > border, .frame {
+ border: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ frame > border.flat, .frame.flat {
+ border-style: none; }
+ frame > border:backdrop, .frame:backdrop {
+ border-color: mix(#1f1d2e,mix(#1f1d2e,#f0f0f3,0.18),0.9); }
+
+frame.border-inset > border,
+frame.border-outset > border,
+frame.border-groove > border,
+frame.border-ridge > border {
+ border: 1px solid alpha(mix(#1f1d2e,#f0f0f3,0.18),0.3470588235); }
+
+.content-view {
+ background-color: mix(#26233a,#1f1d2e,0.28);
+ color: mix(#c5c3ce,#f0f0f3,0.18);
+ border: 1px solid shade(mix(#26233a,#1f1d2e,0.78),0.8); }
+
+viewport separator {
+ background-image: image(mix(#c5c3ce,#26233a,0.9)); }
+
+viewport menu separator {
+ background-image: image(mix(#191724,#e0def4,0.18)); }
+
+/***************
+ ! Places view *
+****************/
+placesview .server-list-button > image {
+ transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+ -gtk-icon-transform: rotate(0turn); }
+
+placesview .server-list-button:checked > image {
+ transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+ -gtk-icon-transform: rotate(-0.5turn); }
+
+placesview row.activatable:hover {
+ background-color: transparent; }
+
+placesview > actionbar > revealer > box > label {
+ padding-left: 8px;
+ padding-right: 8px; }
+
+/**************
+ ! Window frame
+***************/
+decoration {
+ background-color: #191724;
+ background-image: none;
+ border-radius: 2px 2px 0 0;
+ border-width: 0;
+ box-shadow: 0 3px 9px 1px rgba(86, 86, 107, 0.7), 0 0 0 1px #c4a7e7;
+ /* this is used for the resize cursor area */
+ margin: 9px; }
+ decoration:backdrop {
+ box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(86, 86, 107, 0.4), 0 0 0 1px #191724;
+ transition: 200ms ease-out; }
+ .maximized decoration, .fullscreen decoration, .tiled decoration {
+ border-radius: 0; }
+ .popup decoration {
+ box-shadow: none; }
+ .ssd decoration {
+ box-shadow: 0 0 0 1px #c4a7e7; }
+ .ssd decoration:backdrop {
+ box-shadow: 0 0 0 1px #191724; }
+ .solid-csd decoration {
+ border-radius: 0;
+ margin: 0;
+ box-shadow: none; }
+ .csd.popup decoration {
+ border-radius: 0;
+ box-shadow: 0 1px 2px rgba(86, 86, 107, 0.2), 0 0 0 1px rgba(25, 23, 36, 0.13); }
+ tooltip.csd decoration {
+ border-radius: 2px;
+ box-shadow: none; }
+ messagedialog.csd decoration {
+ border-radius: 2px;
+ box-shadow: 0 1px 2px rgba(86, 86, 107, 0.2), 0 0 0 1px rgba(25, 23, 36, 0.13); }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+UnityPanelWidget, .unity-panel, .xfce4-panel, .mate-panel-menu-bar, wnck-pager, wnck-tasklist, clock-box menuitem, clock-box:backdrop menuitem,
+panel-applet > menubar menuitem,
+panel-applet > menubar:backdrop menuitem,
+panel-toplevel .gnome-panel-menu-bar menuitem, clock-box, clock-box:backdrop,
+panel-applet > menubar,
+panel-applet > menubar:backdrop,
+panel-toplevel .gnome-panel-menu-bar, panel-plug,
+panel-toplevel.background {
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4; }
+
+gp-calendar-window label,
+#tasklist-button label,
+#clock-applet-button label,
+#showdesktop-button label, clock-box menuitem label, clock-box:backdrop menuitem label,
+panel-applet > menubar menuitem label,
+panel-applet > menubar:backdrop menuitem label,
+panel-toplevel .gnome-panel-menu-bar menuitem label {
+ font-weight: normal;
+ color: #e0def4; }
+
+#login_window, #shutdown_dialog, #restart_dialog, .xfce4-panel button, .xfce4-panel button.nautilus-circular-button.image-button, panel-applet button, panel-applet button.nautilus-circular-button.image-button, panel-applet button:backdrop, #clock-applet-button, #clock-applet-button:backdrop {
+ border-width: 0 1px;
+ border-radius: 0;
+ border-color: transparent;
+ background-color: transparent;
+ background-image: none;
+ color: #e0def4; }
+ #login_window:hover, #shutdown_dialog:hover, #restart_dialog:hover, .xfce4-panel button:hover, panel-applet button:hover, panel-applet button.nautilus-circular-button.image-button:hover, #clock-applet-button:hover {
+ background-color: mix(#191724,#e0def4,0.11);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.11);
+ color: #fafafd; }
+ #login_window:active, #shutdown_dialog:active, #restart_dialog:active, .xfce4-panel button:active, panel-applet button:active, panel-applet button.nautilus-circular-button.image-button:active, #clock-applet-button:active, #login_window:checked, #shutdown_dialog:checked, #restart_dialog:checked, .xfce4-panel button:checked, panel-applet button:checked, panel-applet button.nautilus-circular-button.image-button:checked, #clock-applet-button:checked {
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.21);
+ color: #fafafd; }
+ #login_window:active:hover, #shutdown_dialog:active:hover, #restart_dialog:active:hover, .xfce4-panel button:active:hover, panel-applet button:active:hover, #clock-applet-button:active:hover, #login_window:checked:hover, #shutdown_dialog:checked:hover, #restart_dialog:checked:hover, .xfce4-panel button:checked:hover, panel-applet button:checked:hover, #clock-applet-button:checked:hover {
+ background-color: mix(#191724,#e0def4,0.31);
+ background-image: none;
+ border-color: mix(#191724,#e0def4,0.31); }
+
+panel-plug,
+panel-toplevel.background {
+ padding: 0; }
+
+.gp-text-color {
+ color: #56566b; }
+
+panel-applet {
+ border: 0; }
+
+clock-box menuitem, clock-box:backdrop menuitem,
+panel-applet > menubar menuitem,
+panel-applet > menubar:backdrop menuitem,
+panel-toplevel .gnome-panel-menu-bar menuitem,
+panel-toplevel .gnome-panel-menu-bar:backdrop menuitem {
+ border: 0; }
+
+/****************
+ ! MATE styles *
+*****************/
+.mate-panel-menu-bar {
+ border: 0;
+ padding: 0;
+ text-shadow: none; }
+
+#PanelApplet label,
+.mate-panel-menu-bar menubar > menuitem {
+ color: #e0def4; }
+
+PanelSeparator, MatePanelAppletFrameDBus {
+ border-width: 0;
+ color: transparent;
+ background-image: -gtk-scaled(url("../assets/pane-handle.png"), url("../assets/pane-handle@2.png"));
+ background-color: transparent;
+ background-repeat: no-repeat;
+ background-position: left; }
+
+#PanelApplet button,
+#PanelApplet button.flat,
+#PanelApplet button.toggle
+#PanelApplet button.flat.toggle {
+ background-image: none;
+ background-color: transparent;
+ border-color: transparent;
+ border-style: solid;
+ border-radius: 0;
+ border-width: 1px;
+ color: #e0def4;
+ text-shadow: none;
+ box-shadow: none;
+ padding: 2px; }
+
+#PanelApplet button:hover:active,
+#PanelApplet button:checked,
+#PanelApplet button:checked:hover,
+#PanelApplet button.flat:hover:active,
+#PanelApplet button.flat:checked,
+#PanelApplet button.flat:checked:hover,
+#PanelApplet button.toggle:hover:active,
+#PanelApplet button.toggle:checked,
+#PanelApplet button.toggle:checked:hover,
+#PanelApplet button.flat.toggle:hover:active,
+#PanelApplet button.flat.toggle:checked,
+#PanelApplet button.flat.toggle:checked:hover {
+ background-image: none;
+ background-color: darker(#191724);
+ border-color: transparent;
+ border-radius: 0;
+ border-width: 1px;
+ color: lighter(#e0def4);
+ text-shadow: none;
+ padding: 2px; }
+
+#PanelApplet button:hover,
+#PanelApplet button.flat:hover,
+#PanelApplet button.toggle:hover,
+#PanelApplet button.flat.toggle:hover {
+ background-image: none;
+ background-color: #211e2f;
+ border-color: transparent;
+ border-radius: 0;
+ border-width: 1px;
+ color: #191724;
+ text-shadow: none;
+ padding: 2px; }
+
+.mate-panel-menu-bar menubar > menuitem {
+ padding: 3px 7px; }
+
+/*********************
+ ! Cinnamon Settings *
+**********************/
+.cs-category-view, .cs-category-view:backdrop, .cs-category-view .view, .cs-category-view iconview, .cs-category-view .view:backdrop {
+ background-color: transparent; }
+
+/****************
+ ! Gnome clocks *
+*****************/
+.clocks-analog-frame.trough {
+ color: mix(#f0f0f3,#1f1d2e,0.85); }
+
+.clocks-analog-frame.progress {
+ color: mix(#1f1d2e,#c4a7e7,0.5); }
+
+.clocks-analog-frame.progress-fast {
+ color: #8549cd; }
+
+/*****************
+ ! Gnome Builder *
+******************/
+workbench.csd > stack.titlebar:not(headerbar) {
+ padding: 0;
+ background: none;
+ border: 0;
+ box-shadow: none; }
+ workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
+ border-radius: 2px 2px 0 0; }
+
+/****************
+ ! Geary *
+*****************/
+.geary-expanded .geary-message-summary {
+ background-color: #242137; }
+
+.geary-folder-popover-list-row {
+ border-color: #1e1c2b;
+ box-shadow: None; }
+ .geary-folder-popover-list-row > label {
+ color: #1f1d2e; }
+
+/***********************
+ ! Unity Greeter *
+ ***********************/
+@keyframes dashentry_spinner {
+ to {
+ -gtk-icon-transform: rotate(1turn); } }
+
+.lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry, .lightdm.button {
+ background-image: none;
+ background-color: rgba(86, 86, 107, 0.3);
+ border-color: rgba(32, 30, 48, 0.9);
+ border-radius: 5px;
+ padding: 3px;
+ color: #201e30; }
+
+.lightdm.menu {
+ background-image: none;
+ background-color: rgba(86, 86, 107, 0.6);
+ border-color: rgba(32, 30, 48, 0.2);
+ border-radius: 4px;
+ padding: 1px;
+ color: #201e30; }
+ .lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active {
+ color: #201e30; }
+
+.lightdm.menubar *, .lightdm.menubar.menuitem {
+ padding: 0px; }
+
+.lightdm.option-button {
+ padding: 3px;
+ background: none;
+ border: 0; }
+
+.lightdm.toggle-button {
+ background: none;
+ border-width: 0; }
+ .lightdm.toggle-button.selected {
+ background-color: rgba(86, 86, 107, 0.3);
+ border-color: rgba(32, 30, 48, 0.3);
+ border-width: 1px; }
+ .lightdm.toggle-button.selected:hover {
+ background-color: rgba(32, 30, 48, 0.3); }
+
+.lightdm.button:hover {
+ background-color: rgba(32, 30, 48, 0.3);
+ border-color: rgba(32, 30, 48, 0.6);
+ text-shadow: none; }
+
+.lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus {
+ background-image: none;
+ background-color: rgba(86, 86, 107, 0.3);
+ border-color: rgba(32, 30, 48, 0.6);
+ border-radius: 5px;
+ padding: 5px;
+ color: #201e30;
+ text-shadow: none; }
+
+.lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus {
+ background-image: none;
+ border-image: none; }
+
+.lightdm.entry:active {
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
+ animation: dashentry_spinner 1s infinite linear; }
+
+.lightdm.entry:focus {
+ border-color: rgba(32, 30, 48, 0.6);
+ border-width: 1px;
+ border-style: solid;
+ color: #201e30; }
+
+.lightdm.entry:selected {
+ background-color: rgba(32, 30, 48, 0.2); }
+
+.lightdm-combo.menu {
+ background-color: #1b1927;
+ border-radius: 0;
+ padding: 0;
+ color: #201e30; }
+
+/*********
+ ! Gedit *
+**********/
+GeditWindow .pane-separator {
+ border-width: 0 1px 0 0;
+ border-style: solid; }
+ GeditWindow .pane-separator, GeditWindow .pane-separator:hover {
+ border-color: #1c1a29;
+ background-color: #1f1d2e; }
+
+.gedit-document-panel {
+ background-color: #1f1d2e;
+ color: mix(#f0f0f3,#1f1d2e,0.1); }
+ .gedit-document-panel list row {
+ padding: 3px; }
+ .gedit-document-panel list row button, .gedit-document-panel list row button.nautilus-circular-button.image-button {
+ padding: 1px;
+ border-radius: 2px;
+ border-style: solid;
+ border-color: transparent;
+ border-width: 1px;
+ background-color: transparent;
+ background-image: none;
+ color: transparent;
+ -gtk-icon-shadow: none; }
+ .gedit-document-panel .prelight-row button {
+ border-color: rgba(86, 86, 107, 0.1);
+ color: rgba(32, 30, 48, 0.8); }
+ .gedit-document-panel .prelight-row button:active {
+ border-color: rgba(86, 86, 107, 0.2);
+ background-color: rgba(86, 86, 107, 0.08);
+ color: #201e30; }
+ .gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover {
+ border-color: rgba(86, 86, 107, 0.1);
+ color: #201e30; }
+
+.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover {
+ border-top: 1px solid #1c1a29;
+ background-color: #1f1d2e; }
+
+.gedit-document-panel-document-row:hover {
+ background-color: #211e30; }
+
+.gedit-document-panel-dragged-row {
+ border: 1px solid rgba(86, 86, 107, 0.1);
+ background-color: rgba(86, 86, 107, 0.5);
+ color: #201e30; }
+
+.gedit-document-panel-placeholder-row {
+ border: 0;
+ background-color: rgba(86, 86, 107, 0.08);
+ transition: all 200ms ease-in; }
+
+statusbar GeditSmallButton, GeditStatusMenuButton {
+ text-shadow: none; }
+ statusbar GeditSmallButton button, statusbar GeditSmallButton button.nautilus-circular-button.image-button, GeditStatusMenuButton button, GeditStatusMenuButton button.nautilus-circular-button.image-button {
+ border-style: solid;
+ border-width: 0 1px;
+ border-color: transparent;
+ border-radius: 0;
+ padding: 1px 6px 2px 4px; }
+ statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button.nautilus-circular-button.image-button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button.nautilus-circular-button.image-button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active:hover {
+ border-color: #191725; }
+ statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active {
+ background-color: #1d1c2c;
+ color: #f0f0f3; }
+
+GeditViewFrame .gedit-search-slider {
+ padding: 3px;
+ border-radius: 0 0 2px 2px;
+ border-width: 0 1px 1px;
+ border-style: solid;
+ border-color: #1e1c2e;
+ background-color: #26233a; }
+ GeditViewFrame .gedit-search-slider .not-found {
+ background-color: #eb6f92;
+ background-image: none;
+ color: #191724; }
+
+GeditFileBrowserWidget .toolbar {
+ padding: 1.5px;
+ border-top: 0;
+ background-color: #1f1d2e;
+ background-image: none; }
+
+.gedit-search-entry-occurrences-tag {
+ margin: 1.5px;
+ padding: 1.5px;
+ color: mix(#c5c3ce,#26233a,0.5); }
+
+.gedit-bottom-panel-paned,
+.gedit-side-panel-paned,
+paned.titlebar {
+ margin-right: 0; }
+
+.gedit-bottom-panel-paned notebook {
+ border-top: 0; }
+
+/************
+ ! Nautilus *
+*************/
+.nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop {
+ color: #201e30;
+ text-shadow: 1px 1px #56566b; }
+ .nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active {
+ color: #f0f0f3; }
+ .nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected {
+ color: #191724; }
+ .nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected {
+ text-shadow: none; }
+
+.nautilus-window toolbar {
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #191725; }
+
+.nautilus-window .sidebar {
+ border: 0; }
+ .nautilus-window .sidebar frame {
+ border: 0; }
+
+.nautilus-window notebook {
+ background-color: #26233a;
+ border: 0; }
+ .nautilus-window notebook frame {
+ border: 0; }
+
+.nautilus-window .searchbar-container {
+ margin-top: -1px; }
+ .nautilus-window .searchbar-container searchbar {
+ padding-top: 0px;
+ padding-bottom: 1px;
+ border-bottom: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+
+.disk-space-display {
+ border-style: solid;
+ border-width: 1px; }
+ .disk-space-display.unknown {
+ background-color: rgba(240, 240, 243, 0.5);
+ border-color: rgba(213, 213, 222, 0.5); }
+ .disk-space-display.used {
+ background-color: rgba(196, 167, 231, 0.8);
+ border-color: rgba(175, 136, 222, 0.8); }
+ .disk-space-display.free {
+ background-color: #1d1c2c;
+ border-color: #1b1927; }
+
+.conflict-row.activatable, .conflict-row.activatable:active {
+ color: #191724;
+ background-color: #eb6f92; }
+
+.conflict-row.activatable:hover {
+ background-color: #ef8da9; }
+
+.conflict-row.activatable:selected {
+ color: #191724;
+ background-color: #c4a7e7; }
+
+/********
+ ! Nemo *
+*********/
+.nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop {
+ color: #201e30;
+ text-shadow: 1px 1px #56566b; }
+ .nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active {
+ color: #f0f0f3; }
+ .nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected {
+ color: #191724; }
+ .nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected {
+ text-shadow: none; }
+
+.nemo-window {
+ /* Status Bar */ }
+ .nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview {
+ background-color: mix(#26233a,#c5c3ce,0.12);
+ color: #c5c3ce; }
+ .nemo-window toolbar {
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #191725;
+ /* Path Bar */ }
+ .nemo-window toolbar separator, .nemo-window toolbar separator:disabled {
+ color: mix(#1f1d2e,#f0f0f3,0.88);
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .nemo-window toolbar.primary-toolbar button.image-button {
+ padding: 0 8px; }
+ .nemo-window toolbar combobox, .nemo-window toolbar button, .nemo-window toolbar button.nautilus-circular-button.image-button {
+ padding: 3px; }
+ .nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button {
+ padding: 3px; }
+ .nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button {
+ padding: 3px; }
+ .nemo-window toolbar toolitem stack {
+ margin-left: 15px; }
+ .nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22);
+ -NemoPathbarButton-border-radius: 2px; }
+ .nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .nemo-window toolbar toolitem stack widget button:active, .nemo-window toolbar toolitem stack widget button:active:hover, .nemo-window toolbar toolitem stack widget button:active:focus, .nemo-window toolbar toolitem stack widget button:active:hover:focus, .nemo-window toolbar toolitem stack widget button:checked, .nemo-window toolbar toolitem stack widget button:checked:hover, .nemo-window toolbar toolitem stack widget button:checked:focus, .nemo-window toolbar toolitem stack widget button:checked:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+ .nemo-window toolbar toolitem stack widget button:disabled {
+ box-shadow: inset -1px 0 #191725; }
+ .nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ .nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ .nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child {
+ box-shadow: none; }
+ .nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.06), inset 0 1px rgba(43, 43, 54, 0.07), inset -1px 0 rgba(43, 43, 54, 0.06); }
+ .nemo-window grid > widget:last-child button {
+ min-height: 16px;
+ min-width: 16px;
+ padding: 2px 4px; }
+ .nemo-window grid > widget:last-child button:first-child + button {
+ margin-right: 72px; }
+ .nemo-window grid > widget:last-child > box > scale {
+ margin-right: 12px; }
+ .nemo-window grid > widget:last-child statusbar {
+ border: 0; }
+ .nemo-window .sidebar {
+ /* Nemo Query Editor (File Search Bar) */ }
+ .nemo-window .sidebar .frame {
+ border: 0; }
+ .nemo-window .sidebar image {
+ padding-left: 3px;
+ padding-right: 3px; }
+ .nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
+ background-color: mix(#1f1d2e,#26233a,0.5); }
+ .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
+ -NemoPlacesTreeView-disk-full-bg-color: #191725;
+ -NemoPlacesTreeView-disk-full-fg-color: #c4a7e7;
+ -NemoPlacesTreeView-disk-full-bar-width: 2px;
+ -NemoPlacesTreeView-disk-full-bar-radius: 1px;
+ -NemoPlacesTreeView-disk-full-bottom-padding: 0;
+ -NemoPlacesTreeView-disk-full-max-length: 75px; }
+ .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected {
+ -NemoPlacesTreeView-disk-full-bg-color: #191724;
+ -NemoPlacesTreeView-disk-full-fg-color: #eee6f8; }
+ .nemo-window .sidebar + separator + box .primary-toolbar {
+ background-color: #1e1c2d;
+ background-image: none;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ border-bottom: 1px solid mix(#1f1d2e,#f0f0f3,0.18); }
+ .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(2) {
+ border-right: 0;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0; }
+ .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(3), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(3) {
+ margin-left: -6px;
+ border-left: 0;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0; }
+ .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button {
+ background-color: #1f1d2e;
+ background-image: none;
+ color: #f0f0f3;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22);
+ padding: 5px 6px; }
+ .nemo-window notebook {
+ background-color: #26233a;
+ border-width: 0; }
+ .nemo-window notebook tabs {
+ border: 0; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/************
+ ! Synaptic *
+*************/
+GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
+ background-color: #1f1d2e;
+ background-image: none;
+ padding: 3px;
+ border: 0;
+ color: #f0f0f3; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/***************
+ ! Xfce styles *
+****************/
+.XfceHeading {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background-image: none;
+ background-color: #26233a;
+ color: #c5c3ce; }
+
+.xfce4-panel {
+ font: inherit; }
+ .xfce4-panel menu {
+ -gtk-icon-effect: none;
+ text-shadow: none; }
+
+/***********************
+ ! Fallback mode panel *
+************************/
+/****************
+ ! Unity styles *
+*****************/
+UnityDecoration {
+ -UnityDecoration-extents: 24px 1px 1px 1px;
+ -UnityDecoration-input-extents: 10px;
+ -UnityDecoration-shadow-offset-x: 1px;
+ -UnityDecoration-shadow-offset-y: 1px;
+ -UnityDecoration-active-shadow-color: rgba(86, 86, 107, 0.3);
+ -UnityDecoration-active-shadow-radius: 8px;
+ -UnityDecoration-inactive-shadow-color: rgba(86, 86, 107, 0.5);
+ -UnityDecoration-inactive-shadow-radius: 5px;
+ -UnityDecoration-glow-size: 10px;
+ -UnityDecoration-glow-color: #c4a7e7;
+ -UnityDecoration-title-indent: 10px;
+ -UnityDecoration-title-fade: 35px;
+ -UnityDecoration-title-alignment: 0; }
+ UnityDecoration .top {
+ border: 1px solid #c4a7e7;
+ border-bottom: 0;
+ border-radius: 2px 2px 0 0;
+ padding: 1px 6px 0;
+ background-color: #191724;
+ color: #e0def4;
+ text-shadow: none; }
+ UnityDecoration .top:hover {
+ border-radius: 0;
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+ UnityDecoration .top:backdrop {
+ border: 1px solid #191724;
+ color: mix(#f0f0f3,#1f1d2e,0.4); }
+ UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom {
+ background-color: #191724; }
+ UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
+ background-color: mix(#161420,mix(#f0f0f3,#1f1d2e,0.4),0.21); }
+
+UnityPanelWidget, .unity-panel {
+ border: 0; }
+
+.unity-panel.menuitem, .unity-panel .menuitem {
+ border-width: 0 1px;
+ color: #e0def4; }
+ .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover {
+ border-color: mix(#191724,#e0def4,0.21);
+ background-color: mix(#191724,#e0def4,0.21);
+ background-image: none;
+ color: #fafafd; }
+
+SheetStyleDialog.unity-force-quit {
+ background-color: #1f1d2e; }
+
+/************************
+ ! Unity-Control-Center *
+*************************/
+.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame {
+ border: 0 none transparent; }
+ .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop {
+ background-color: transparent; }
+
+/***********************
+ ! LightDM GTK Greeter *
+ ***********************/
+#panel_window {
+ background-color: #191724;
+ background-image: none;
+ color: #e0def4;
+ font-weight: bold;
+ text-shadow: 0 1px rgba(86, 86, 107, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(86, 86, 107, 0.5); }
+ #panel_window menubar {
+ padding-left: 3px; }
+ #panel_window menubar, #panel_window menubar > menuitem {
+ background-color: transparent;
+ background-image: none;
+ border-style: none;
+ color: #e0def4;
+ text-shadow: 0 1px rgba(86, 86, 107, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(86, 86, 107, 0.5); }
+ #panel_window menubar:hover, #panel_window menubar > menuitem:hover {
+ background-color: rgba(224, 222, 244, 0.2);
+ background-image: none;
+ color: #e0def4; }
+ #panel_window menubar *:hover, #panel_window menubar > menuitem *:hover {
+ color: #e0def4; }
+ #panel_window menubar:disabled, #panel_window menubar > menuitem:disabled {
+ color: rgba(224, 222, 244, 0.7); }
+ #panel_window menubar menu > menuitem {
+ font-weight: normal; }
+
+#content_frame {
+ padding-bottom: 9px; }
+
+#login_window, #shutdown_dialog, #restart_dialog {
+ border-style: none;
+ border-radius: 2px;
+ background-color: #191724;
+ color: #e0def4;
+ /* draw border using box-shadow */
+ box-shadow: inset 1px 0 mix(#121019,#e0def4,0.21), inset -1px 0 mix(#121019,#e0def4,0.21), inset 0 1px mix(#121019,#e0def4,0.21), inset 0 -1px mix(#121019,#e0def4,0.21); }
+
+#login_window menu {
+ border-radius: 0; }
+
+#login_window button {
+ background-color: #1f1d2e;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ #login_window button:focus, #login_window button:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ #login_window button:active, #login_window button:active:hover, #login_window button:active:focus, #login_window button:active:hover:focus, #login_window button:checked, #login_window button:checked:hover, #login_window button:checked:focus, #login_window button:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ #login_window button:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ #login_window button:active:disabled, #login_window button:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:hover, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked:hover, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > #login_window button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #login_window button, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > #login_window button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:hover, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(224, 222, 244, 0.36),0.3); }
+ .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked:hover, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ #login_window button.flat {
+ color: #e0def4;
+ border-color: rgba(31, 29, 46, 0);
+ background-color: rgba(31, 29, 46, 0);
+ background-image: none;
+ box-shadow: none; }
+ #login_window button:hover, #login_window button.flat:hover {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ #login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ #login_window button:hover:active, #login_window button:hover:active:focus, #login_window button.flat:hover:active:focus, #login_window button:hover:checked, #login_window button:hover:checked:focus, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ #login_window button:hover:disabled, #login_window button.flat:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ #login_window button:hover:active:disabled, #login_window button:hover:checked:disabled, #login_window button.flat:hover:active:disabled, #login_window button.flat:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ #login_window button:focus, #login_window button.flat:focus {
+ background-color: #211e30;
+ background-image: none;
+ border-color: rgba(224, 222, 244, 0.22);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #e0def4;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.42); }
+ #login_window button:focus:hover, #login_window button.flat:focus:hover {
+ background-color: #222033;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.48); }
+ #login_window button:focus:hover:hover, #login_window button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.3),0.3); }
+ #login_window button:focus:hover:active, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:focus, #login_window button:focus:hover:checked, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.3); }
+ #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled {
+ border-color: rgba(175, 170, 227, 0.3); }
+ #login_window button:focus:hover:active:disabled, #login_window button:focus:hover:checked:disabled, #login_window button.flat:focus:hover:active:disabled, #login_window button.flat:focus:hover:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.3); }
+ #login_window button:checked, #login_window button:active, #login_window button.flat:checked, #login_window button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(158, 152, 221, 0.22);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(224, 222, 244, 0.06), inset 0 1px rgba(224, 222, 244, 0.07), inset -1px 0 rgba(224, 222, 244, 0.06), inset 0 -1px rgba(224, 222, 244, 0.05); }
+ #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(224, 222, 244, 0.22),0.3); }
+ #login_window button:active:checked, #login_window button:active:checked:hover, #login_window button:active:checked:focus, #login_window button:active:checked:hover:focus, #login_window button.flat:active:checked, #login_window button.flat:active:checked:hover, #login_window button.flat:active:checked:focus, #login_window button.flat:active:checked:hover:focus {
+ border-color: rgba(126, 117, 209, 0.22); }
+ #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled {
+ border-color: rgba(175, 170, 227, 0.22); }
+ #login_window button:active:checked:disabled, #login_window button.flat:active:checked:disabled {
+ border-color: rgba(158, 152, 221, 0.22); }
+ #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover {
+ color: #e0def4; }
+ #login_window button:disabled:disabled, #login_window button.flat:disabled:disabled {
+ background-color: alpha(mix(#1f1d2e,#e0def4,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#1f1d2e,#e0def4,0.6);
+ box-shadow: none; }
+ #login_window button:disabled:disabled :disabled, #login_window button.flat:disabled:disabled :disabled {
+ color: mix(#1f1d2e,#e0def4,0.6); }
+ #login_window button:active:disabled, #login_window button:checked:disabled, #login_window button.flat:active:disabled, #login_window button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ #login_window button:active:disabled :disabled, #login_window button:checked:disabled :disabled, #login_window button.flat:active:disabled :disabled, #login_window button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ #login_window button:backdrop, #login_window button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ #login_window button.separator, #login_window button .separator {
+ border: 1px solid currentColor;
+ color: rgba(31, 29, 46, 0.9); }
+ #login_window button.separator:disabled, #login_window button .separator:disabled {
+ color: rgba(31, 29, 46, 0.85); }
+ #login_window button separator {
+ background-image: image(mix(#e0def4,#1f1d2e,0.9)); }
+
+#login_window entry {
+ background-color: #191724;
+ background-image: none;
+ border-color: mix(#e0def4,#191724,0.8);
+ padding: 5px 3.4285714286px;
+ color: #e0def4;
+ caret-color: #c5c3ce;
+ -gtk-secondary-caret-color: #c5c3ce; }
+ #login_window entry:focus, #login_window entry:hover {
+ border-color: mix(#c4a7e7,mix(#e0def4,#191724,0.7),0.3); }
+ #login_window entry:active, #login_window entry:active:hover, #login_window entry:active:focus, #login_window entry:active:hover:focus, #login_window entry:checked, #login_window entry:checked:hover, #login_window entry:checked:focus, #login_window entry:checked:hover:focus {
+ border-color: mix(#e0def4,#191724,0.32); }
+ #login_window entry:disabled {
+ border-color: mix(#e0def4,#191724,0.84); }
+ #login_window entry:active:disabled, #login_window entry:checked:disabled {
+ border-color: mix(#e0def4,#191724,0.8); }
+ #login_window entry:focus, #login_window entry:active {
+ border-color: mix(#c4a7e7,mix(#1f1d2e,#f0f0f3,0.18),0.3); }
+ #login_window entry:disabled {
+ background-color: mix(#191724,#e0def4,0.07);
+ background-image: none;
+ opacity: .9;
+ color: mix(#191724,#e0def4,0.9); }
+
+#user_combobox {
+ color: #e0def4;
+ font-size: 18px; }
+ #user_combobox menu {
+ font-weight: normal; }
+ #user_combobox arrow {
+ color: mix(#e0def4,#191724,0.5); }
+
+#user_image {
+ border-radius: 2px;
+ /* draw border using box-shadow */
+ box-shadow: inset 1px 0 #121019, inset -1px 0 #121019, inset 0 1px #121019, inset 0 -1px #121019; }
+
+#user_image_border {
+ border-radius: 2px;
+ background-color: #171520;
+ background-image: none;
+ box-shadow: inset 1px 0 rgba(43, 43, 54, 0.07), inset 0 1px rgba(43, 43, 54, 0.08), inset -1px 0 rgba(43, 43, 54, 0.07), inset 0 -1px rgba(43, 43, 54, 0.05); }
+
+#buttonbox_frame {
+ padding-top: 6px;
+ padding-bottom: 0;
+ border-style: none;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none; }
+
+/* shutdown button */
+#shutdown_button button {
+ background-color: #eb6f92;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ #shutdown_button button:focus, #shutdown_button button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ #shutdown_button button:active, #shutdown_button button:active:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover:focus, #shutdown_button button:checked, #shutdown_button button:checked:hover, #shutdown_button button:checked:focus, #shutdown_button button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ #shutdown_button button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:hover, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ #shutdown_button button.flat {
+ color: #191724;
+ border-color: rgba(235, 111, 146, 0);
+ background-color: rgba(235, 111, 146, 0);
+ background-image: none;
+ box-shadow: none; }
+ #shutdown_button button:hover, #shutdown_button button.flat:hover {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ #shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ #shutdown_button button:hover:active, #shutdown_button button:hover:active:focus, #shutdown_button button.flat:hover:active:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:focus, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ #shutdown_button button:hover:active:disabled, #shutdown_button button:hover:checked:disabled, #shutdown_button button.flat:hover:active:disabled, #shutdown_button button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ #shutdown_button button:focus, #shutdown_button button.flat:focus {
+ background-color: #ed7e9d;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover {
+ background-color: #ef8da9;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ #shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ #shutdown_button button:focus:hover:active, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ #shutdown_button button:focus:hover:active:disabled, #shutdown_button button:focus:hover:checked:disabled, #shutdown_button button.flat:focus:hover:active:disabled, #shutdown_button button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ #shutdown_button button:checked, #shutdown_button button:active, #shutdown_button button.flat:checked, #shutdown_button button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ #shutdown_button button:active:checked, #shutdown_button button:active:checked:hover, #shutdown_button button:active:checked:focus, #shutdown_button button:active:checked:hover:focus, #shutdown_button button.flat:active:checked, #shutdown_button button.flat:active:checked:hover, #shutdown_button button.flat:active:checked:focus, #shutdown_button button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ #shutdown_button button:active:checked:disabled, #shutdown_button button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover {
+ color: #191724; }
+ #shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled {
+ background-color: alpha(mix(#eb6f92,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#eb6f92,#191724,0.6);
+ box-shadow: none; }
+ #shutdown_button button:disabled:disabled :disabled, #shutdown_button button.flat:disabled:disabled :disabled {
+ color: mix(#eb6f92,#191724,0.6); }
+ #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled, #shutdown_button button.flat:active:disabled, #shutdown_button button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ #shutdown_button button:active:disabled :disabled, #shutdown_button button:checked:disabled :disabled, #shutdown_button button.flat:active:disabled :disabled, #shutdown_button button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ #shutdown_button button:backdrop, #shutdown_button button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ #shutdown_button button.separator, #shutdown_button button .separator {
+ border: 1px solid currentColor;
+ color: rgba(235, 111, 146, 0.9); }
+ #shutdown_button button.separator:disabled, #shutdown_button button .separator:disabled {
+ color: rgba(235, 111, 146, 0.85); }
+ #shutdown_button button separator {
+ background-image: image(mix(#191724,#eb6f92,0.9)); }
+
+/* restart button */
+#restart_button button {
+ background-color: #f6c177;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.12); }
+ #restart_button button:focus, #restart_button button:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ #restart_button button:active, #restart_button button:active:hover, #restart_button button:active:focus, #restart_button button:active:hover:focus, #restart_button button:checked, #restart_button button:checked:hover, #restart_button button:checked:focus, #restart_button button:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ #restart_button button:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ #restart_button button:active:disabled, #restart_button button:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child) {
+ border-right-style: none; }
+ .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:hover, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked {
+ border-right-style: none; }
+ .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked:hover, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-right-style: none;
+ box-shadow: inset-1px 0 0 mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ .linked.vertical > #restart_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #restart_button button, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child) {
+ border-bottom-style: none; }
+ .linked.vertical > #restart_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(25, 23, 36, 0.36),0.3); }
+ .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked {
+ border-bottom-style: none; }
+ .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover {
+ border-color: mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3);
+ border-bottom-style: none;
+ box-shadow: inset 0 -1px mix(#c4a7e7,rgba(196, 167, 231, 0.36),0.3); }
+ #restart_button button.flat {
+ color: #191724;
+ border-color: rgba(246, 193, 119, 0);
+ background-color: rgba(246, 193, 119, 0);
+ background-image: none;
+ box-shadow: none; }
+ #restart_button button:hover, #restart_button button.flat:hover {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.22); }
+ #restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ #restart_button button:hover:active, #restart_button button:hover:active:focus, #restart_button button.flat:hover:active:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:focus, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ #restart_button button:hover:active:disabled, #restart_button button:hover:checked:disabled, #restart_button button.flat:hover:active:disabled, #restart_button button.flat:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ #restart_button button:focus, #restart_button button.flat:focus {
+ background-color: #f7c988;
+ background-image: none;
+ border-color: rgba(25, 23, 36, 0.32);
+ outline-color: rgba(196, 167, 231, 0.5);
+ outline-width: 1px;
+ outline-style: solid;
+ outline-offset: -3px;
+ color: #191724;
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.32); }
+ #restart_button button:focus:hover, #restart_button button.flat:focus:hover {
+ background-color: #f8d199;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(43, 43, 54, 0.38); }
+ #restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.4),0.3); }
+ #restart_button button:focus:hover:active, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:focus, #restart_button button:focus:hover:checked, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.4); }
+ #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled {
+ border-color: rgba(21, 20, 31, 0.4); }
+ #restart_button button:focus:hover:active:disabled, #restart_button button:focus:hover:checked:disabled, #restart_button button.flat:focus:hover:active:disabled, #restart_button button.flat:focus:hover:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.4); }
+ #restart_button button:checked, #restart_button button:active, #restart_button button.flat:checked, #restart_button button.flat:active {
+ /*@include linear-gradient(shade($bg, .7), to top);*/
+ background-color: #c4a7e7;
+ background-image: none;
+ border-color: rgba(20, 18, 29, 0.32);
+ color: #191724;
+ box-shadow: inset 1px 0 rgba(25, 23, 36, 0.06), inset 0 1px rgba(25, 23, 36, 0.07), inset -1px 0 rgba(25, 23, 36, 0.06), inset 0 -1px rgba(25, 23, 36, 0.05); }
+ #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover {
+ border-color: mix(#c4a7e7,rgba(25, 23, 36, 0.32),0.3); }
+ #restart_button button:active:checked, #restart_button button:active:checked:hover, #restart_button button:active:checked:focus, #restart_button button:active:checked:hover:focus, #restart_button button.flat:active:checked, #restart_button button.flat:active:checked:hover, #restart_button button.flat:active:checked:focus, #restart_button button.flat:active:checked:hover:focus {
+ border-color: rgba(18, 16, 25, 0.32); }
+ #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled {
+ border-color: rgba(21, 20, 31, 0.32); }
+ #restart_button button:active:checked:disabled, #restart_button button.flat:active:checked:disabled {
+ border-color: rgba(20, 18, 29, 0.32); }
+ #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover {
+ /*@include linear-gradient(shade($bg, .65), to top);*/
+ background-color: #ceb7eb;
+ background-image: none;
+ color: #191724; }
+ #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover {
+ color: #191724; }
+ #restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled {
+ background-color: alpha(mix(#f6c177,#191724,0.2),0.4);
+ background-image: none;
+ /*border: 1px solid alpha($bg, .2);*/
+ opacity: .6;
+ color: mix(#f6c177,#191724,0.6);
+ box-shadow: none; }
+ #restart_button button:disabled:disabled :disabled, #restart_button button.flat:disabled:disabled :disabled {
+ color: mix(#f6c177,#191724,0.6); }
+ #restart_button button:active:disabled, #restart_button button:checked:disabled, #restart_button button.flat:active:disabled, #restart_button button.flat:checked:disabled {
+ background-color: rgba(196, 167, 231, 0.6);
+ background-image: none;
+ color: rgba(25, 23, 36, 0.85);
+ box-shadow: none; }
+ #restart_button button:active:disabled :disabled, #restart_button button:checked:disabled :disabled, #restart_button button.flat:active:disabled :disabled, #restart_button button.flat:checked:disabled :disabled {
+ color: rgba(25, 23, 36, 0.85); }
+ #restart_button button:backdrop, #restart_button button.flat:backdrop {
+ color: mix(#e0def4,mix(#f0f0f3,#1f1d2e,0.5),0.8); }
+ #restart_button button.separator, #restart_button button .separator {
+ border: 1px solid currentColor;
+ color: rgba(246, 193, 119, 0.9); }
+ #restart_button button.separator:disabled, #restart_button button .separator:disabled {
+ color: rgba(246, 193, 119, 0.85); }
+ #restart_button button separator {
+ background-image: image(mix(#191724,#f6c177,0.9)); }
+
+/* password warning */
+#greeter_infobar {
+ font-weight: bold; }
+
+/**********************
+ ! Genome Terminal *
+***********************/
+VteTerminal {
+ background-color: #191724;
+ color: #e0def4; }
+
+terminal-window junction, terminal-window scrollbar trough {
+ background-color: #191724;
+ border-color: #14121d; }
+
+terminal-window scrollbar.vertical slider {
+ background-color: mix(#191724,#e0def4,0.2); }
+ terminal-window scrollbar.vertical slider:hover {
+ background-color: mix(#191724,#e0def4,0.3); }
+ terminal-window scrollbar.vertical slider:hover:active {
+ background-color: #c4a7e7; }
+ terminal-window scrollbar.vertical slider:disabled {
+ background-color: transparent; }
+
+/******************
+ ! Budgie Desktop *
+*******************/
+.budgie-container {
+ background-color: transparent; }
+
+.raven {
+ background-color: rgba(31, 29, 46, 0.93); }
+ .raven .raven-header {
+ background-color: #1f1d2e;
+ border: solid mix(#1f1d2e,#f0f0f3,0.18);
+ border-width: 1px 0; }
+ .raven .raven-background {
+ background-color: rgba(31, 29, 46, 0.93); }
+
+.raven-mpris {
+ background-color: rgba(31, 29, 46, 0.7); }
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/gtk-dark.css b/local/share/themes/rose-pine-gtk/gtk-3.20/gtk-dark.css
new file mode 100644
index 00000000..198bb853
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.20/gtk-dark.css
@@ -0,0 +1 @@
+@import url("resource:///org/numixproject/gtk-3.20/dist/gtk-dark.css");
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/gtk.css b/local/share/themes/rose-pine-gtk/gtk-3.20/gtk.css
new file mode 100644
index 00000000..19b01e6a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.20/gtk.css
@@ -0,0 +1 @@
+@import url("resource:///org/numixproject/gtk-3.20/dist/gtk.css");
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/gtk.gresource b/local/share/themes/rose-pine-gtk/gtk-3.20/gtk.gresource
new file mode 100644
index 00000000..d67b1cd3
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/gtk-3.20/gtk.gresource differ
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/gtk.gresource.xml b/local/share/themes/rose-pine-gtk/gtk-3.20/gtk.gresource.xml
new file mode 100644
index 00000000..a223dbf0
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.20/gtk.gresource.xml
@@ -0,0 +1,35 @@
+
+
+
+ assets/checkbox-checked-insensitive.svg
+ assets/checkbox-checked.svg
+ assets/checkbox-mixed-insensitive.svg
+ assets/checkbox-mixed.svg
+ assets/grid-selection-checked.svg
+ assets/grid-selection-unchecked.svg
+ assets/menuitem-checkbox-checked-hover.svg
+ assets/menuitem-checkbox-checked-insensitive.svg
+ assets/menuitem-checkbox-checked.svg
+ assets/menuitem-checkbox-unchecked.svg
+ assets/menuitem-checkbox-mixed-hover.svg
+ assets/menuitem-checkbox-mixed-selected.svg
+ assets/menuitem-checkbox-mixed-insensitive.svg
+ assets/menuitem-checkbox-mixed.svg
+ assets/menuitem-radio-checked-hover.svg
+ assets/menuitem-radio-checked-insensitive.svg
+ assets/menuitem-radio-checked.svg
+ assets/menuitem-radio-unchecked.svg
+ assets/menuitem-radio-mixed-hover.svg
+ assets/menuitem-radio-mixed-selected.svg
+ assets/menuitem-radio-mixed-insensitive.svg
+ assets/menuitem-radio-mixed.svg
+ assets/radio-checked-insensitive.svg
+ assets/radio-checked.svg
+ assets/radio-mixed-insensitive.svg
+ assets/radio-mixed.svg
+ assets/pane-handle.png
+ assets/pane-handle@2.png
+ dist/gtk.css
+ dist/gtk-dark.css
+
+
diff --git a/local/share/themes/rose-pine-gtk/gtk-3.20/thumbnail.png b/local/share/themes/rose-pine-gtk/gtk-3.20/thumbnail.png
new file mode 120000
index 00000000..01495bc6
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/gtk-3.20/thumbnail.png
@@ -0,0 +1 @@
+../gtk-3.0/thumbnail.png
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/index.theme b/local/share/themes/rose-pine-gtk/index.theme
new file mode 100644
index 00000000..a321441c
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/index.theme
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=X-GNOME-Metatheme
+Name=oomox-rose-pine
+Comment=Rosé Pine for GTK - all natural pine, faux fur and a bit of soho vibes for the classy minimalist
+Encoding=UTF-8
+
+[X-GNOME-Metatheme]
+Name=oomox-rose-pine
+GtkTheme=oomox-rose-pine
+IconTheme=oomox-rose-pine
+MetacityTheme=oomox-rose-pine
diff --git a/local/share/themes/rose-pine-gtk/metacity-1/._metacity-theme-2.xml b/local/share/themes/rose-pine-gtk/metacity-1/._metacity-theme-2.xml
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/metacity-1/._metacity-theme-2.xml differ
diff --git a/local/share/themes/rose-pine-gtk/metacity-1/._metacity-theme-3.xml b/local/share/themes/rose-pine-gtk/metacity-1/._metacity-theme-3.xml
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/metacity-1/._metacity-theme-3.xml differ
diff --git a/local/share/themes/rose-pine-gtk/metacity-1/._thumbnail.png b/local/share/themes/rose-pine-gtk/metacity-1/._thumbnail.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/metacity-1/._thumbnail.png differ
diff --git a/local/share/themes/rose-pine-gtk/metacity-1/metacity-theme-2.xml b/local/share/themes/rose-pine-gtk/metacity-1/metacity-theme-2.xml
new file mode 100644
index 00000000..2d2e071f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/metacity-1/metacity-theme-2.xml
@@ -0,0 +1,1571 @@
+
+
+
+ oomox-rose-pine
+ Satyajit Sahoo
+ GPL-3.0+
+ 11 December 2013
+ Numix Metacity Theme
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/metacity-1/metacity-theme-3.xml b/local/share/themes/rose-pine-gtk/metacity-1/metacity-theme-3.xml
new file mode 100644
index 00000000..1f529f6b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/metacity-1/metacity-theme-3.xml
@@ -0,0 +1,1603 @@
+
+
+
+ Numix
+ Satyajit Sahoo
+ GPL-3.0+
+ 11 December 2013
+ Numix Mutter Theme
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/local/share/themes/rose-pine-gtk/metacity-1/thumbnail.png b/local/share/themes/rose-pine-gtk/metacity-1/thumbnail.png
new file mode 100644
index 00000000..2da3f2db
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/metacity-1/thumbnail.png differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._close.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._close.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._close.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._close_hover.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._close_hover.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._close_hover.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._desk.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._desk.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._desk.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._desk_toggled.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._desk_toggled.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._desk_toggled.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._iconify.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._iconify.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._iconify.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._iconify_hover.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._iconify_hover.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._iconify_hover.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._max.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._max.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._max.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._max_toggled.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._max_toggled.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._max_toggled.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._shade.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._shade.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._shade.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._shade_toggled.xbm b/local/share/themes/rose-pine-gtk/openbox-3/._shade_toggled.xbm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._shade_toggled.xbm differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/._themerc b/local/share/themes/rose-pine-gtk/openbox-3/._themerc
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/openbox-3/._themerc differ
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/close.xbm b/local/share/themes/rose-pine-gtk/openbox-3/close.xbm
new file mode 100644
index 00000000..0486bd91
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/close.xbm
@@ -0,0 +1,4 @@
+#define close_width 8
+#define close_height 8
+static unsigned char close_bits[] = {
+ 0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42 };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/close_hover.xbm b/local/share/themes/rose-pine-gtk/openbox-3/close_hover.xbm
new file mode 100644
index 00000000..4a88cff6
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/close_hover.xbm
@@ -0,0 +1,4 @@
+#define close_width 6
+#define close_height 6
+static unsigned char close_bits[] = {
+ 0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/desk.xbm b/local/share/themes/rose-pine-gtk/openbox-3/desk.xbm
new file mode 100644
index 00000000..abca780a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/desk.xbm
@@ -0,0 +1,4 @@
+#define desk_toggled_width 8
+#define desk_toggled_height 8
+static unsigned char desk_toggled_bits[] = {
+ 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/desk_toggled.xbm b/local/share/themes/rose-pine-gtk/openbox-3/desk_toggled.xbm
new file mode 100644
index 00000000..b4b53302
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/desk_toggled.xbm
@@ -0,0 +1,4 @@
+#define desk_width 8
+#define desk_height 8
+static unsigned char desk_bits[] = {
+ 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/iconify.xbm b/local/share/themes/rose-pine-gtk/openbox-3/iconify.xbm
new file mode 100644
index 00000000..9a9743f0
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/iconify.xbm
@@ -0,0 +1,4 @@
+#define iconify_width 8
+#define iconify_height 8
+static unsigned char iconify_bits[] = {
+ 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/iconify_hover.xbm b/local/share/themes/rose-pine-gtk/openbox-3/iconify_hover.xbm
new file mode 100644
index 00000000..9a9743f0
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/iconify_hover.xbm
@@ -0,0 +1,4 @@
+#define iconify_width 8
+#define iconify_height 8
+static unsigned char iconify_bits[] = {
+ 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/max.xbm b/local/share/themes/rose-pine-gtk/openbox-3/max.xbm
new file mode 100644
index 00000000..88bb9bd8
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/max.xbm
@@ -0,0 +1,4 @@
+#define max_width 8
+#define max_height 8
+static unsigned char max_bits[] = {
+ 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/max_toggled.xbm b/local/share/themes/rose-pine-gtk/openbox-3/max_toggled.xbm
new file mode 100644
index 00000000..cec3f249
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/max_toggled.xbm
@@ -0,0 +1,4 @@
+#define max_toggled_width 8
+#define max_toggled_height 8
+static unsigned char max_toggled_bits[] = {
+ 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/shade.xbm b/local/share/themes/rose-pine-gtk/openbox-3/shade.xbm
new file mode 100644
index 00000000..fcacf424
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/shade.xbm
@@ -0,0 +1,4 @@
+#define shade_width 8
+#define shade_height 8
+static unsigned char shade_bits[] = {
+ 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/shade_toggled.xbm b/local/share/themes/rose-pine-gtk/openbox-3/shade_toggled.xbm
new file mode 100644
index 00000000..594201e3
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/shade_toggled.xbm
@@ -0,0 +1,4 @@
+#define shade_toggled_width 8
+#define shade_toggled_height 8
+static unsigned char shade_toggled_bits[] = {
+ 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 };
diff --git a/local/share/themes/rose-pine-gtk/openbox-3/themerc b/local/share/themes/rose-pine-gtk/openbox-3/themerc
new file mode 100644
index 00000000..6a4fc611
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/openbox-3/themerc
@@ -0,0 +1,155 @@
+# Name: Oomox (Numix fork) Openbox theme
+# Author: Satyajit Sahoo
+# License: GPL-3.0+
+
+# @TODO: finish replacing the colors here
+
+
+# Menu
+menu.border.color: #f0f0f3
+
+menu.title.bg: Solid Flat
+menu.title.bg.color: #191724
+menu.title.bg.shadow: 0
+menu.title.text.color: #e0def4
+menu.title.text.justify: Center
+
+menu.items.bg: Solid Flat
+menu.items.bg.color: #191724
+menu.items.text.color: #e0def4
+menu.items.disabled.text.color: #aeacc0
+
+menu.items.active.bg: Solid Flat
+menu.items.active.bg.color: #c4a7e7
+menu.items.active.text.color: #e0def4
+
+menu.separator.color: #aeacc0
+menu.separator.width: 1
+menu.separator.padding.width: 2
+menu.separator.padding.height: 4
+
+# Window focused
+window.active.title.separator.color: #191724
+
+# Active window
+window.active.border.color: #c4a7e7
+
+
+window.active.title.bg: flat solid
+window.active.title.bg.color: #191724
+window.active.title.separator.color: #191724
+window.active.text.justify: center
+
+window.active.label.bg: parentrelative
+window.active.label.text.color: #e0def4
+
+window.active.handle.bg: flat solid
+window.active.handle.bg.color: #191724
+
+window.active.grip.bg: flat solid
+window.active.grip.bg.color: #191724
+
+window.active.button.unpressed.bg: flat solid
+window.active.button.unpressed.bg.color: #191724
+window.active.button.unpressed.image.color: #e0def4
+
+window.active.button.pressed.bg: flat solid
+window.active.button.pressed.bg.color: #c4a7e7
+window.active.button.pressed.image.color: #191724
+
+window.active.button.disabled.bg: flat solid
+window.active.button.disabled.bg.color: #191724
+window.active.button.disabled.image.color: #aeacc0
+
+window.active.button.hover.bg: flat solid
+window.active.button.hover.bg.color: #191724
+window.active.button.hover.image.color: #c4a7e7
+
+#window.active.button.toggled.bg: #c4a7e7
+#window.active.button.toggled.image.color: #191724
+
+# Inactive window
+window.inactive.border.color: #191724
+
+window.inactive.title.bg: flat solid
+window.inactive.title.bg.color: #191724
+window.inactive.title.separator.color: #191724
+window.inactive.text.justify: center
+
+window.inactive.label.bg: parentrelative
+window.inactive.label.text.color: #aeacc0
+
+window.inactive.handle.bg: flat solid
+window.inactive.handle.bg.color: #191724
+
+window.inactive.grip.bg: flat solid
+window.inactive.grip.bg.color: #191724
+
+window.inactive.button.unpressed.bg: flat solid
+window.inactive.button.unpressed.bg.color: #191724
+window.inactive.button.unpressed.image.color: #aeacc0
+
+window.inactive.button.pressed.bg: flat solid
+window.inactive.button.pressed.bg.color: #c4a7e7
+window.inactive.button.pressed.image.color: #191724
+
+window.inactive.button.disabled.bg: flat solid
+window.inactive.button.disabled.bg.color: #aeacc0
+window.inactive.button.disabled.image.color: #191724
+
+window.inactive.button.hover.bg: flat solid
+window.inactive.button.hover.bg.color: #191724
+window.inactive.button.hover.image.color: #c4a7e7
+
+
+# OSD
+osd.border.width: 1
+osd.border.color: #c4a7e7
+
+osd.bg: flat solid
+osd.bg.color: #191724
+osd.label.bg: flat solid
+osd.label.bg.color: #191724
+osd.label.text.color: #e0def4
+
+# OSD
+osd.bg: Solid Flat
+osd.bg.color: #191724
+osd.bg.shadow: 0
+
+osd.border.width: 2
+osd.hilight.bg: Solid Flat
+osd.hilight.bg.color: #c4a7e7
+osd.unhilight.bg: flat solid
+osd.unhilight.bg.color: #1f1d2e
+
+osd.button.unpressed.bg: flat border
+osd.button.unpressed.bg.color: #1f1d2e
+#osd.button.unpressed.*.border.color: #e0def4
+
+osd.button.pressed.bg: flat border
+osd.button.pressed.bg.color: #c4a7e7
+#osd.button.pressed.*.border.color: #191724
+
+osd.button.focused.bg: flat solid border
+osd.button.focused.bg.color: #f0f0f3
+#osd.button.focused.*.border.color: #1f1d2e
+
+osd.button.focused.box.color: #c4a7e7
+
+
+# Fonts
+window.active.label.text.font:shadow=n
+window.inactive.label.text.font:shadow=n
+menu.items.font:shadow=n
+menu.title.text.font:shadow=n
+
+
+# Everything else
+border.width: 3
+padding.width: 8
+padding.height: 3
+window.handle.width: 0
+window.client.padding.width: 0
+window.label.text.justify: center
+#menu.overlap: 0
diff --git a/local/share/themes/rose-pine-gtk/unity/._close.svg b/local/share/themes/rose-pine-gtk/unity/._close.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_dash.svg b/local/share/themes/rose-pine-gtk/unity/._close_dash.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_dash.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_dash_disabled.svg b/local/share/themes/rose-pine-gtk/unity/._close_dash_disabled.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_dash_disabled.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_dash_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._close_dash_prelight.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_dash_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_dash_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._close_dash_pressed.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_dash_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_focused_normal.svg b/local/share/themes/rose-pine-gtk/unity/._close_focused_normal.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_focused_normal.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._close_focused_prelight.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_focused_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._close_focused_pressed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_focused_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_unfocused.svg b/local/share/themes/rose-pine-gtk/unity/._close_unfocused.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_unfocused.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_unfocused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._close_unfocused_prelight.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_unfocused_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._close_unfocused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._close_unfocused_pressed.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._close_unfocused_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_ltr_19.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_ltr_19.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_ltr_19.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_ltr_37.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_ltr_37.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_ltr_37.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_ltr_19.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_ltr_19.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_ltr_19.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_ltr_37.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_ltr_37.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_ltr_37.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_rtl_19.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_rtl_19.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_rtl_19.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_rtl_37.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_rtl_37.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_outline_rtl_37.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_rtl_19.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_rtl_19.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_rtl_19.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_rtl_37.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_rtl_37.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_arrow_rtl_37.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_back_150.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_back_150.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_back_150.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_back_54.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_back_54.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_back_54.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_edge_150.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_edge_150.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_edge_150.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_edge_54.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_edge_54.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_edge_54.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_glow_200.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_glow_200.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_glow_200.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_glow_62.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_glow_62.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_glow_62.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_selected_back_150.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_selected_back_150.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_selected_back_150.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_selected_back_54.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_selected_back_54.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_selected_back_54.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shadow_200.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shadow_200.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shadow_200.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shadow_62.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shadow_62.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shadow_62.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shine_150.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shine_150.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shine_150.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shine_54.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shine_54.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_icon_shine_54.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_pip_ltr_19.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_pip_ltr_19.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_pip_ltr_19.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_pip_ltr_37.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_pip_ltr_37.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_pip_ltr_37.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_pip_rtl_19.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_pip_rtl_19.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_pip_rtl_19.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._launcher_pip_rtl_37.svg b/local/share/themes/rose-pine-gtk/unity/._launcher_pip_rtl_37.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._launcher_pip_rtl_37.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize.svg b/local/share/themes/rose-pine-gtk/unity/._maximize.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_dash.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_dash.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_dash.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_dash_disabled.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_dash_disabled.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_dash_disabled.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_dash_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_dash_prelight.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_dash_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_dash_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_dash_pressed.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_dash_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_focused_normal.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_focused_normal.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_focused_normal.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_focused_prelight.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_focused_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_focused_pressed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_focused_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_unfocused.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_unfocused.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_unfocused.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_unfocused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_unfocused_prelight.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_unfocused_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._maximize_unfocused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._maximize_unfocused_pressed.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._maximize_unfocused_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize.svg b/local/share/themes/rose-pine-gtk/unity/._minimize.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_dash.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_dash.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_dash.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_dash_disabled.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_dash_disabled.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_dash_disabled.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_dash_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_dash_prelight.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_dash_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_dash_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_dash_pressed.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_dash_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_focused_normal.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_focused_normal.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_focused_normal.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_focused_prelight.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_focused_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_focused_pressed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_focused_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_unfocused.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_unfocused.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_unfocused.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_unfocused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_unfocused_prelight.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_unfocused_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimize_unfocused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._minimize_unfocused_pressed.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimize_unfocused_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._minimized.svg b/local/share/themes/rose-pine-gtk/unity/._minimized.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._minimized.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._modes b/local/share/themes/rose-pine-gtk/unity/._modes
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._modes differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._progress_bar_fill.svg b/local/share/themes/rose-pine-gtk/unity/._progress_bar_fill.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._progress_bar_fill.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._progress_bar_trough.svg b/local/share/themes/rose-pine-gtk/unity/._progress_bar_trough.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._progress_bar_trough.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._sheet_style_close_focused.svg b/local/share/themes/rose-pine-gtk/unity/._sheet_style_close_focused.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._sheet_style_close_focused.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._sheet_style_close_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._sheet_style_close_focused_prelight.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._sheet_style_close_focused_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._sheet_style_close_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._sheet_style_close_focused_pressed.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._sheet_style_close_focused_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash_disabled.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash_disabled.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash_disabled.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash_prelight.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash_pressed.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_dash_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_focused_normal.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_focused_normal.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_focused_normal.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_focused_prelight.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_focused_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_focused_pressed.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_focused_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_unfocused.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_unfocused.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_unfocused.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_unfocused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_unfocused_prelight.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_unfocused_prelight.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/._unmaximize_unfocused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/._unmaximize_unfocused_pressed.svg
new file mode 100755
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/._unmaximize_unfocused_pressed.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/close.svg b/local/share/themes/rose-pine-gtk/unity/close.svg
new file mode 100644
index 00000000..f351c9f4
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/close_dash.svg b/local/share/themes/rose-pine-gtk/unity/close_dash.svg
new file mode 100644
index 00000000..f51b220f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_dash.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/close_dash_disabled.svg b/local/share/themes/rose-pine-gtk/unity/close_dash_disabled.svg
new file mode 100644
index 00000000..3aaffb54
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_dash_disabled.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/close_dash_prelight.svg b/local/share/themes/rose-pine-gtk/unity/close_dash_prelight.svg
new file mode 120000
index 00000000..64b2bffa
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_dash_prelight.svg
@@ -0,0 +1 @@
+close_focused_prelight.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/close_dash_pressed.svg b/local/share/themes/rose-pine-gtk/unity/close_dash_pressed.svg
new file mode 120000
index 00000000..ba6d4feb
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_dash_pressed.svg
@@ -0,0 +1 @@
+close_unfocused_pressed.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/close_focused_normal.svg b/local/share/themes/rose-pine-gtk/unity/close_focused_normal.svg
new file mode 100644
index 00000000..f351c9f4
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_focused_normal.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/close_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/close_focused_prelight.svg
new file mode 100644
index 00000000..3018c64a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_focused_prelight.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/close_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/close_focused_pressed.svg
new file mode 100644
index 00000000..5b2973db
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_focused_pressed.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/close_unfocused.svg b/local/share/themes/rose-pine-gtk/unity/close_unfocused.svg
new file mode 100644
index 00000000..3aaffb54
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_unfocused.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/close_unfocused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/close_unfocused_prelight.svg
new file mode 120000
index 00000000..c92a1d4a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_unfocused_prelight.svg
@@ -0,0 +1 @@
+./close_focused_prelight.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/close_unfocused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/close_unfocused_pressed.svg
new file mode 120000
index 00000000..61c7b94e
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/close_unfocused_pressed.svg
@@ -0,0 +1 @@
+./close_focused_pressed.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_arrow_ltr_19.svg b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_ltr_19.svg
new file mode 100644
index 00000000..ea0a90a9
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_ltr_19.svg
@@ -0,0 +1,10 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_arrow_ltr_37.svg b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_ltr_37.svg
new file mode 100644
index 00000000..64bfa730
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_ltr_37.svg
@@ -0,0 +1,15 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_ltr_19.svg b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_ltr_19.svg
new file mode 100644
index 00000000..8a4c0453
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_ltr_19.svg
@@ -0,0 +1,10 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_ltr_37.svg b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_ltr_37.svg
new file mode 100644
index 00000000..e1a194dc
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_ltr_37.svg
@@ -0,0 +1,13 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_rtl_19.svg b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_rtl_19.svg
new file mode 100644
index 00000000..c9969f20
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_rtl_19.svg
@@ -0,0 +1,10 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_rtl_37.svg b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_rtl_37.svg
new file mode 100644
index 00000000..7ab1d36b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_outline_rtl_37.svg
@@ -0,0 +1,13 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_arrow_rtl_19.svg b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_rtl_19.svg
new file mode 100644
index 00000000..3c575731
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_rtl_19.svg
@@ -0,0 +1,10 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_arrow_rtl_37.svg b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_rtl_37.svg
new file mode 100644
index 00000000..3c8135a7
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_arrow_rtl_37.svg
@@ -0,0 +1,15 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_back_150.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_back_150.svg
new file mode 100644
index 00000000..d66f78d3
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_back_150.svg
@@ -0,0 +1,7 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_back_54.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_back_54.svg
new file mode 100644
index 00000000..dfe7dbf3
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_back_54.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_edge_150.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_edge_150.svg
new file mode 100644
index 00000000..ee007579
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_edge_150.svg
@@ -0,0 +1,10 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_edge_54.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_edge_54.svg
new file mode 100644
index 00000000..3307c5b4
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_edge_54.svg
@@ -0,0 +1,7 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_glow_200.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_glow_200.svg
new file mode 100644
index 00000000..01bb0d9c
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_glow_200.svg
@@ -0,0 +1,7 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_glow_62.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_glow_62.svg
new file mode 100644
index 00000000..105b068a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_glow_62.svg
@@ -0,0 +1,7 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_selected_back_150.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_selected_back_150.svg
new file mode 100644
index 00000000..48d5de18
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_selected_back_150.svg
@@ -0,0 +1,10 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_selected_back_54.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_selected_back_54.svg
new file mode 100644
index 00000000..dfe7dbf3
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_selected_back_54.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_shadow_200.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_shadow_200.svg
new file mode 100644
index 00000000..9e68b14b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_shadow_200.svg
@@ -0,0 +1,7 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_shadow_62.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_shadow_62.svg
new file mode 100644
index 00000000..d322434a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_shadow_62.svg
@@ -0,0 +1,7 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_shine_150.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_shine_150.svg
new file mode 100644
index 00000000..51af8a14
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_shine_150.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_icon_shine_54.svg b/local/share/themes/rose-pine-gtk/unity/launcher_icon_shine_54.svg
new file mode 100644
index 00000000..dfe7dbf3
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_icon_shine_54.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_pip_ltr_19.svg b/local/share/themes/rose-pine-gtk/unity/launcher_pip_ltr_19.svg
new file mode 100644
index 00000000..4d6b4d95
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_pip_ltr_19.svg
@@ -0,0 +1,10 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_pip_ltr_37.svg b/local/share/themes/rose-pine-gtk/unity/launcher_pip_ltr_37.svg
new file mode 100644
index 00000000..465b48d5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_pip_ltr_37.svg
@@ -0,0 +1,16 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_pip_rtl_19.svg b/local/share/themes/rose-pine-gtk/unity/launcher_pip_rtl_19.svg
new file mode 100644
index 00000000..c75b7965
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_pip_rtl_19.svg
@@ -0,0 +1,10 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/launcher_pip_rtl_37.svg b/local/share/themes/rose-pine-gtk/unity/launcher_pip_rtl_37.svg
new file mode 100644
index 00000000..52dff99a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/launcher_pip_rtl_37.svg
@@ -0,0 +1,16 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize.svg b/local/share/themes/rose-pine-gtk/unity/maximize.svg
new file mode 100644
index 00000000..fb52347b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_dash.svg b/local/share/themes/rose-pine-gtk/unity/maximize_dash.svg
new file mode 100644
index 00000000..15d524e0
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_dash.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_dash_disabled.svg b/local/share/themes/rose-pine-gtk/unity/maximize_dash_disabled.svg
new file mode 100644
index 00000000..372ddae3
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_dash_disabled.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_dash_prelight.svg b/local/share/themes/rose-pine-gtk/unity/maximize_dash_prelight.svg
new file mode 120000
index 00000000..3efa75fe
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_dash_prelight.svg
@@ -0,0 +1 @@
+maximize_dash.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_dash_pressed.svg b/local/share/themes/rose-pine-gtk/unity/maximize_dash_pressed.svg
new file mode 120000
index 00000000..3efa75fe
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_dash_pressed.svg
@@ -0,0 +1 @@
+maximize_dash.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_focused_normal.svg b/local/share/themes/rose-pine-gtk/unity/maximize_focused_normal.svg
new file mode 100644
index 00000000..fb52347b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_focused_normal.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/maximize_focused_prelight.svg
new file mode 100644
index 00000000..1d89b37d
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_focused_prelight.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/maximize_focused_pressed.svg
new file mode 100644
index 00000000..ef86d4fd
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_focused_pressed.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_unfocused.svg b/local/share/themes/rose-pine-gtk/unity/maximize_unfocused.svg
new file mode 100644
index 00000000..372ddae3
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_unfocused.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_unfocused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/maximize_unfocused_prelight.svg
new file mode 120000
index 00000000..0f332c52
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_unfocused_prelight.svg
@@ -0,0 +1 @@
+./maximize_focused_prelight.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/maximize_unfocused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/maximize_unfocused_pressed.svg
new file mode 120000
index 00000000..e3f8d9bd
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/maximize_unfocused_pressed.svg
@@ -0,0 +1 @@
+./maximize_focused_pressed.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize.svg b/local/share/themes/rose-pine-gtk/unity/minimize.svg
new file mode 100644
index 00000000..015f2843
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_dash.svg b/local/share/themes/rose-pine-gtk/unity/minimize_dash.svg
new file mode 100644
index 00000000..5a410fc6
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_dash.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_dash_disabled.svg b/local/share/themes/rose-pine-gtk/unity/minimize_dash_disabled.svg
new file mode 100644
index 00000000..e442e593
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_dash_disabled.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_dash_prelight.svg b/local/share/themes/rose-pine-gtk/unity/minimize_dash_prelight.svg
new file mode 120000
index 00000000..752db6d1
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_dash_prelight.svg
@@ -0,0 +1 @@
+minimize_focused_prelight.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_dash_pressed.svg b/local/share/themes/rose-pine-gtk/unity/minimize_dash_pressed.svg
new file mode 120000
index 00000000..d2b384bd
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_dash_pressed.svg
@@ -0,0 +1 @@
+minimize_focused_pressed.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_focused_normal.svg b/local/share/themes/rose-pine-gtk/unity/minimize_focused_normal.svg
new file mode 100644
index 00000000..015f2843
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_focused_normal.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/minimize_focused_prelight.svg
new file mode 100644
index 00000000..a0326c16
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_focused_prelight.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/minimize_focused_pressed.svg
new file mode 100644
index 00000000..223fd688
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_focused_pressed.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_unfocused.svg b/local/share/themes/rose-pine-gtk/unity/minimize_unfocused.svg
new file mode 100644
index 00000000..e442e593
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_unfocused.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_unfocused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/minimize_unfocused_prelight.svg
new file mode 120000
index 00000000..bef3fe5c
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_unfocused_prelight.svg
@@ -0,0 +1 @@
+./minimize_focused_prelight.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/minimize_unfocused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/minimize_unfocused_pressed.svg
new file mode 120000
index 00000000..683fa92a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimize_unfocused_pressed.svg
@@ -0,0 +1 @@
+./minimize_focused_pressed.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/minimized.svg b/local/share/themes/rose-pine-gtk/unity/minimized.svg
new file mode 100644
index 00000000..015f2843
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/minimized.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/modes/._launcher_bfb-flat.png b/local/share/themes/rose-pine-gtk/unity/modes/._launcher_bfb-flat.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/modes/._launcher_bfb-flat.png differ
diff --git a/local/share/themes/rose-pine-gtk/unity/modes/._launcher_bfb_ns.png b/local/share/themes/rose-pine-gtk/unity/modes/._launcher_bfb_ns.png
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/modes/._launcher_bfb_ns.png differ
diff --git a/local/share/themes/rose-pine-gtk/unity/modes/._ubuntu-square.svg b/local/share/themes/rose-pine-gtk/unity/modes/._ubuntu-square.svg
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/modes/._ubuntu-square.svg differ
diff --git a/local/share/themes/rose-pine-gtk/unity/modes/launcher_bfb-flat.png b/local/share/themes/rose-pine-gtk/unity/modes/launcher_bfb-flat.png
new file mode 100644
index 00000000..f5aa0e55
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/modes/launcher_bfb-flat.png differ
diff --git a/local/share/themes/rose-pine-gtk/unity/modes/launcher_bfb_ns.png b/local/share/themes/rose-pine-gtk/unity/modes/launcher_bfb_ns.png
new file mode 100644
index 00000000..2ca1ebba
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/unity/modes/launcher_bfb_ns.png differ
diff --git a/local/share/themes/rose-pine-gtk/unity/modes/ubuntu-square.svg b/local/share/themes/rose-pine-gtk/unity/modes/ubuntu-square.svg
new file mode 100644
index 00000000..1b925fb1
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/modes/ubuntu-square.svg
@@ -0,0 +1,69 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/progress_bar_fill.svg b/local/share/themes/rose-pine-gtk/unity/progress_bar_fill.svg
new file mode 100644
index 00000000..bd6315bb
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/progress_bar_fill.svg
@@ -0,0 +1,5 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/progress_bar_trough.svg b/local/share/themes/rose-pine-gtk/unity/progress_bar_trough.svg
new file mode 100644
index 00000000..52260d92
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/progress_bar_trough.svg
@@ -0,0 +1,71 @@
+
+
diff --git a/local/share/themes/rose-pine-gtk/unity/sheet_style_close_focused.svg b/local/share/themes/rose-pine-gtk/unity/sheet_style_close_focused.svg
new file mode 100644
index 00000000..3aaffb54
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/sheet_style_close_focused.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/sheet_style_close_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/sheet_style_close_focused_prelight.svg
new file mode 120000
index 00000000..64b2bffa
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/sheet_style_close_focused_prelight.svg
@@ -0,0 +1 @@
+close_focused_prelight.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/sheet_style_close_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/sheet_style_close_focused_pressed.svg
new file mode 120000
index 00000000..ba6d4feb
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/sheet_style_close_focused_pressed.svg
@@ -0,0 +1 @@
+close_unfocused_pressed.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize.svg
new file mode 100644
index 00000000..9cbb4f0a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_dash.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_dash.svg
new file mode 100644
index 00000000..8b101a6c
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_dash.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_dash_disabled.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_dash_disabled.svg
new file mode 100644
index 00000000..a97176e5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_dash_disabled.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_dash_prelight.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_dash_prelight.svg
new file mode 120000
index 00000000..945a9f82
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_dash_prelight.svg
@@ -0,0 +1 @@
+unmaximize_dash.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_dash_pressed.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_dash_pressed.svg
new file mode 120000
index 00000000..945a9f82
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_dash_pressed.svg
@@ -0,0 +1 @@
+unmaximize_dash.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_focused_normal.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_focused_normal.svg
new file mode 100644
index 00000000..9cbb4f0a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_focused_normal.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_focused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_focused_prelight.svg
new file mode 100644
index 00000000..7e64fbbd
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_focused_prelight.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_focused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_focused_pressed.svg
new file mode 100644
index 00000000..17589ae2
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_focused_pressed.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_unfocused.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_unfocused.svg
new file mode 100644
index 00000000..a97176e5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_unfocused.svg
@@ -0,0 +1 @@
+
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_unfocused_prelight.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_unfocused_prelight.svg
new file mode 120000
index 00000000..c786587e
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_unfocused_prelight.svg
@@ -0,0 +1 @@
+unmaximize_focused_prelight.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/unity/unmaximize_unfocused_pressed.svg b/local/share/themes/rose-pine-gtk/unity/unmaximize_unfocused_pressed.svg
new file mode 120000
index 00000000..226570c7
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/unity/unmaximize_unfocused_pressed.svg
@@ -0,0 +1 @@
+unmaximize_focused_pressed.svg
\ No newline at end of file
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._bottom-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._bottom-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._bottom-left-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-left-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-left-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._bottom-left-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-left-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-left-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._bottom-right-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-right-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-right-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._bottom-right-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-right-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._bottom-right-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._close-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._close-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._close-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._close-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._close-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._close-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._close-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._close-prelight.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._close-prelight.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._close-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._close-pressed.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._close-pressed.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._hide-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._hide-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._hide-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._hide-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._hide-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._hide-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._hide-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._hide-prelight.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._hide-prelight.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._hide-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._hide-pressed.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._hide-pressed.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._left-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._left-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._left-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._left-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._left-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._left-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._maximize-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._maximize-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._maximize-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-prelight.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-prelight.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._maximize-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-pressed.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-pressed.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-prelight.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-prelight.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-pressed.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._maximize-toggled-pressed.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._menu-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._menu-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._menu-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._menu-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._menu-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._menu-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._menu-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._menu-prelight.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._menu-prelight.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._menu-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._menu-pressed.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._menu-pressed.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._right-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._right-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._right-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._right-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._right-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._right-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._shade-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._shade-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._shade-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._shade-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._shade-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._shade-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._shade-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._shade-prelight.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._shade-prelight.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._shade-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._shade-pressed.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._shade-pressed.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-prelight.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-prelight.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-pressed.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._shade-toggled-pressed.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._stick-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._stick-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._stick-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._stick-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._stick-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._stick-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._stick-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._stick-prelight.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._stick-prelight.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._stick-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._stick-pressed.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._stick-pressed.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-prelight.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-prelight.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-pressed.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._stick-toggled-pressed.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._themerc b/local/share/themes/rose-pine-gtk/xfwm4/._themerc
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._themerc differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-1-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-1-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-1-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-1-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-1-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-1-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-2-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-2-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-2-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-2-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-2-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-2-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-3-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-3-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-3-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-3-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-3-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-3-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-4-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-4-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-4-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-4-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-4-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-4-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-5-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-5-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-5-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._title-5-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._title-5-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._title-5-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._top-left-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._top-left-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._top-left-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._top-left-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._top-left-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._top-left-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._top-right-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._top-right-active.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._top-right-active.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/._top-right-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/._top-right-inactive.xpm
new file mode 100644
index 00000000..ecd59f4a
Binary files /dev/null and b/local/share/themes/rose-pine-gtk/xfwm4/._top-right-inactive.xpm differ
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/bottom-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/bottom-active.xpm
new file mode 100644
index 00000000..489e2516
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/bottom-active.xpm
@@ -0,0 +1,6 @@
+/* XPM */
+static char * bottom_active_xpm[] = {
+"8 1 2 1",
+" c None",
+". c #c4a7e7",
+"........"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/bottom-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/bottom-inactive.xpm
new file mode 100644
index 00000000..512f29bb
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/bottom-inactive.xpm
@@ -0,0 +1,6 @@
+/* XPM */
+static char * bottom_inactive_xpm[] = {
+"8 1 2 1",
+" c None",
+". c #191724",
+"........"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/bottom-left-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/bottom-left-active.xpm
new file mode 100644
index 00000000..f0797a7d
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/bottom-left-active.xpm
@@ -0,0 +1,6 @@
+/* XPM */
+static char * bottom_left_active_xpm[] = {
+"1 1 2 1",
+" c None",
+". c #c4a7e7",
+"."};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/bottom-left-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/bottom-left-inactive.xpm
new file mode 100644
index 00000000..ee1446a8
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/bottom-left-inactive.xpm
@@ -0,0 +1,6 @@
+/* XPM */
+static char * bottom_left_inactive_xpm[] = {
+"1 1 2 1",
+" c None",
+". c #191724",
+"."};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/bottom-right-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/bottom-right-active.xpm
new file mode 100644
index 00000000..2ac933d7
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/bottom-right-active.xpm
@@ -0,0 +1,6 @@
+/* XPM */
+static char * bottom_right_active_xpm[] = {
+"1 1 2 1",
+" c None",
+". c #c4a7e7",
+"."};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/bottom-right-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/bottom-right-inactive.xpm
new file mode 100644
index 00000000..98bb6b91
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/bottom-right-inactive.xpm
@@ -0,0 +1,6 @@
+/* XPM */
+static char * bottom_right_inactive_xpm[] = {
+"1 1 2 1",
+" c None",
+". c #191724",
+"."};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/close-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/close-active.xpm
new file mode 100644
index 00000000..6552a6bb
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/close-active.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * close_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #e0def4",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++....++........",
+"........+++..+++........",
+".........++++++.........",
+"..........++++..........",
+"..........++++..........",
+".........++++++.........",
+"........+++..+++........",
+"........++....++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/close-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/close-inactive.xpm
new file mode 100644
index 00000000..fbc545ec
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/close-inactive.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * close_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #e0def4",
+"@ c #191724",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++....++........",
+"........+++..+++........",
+".........++++++.........",
+"..........++++..........",
+"..........++++..........",
+".........++++++.........",
+"........+++..+++........",
+"........++....++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/close-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/close-prelight.xpm
new file mode 100644
index 00000000..f9779e5e
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/close-prelight.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * close_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++....++........",
+"........+++..+++........",
+".........++++++.........",
+"..........++++..........",
+"..........++++..........",
+".........++++++.........",
+"........+++..+++........",
+"........++....++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/close-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/close-pressed.xpm
new file mode 100644
index 00000000..f9779e5e
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/close-pressed.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * close_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++....++........",
+"........+++..+++........",
+".........++++++.........",
+"..........++++..........",
+"..........++++..........",
+".........++++++.........",
+"........+++..+++........",
+"........++....++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/hide-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/hide-active.xpm
new file mode 100644
index 00000000..7f013c6d
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/hide-active.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * hide_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #e0def4",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/hide-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/hide-inactive.xpm
new file mode 100644
index 00000000..7177db64
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/hide-inactive.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * hide_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #aeacc0",
+"@ c #191724",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/hide-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/hide-prelight.xpm
new file mode 100644
index 00000000..f926b82b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/hide-prelight.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * hide_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/hide-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/hide-pressed.xpm
new file mode 100644
index 00000000..f926b82b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/hide-pressed.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * hide_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/left-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/left-active.xpm
new file mode 100644
index 00000000..3586151a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/left-active.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * left_active_xpm[] = {
+"1 21 2 1",
+" c None",
+". c #c4a7e7",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/left-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/left-inactive.xpm
new file mode 100644
index 00000000..db6b9bd1
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/left-inactive.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * left_inactive_xpm[] = {
+"1 21 2 1",
+" c None",
+". c #191724",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/maximize-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/maximize-active.xpm
new file mode 100644
index 00000000..cf0d36e0
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/maximize-active.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * maximize_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #e0def4",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/maximize-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/maximize-inactive.xpm
new file mode 100644
index 00000000..7f458100
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/maximize-inactive.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * maximize_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #aeacc0",
+"@ c #191724",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/maximize-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/maximize-prelight.xpm
new file mode 100644
index 00000000..596b5417
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/maximize-prelight.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * maximize_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/maximize-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/maximize-pressed.xpm
new file mode 100644
index 00000000..596b5417
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/maximize-pressed.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * maximize_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-active.xpm
new file mode 100644
index 00000000..e9995d54
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-active.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * maximize_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #e0def4",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-inactive.xpm
new file mode 100644
index 00000000..62d6251d
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-inactive.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * maximize_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #aeacc0",
+"@ c #191724",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-prelight.xpm
new file mode 100644
index 00000000..6b592daa
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-prelight.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * maximize_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-pressed.xpm
new file mode 100644
index 00000000..6b592daa
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/maximize-toggled-pressed.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * maximize_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........++++++++........",
+"........++++++++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++....++........",
+"........++++++++........",
+"........++++++++........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/menu-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/menu-active.xpm
new file mode 100644
index 00000000..4d8064dd
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/menu-active.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * menu_active_xpm[] = {
+"24 16 2 1",
+" c None",
+". c #191724",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/menu-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/menu-inactive.xpm
new file mode 100644
index 00000000..73b18974
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/menu-inactive.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * menu_inactive_xpm[] = {
+"24 16 2 1",
+" c None",
+". c #191724",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/menu-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/menu-prelight.xpm
new file mode 100644
index 00000000..03e7a8c0
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/menu-prelight.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * menu_prelight_xpm[] = {
+"24 16 2 1",
+" c None",
+". c #191724",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/menu-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/menu-pressed.xpm
new file mode 100644
index 00000000..d3940734
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/menu-pressed.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * menu_pressed_xpm[] = {
+"24 16 2 1",
+" c None",
+". c #191724",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/right-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/right-active.xpm
new file mode 100644
index 00000000..ef07d215
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/right-active.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * right_active_xpm[] = {
+"1 21 2 1",
+" c None",
+". c #c4a7e7",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/right-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/right-inactive.xpm
new file mode 100644
index 00000000..9e7c9fc2
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/right-inactive.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * right_inactive_xpm[] = {
+"1 21 2 1",
+" c None",
+". c #191724",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/shade-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/shade-active.xpm
new file mode 100644
index 00000000..7f4d27fc
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/shade-active.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * shade_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #e0def4",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+"..........++++..........",
+".........++++++.........",
+"........++++++++........",
+".......+++.++.+++.......",
+"...........++...........",
+"...........++...........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/shade-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/shade-inactive.xpm
new file mode 100644
index 00000000..0cfcb114
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/shade-inactive.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * shade_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #aeacc0",
+"@ c #191724",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+"..........++++..........",
+".........++++++.........",
+"........++++++++........",
+".......+++.++.+++.......",
+"...........++...........",
+"...........++...........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/shade-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/shade-prelight.xpm
new file mode 100644
index 00000000..aaba361f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/shade-prelight.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * shade_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+"..........++++..........",
+".........++++++.........",
+"........++++++++........",
+".......+++.++.+++.......",
+"...........++...........",
+"...........++...........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/shade-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/shade-pressed.xpm
new file mode 100644
index 00000000..aaba361f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/shade-pressed.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * shade_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+"..........++++..........",
+".........++++++.........",
+"........++++++++........",
+".......+++.++.+++.......",
+"...........++...........",
+"...........++...........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-active.xpm
new file mode 100644
index 00000000..5b636a5c
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-active.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * shade_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #e0def4",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+"...........++...........",
+"...........++...........",
+".......+++.++.+++.......",
+"........++++++++........",
+".........++++++.........",
+"..........++++..........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-inactive.xpm
new file mode 100644
index 00000000..eb210f21
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * shade_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #aeacc0",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+"...........++...........",
+"...........++...........",
+".......+++.++.+++.......",
+"........++++++++........",
+".........++++++.........",
+"..........++++..........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-prelight.xpm
new file mode 100644
index 00000000..d476aacc
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-prelight.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * shade_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+"...........++...........",
+"...........++...........",
+".......+++.++.+++.......",
+"........++++++++........",
+".........++++++.........",
+"..........++++..........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-pressed.xpm
new file mode 100644
index 00000000..d476aacc
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/shade-toggled-pressed.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * shade_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+"...........++...........",
+"...........++...........",
+".......+++.++.+++.......",
+"........++++++++........",
+".........++++++.........",
+"..........++++..........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/stick-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/stick-active.xpm
new file mode 100644
index 00000000..4faf15f5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/stick-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * stick_active_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #e0def4",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+".........++++++.........",
+".........++..++.........",
+"........++....++........",
+"........++....++........",
+".........++..++.........",
+".........++++++.........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/stick-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/stick-inactive.xpm
new file mode 100644
index 00000000..d6a3e49a
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/stick-inactive.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * stick_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #aeacc0",
+"@ c #191724",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+".........++++++.........",
+".........++..++.........",
+"........++....++........",
+"........++....++........",
+".........++..++.........",
+".........++++++.........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/stick-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/stick-prelight.xpm
new file mode 100644
index 00000000..b28866dd
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/stick-prelight.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * stick_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+".........++++++.........",
+".........++..++.........",
+"........++....++........",
+"........++....++........",
+".........++..++.........",
+".........++++++.........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/stick-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/stick-pressed.xpm
new file mode 100644
index 00000000..b28866dd
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/stick-pressed.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * stick_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+".........++++++.........",
+".........++..++.........",
+"........++....++........",
+"........++....++........",
+".........++..++.........",
+".........++++++.........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-active.xpm
new file mode 100644
index 00000000..dd0b6551
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-active.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * stick_toggled_active_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #e0def4",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+".........++++++.........",
+".........++++++.........",
+"........++++++++........",
+"........++++++++........",
+".........++++++.........",
+".........++++++.........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-inactive.xpm
new file mode 100644
index 00000000..8d1a04c1
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-inactive.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * stick_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #aeacc0",
+"@ c #191724",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+".........++++++.........",
+".........++++++.........",
+"........++++++++........",
+"........++++++++........",
+".........++++++.........",
+".........++++++.........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-prelight.xpm b/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-prelight.xpm
new file mode 100644
index 00000000..8fb3ac3f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-prelight.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * stick_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+".........++++++.........",
+".........++++++.........",
+"........++++++++........",
+"........++++++++........",
+".........++++++.........",
+".........++++++.........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-pressed.xpm b/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-pressed.xpm
new file mode 100644
index 00000000..8fb3ac3f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/stick-toggled-pressed.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * stick_toggled_prelight_xpm[] = {
+"24 26 4 1",
+" c None",
+". c #191724",
+"+ c #c4a7e7 s active_color_1",
+"@ c #c4a7e7",
+"@@@@@@@@@@@@@@@@@@@@@@@@",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...........++...........",
+".........++++++.........",
+".........++++++.........",
+"........++++++++........",
+"........++++++++........",
+".........++++++.........",
+".........++++++.........",
+"...........++...........",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/themerc b/local/share/themes/rose-pine-gtk/xfwm4/themerc
new file mode 100644
index 00000000..c2564e13
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/themerc
@@ -0,0 +1,23 @@
+# Name: Numix xfwm4 theme
+# Author: Satyajit Sahoo
+# License: GPL-3.0+
+
+active_text_color=#e0def4
+inactive_text_color=#aeacc0
+button_offset=3
+button_spacing=0
+show_app_icon=true
+full_width_title=true
+maximized_offset=0
+title_horizontal_offset=3
+title_shadow_active=false
+title_shadow_inactive=false
+title_vertical_offset_active=0
+title_vertical_offset_inactive=0
+title_shadow_active=false
+title_shadow_inactive=false
+shadow_delta_height=0
+shadow_delta_width=0
+shadow_delta_x=0
+shadow_delta_y=0
+shadow_opacity=30
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-1-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-1-active.xpm
new file mode 100644
index 00000000..69247a8f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-1-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_1_active_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #c4a7e7",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-1-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-1-inactive.xpm
new file mode 100644
index 00000000..dda6a685
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-1-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_1_inactive_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #191724",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-2-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-2-active.xpm
new file mode 100644
index 00000000..51795d58
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-2-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_2_active_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #c4a7e7",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-2-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-2-inactive.xpm
new file mode 100644
index 00000000..5b968a40
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-2-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_2_inactive_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #191724",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-3-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-3-active.xpm
new file mode 100644
index 00000000..23ec228f
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-3-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_3_active_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #c4a7e7",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-3-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-3-inactive.xpm
new file mode 100644
index 00000000..68005e14
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-3-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_3_inactive_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #191724",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-4-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-4-active.xpm
new file mode 100644
index 00000000..eb7dc7c8
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-4-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_4_active_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #c4a7e7",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-4-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-4-inactive.xpm
new file mode 100644
index 00000000..0ba8273c
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-4-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_4_inactive_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #191724",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-5-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-5-active.xpm
new file mode 100644
index 00000000..3131c2a5
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-5-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_5_active_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #c4a7e7",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/title-5-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/title-5-inactive.xpm
new file mode 100644
index 00000000..03db43d8
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/title-5-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_5_inactive_xpm[] = {
+"2 26 3 1",
+" c None",
+". c #191724",
+"+ c #191724",
+"..",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++",
+"++"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/top-left-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/top-left-active.xpm
new file mode 100644
index 00000000..5e9f4e7b
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/top-left-active.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * top_left_active_xpm[] = {
+"2 26 4 1",
+" c None",
+". c #c4a7e7",
+"+ c #c4a7e7",
+"@ c #191724",
+" .",
+".+",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/top-left-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/top-left-inactive.xpm
new file mode 100644
index 00000000..bd5d1dbe
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/top-left-inactive.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * top_left_inactive_xpm[] = {
+"2 26 4 1",
+" c None",
+". c #191724",
+"+ c #191724",
+"@ c #191724",
+" .",
+".+",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@",
+".@"};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/top-right-active.xpm b/local/share/themes/rose-pine-gtk/xfwm4/top-right-active.xpm
new file mode 100644
index 00000000..5ad94345
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/top-right-active.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * top_right_active_xpm[] = {
+"2 26 4 1",
+" c None",
+". c #c4a7e7",
+"+ c #c4a7e7",
+"@ c #191724",
+". ",
+"+.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@."};
diff --git a/local/share/themes/rose-pine-gtk/xfwm4/top-right-inactive.xpm b/local/share/themes/rose-pine-gtk/xfwm4/top-right-inactive.xpm
new file mode 100644
index 00000000..362db3d4
--- /dev/null
+++ b/local/share/themes/rose-pine-gtk/xfwm4/top-right-inactive.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * top_right_inactive_xpm[] = {
+"2 26 4 1",
+" c None",
+". c #191724",
+"+ c #191724",
+"@ c #191724",
+". ",
+"+.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@.",
+"@."};