gtk-dark.css
ASCII text, with very long lines (431)
1@keyframes ripple_effect { 2from { 3background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 0%, transparent 0%), image(alpha(currentColor, 0)); } 4to { 5background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 100%, transparent 0%), image(alpha(currentColor, 0.15)); } } 6@keyframes flat_ripple_effect { 7from { 8background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 0%, transparent 0%), image(alpha(currentColor, 0.15)); } 9to { 10background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 100%, transparent 0%), image(alpha(currentColor, 0.15)); } } 11@keyframes row_ripple_effect { 12from { 13background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 0%, transparent 0%), image(alpha(currentColor, 0)); } 14to { 15background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 100%, transparent 0%), image(alpha(currentColor, 0)); } } 16@keyframes tab_ripple_effect { 17from { 18background-image: radial-gradient(circle farthest-corner at center, rgba(66, 165, 245, 0.6) 0%, transparent 0%); } 1950% { 20background-image: radial-gradient(circle farthest-corner at center, rgba(66, 165, 245, 0.6) 100%, transparent 0%); } 21to { 22background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); } } 23@keyframes header_ripple_effect { 24from { 25background-image: radial-gradient(circle farthest-corner at center, #42A5F5 0%, transparent 0%); } 26to { 27background-image: radial-gradient(circle farthest-corner at center, #42A5F5 100%, transparent 0%); } } 28* { 29padding: 0; 30background-clip: padding-box; 31-GtkToolButton-icon-spacing: 4; 32-GtkTextView-error-underline-color: #DD2C00; 33-GtkScrolledWindow-scrollbar-spacing: 0; 34-GtkToolItemGroup-expander-size: 11; 35-GtkWidget-text-handle-width: 24; 36-GtkWidget-text-handle-height: 24; 37-GtkDialog-button-spacing: 4; 38-GtkDialog-action-area-border: 0; 39outline-style: solid; 40outline-width: 2px; 41outline-color: alpha(currentColor, 0.3); 42outline-offset: -4px; 43-gtk-outline-radius: 2px; 44-gtk-secondary-caret-color: #42A5F5; } 45 46/*************** 47* Base States * 48***************/ 49.background { 50background-color: #455A64; 51color: #FFFFFF; } 52 53/* 54These wildcard seems unavoidable, need to investigate. 55Wildcards are bad and troublesome, use them with care, 56or better, just don't. 57Everytime a wildcard is used a kitten dies, painfully. 58*/ 59*:disabled { 60-gtk-icon-effect: dim; } 61 62.gtkstyle-fallback { 63background-color: #455A64; 64color: #FFFFFF; } 65.gtkstyle-fallback:hover { 66background-color: #3b4c55; 67color: #FFFFFF; } 68.gtkstyle-fallback:active { 69background-color: #303f46; 70color: #FFFFFF; } 71.gtkstyle-fallback:disabled { 72background-color: #455A64; 73color: rgba(255, 255, 255, 0.4); } 74.gtkstyle-fallback:selected { 75background-color: #42A5F5; 76color: #FFFFFF; } 77 78.view, iconview { 79background-color: #546E7A; 80color: #FFFFFF; } 81.view:hover, iconview:hover, .view:active, iconview:active, .view:selected, iconview:selected { 82border-radius: 2px; } 83.view:disabled, iconview:disabled { 84color: rgba(255, 255, 255, 0.4); } 85 86.view text, iconview text, 87textview text { 88background-color: #546E7A; 89color: #FFFFFF; } 90.view text:disabled, iconview text:disabled, 91textview text:disabled { 92color: rgba(255, 255, 255, 0.4); } 93 94textview border { 95background-color: #4d646f; 96color: rgba(255, 255, 255, 0.6); } 97 98.rubberband, 99rubberband, 100flowbox rubberband, 101treeview.view rubberband, 102.content-view rubberband { 103border: 1px solid #40C4FF; 104background-color: rgba(64, 196, 255, 0.3); } 105 106flowbox flowboxchild { 107outline-offset: -2px; 108padding: 4px; 109border-radius: 2px; } 110 111label { 112caret-color: currentColor; } 113label.separator { 114color: #FFFFFF; } 115label selection { 116background-color: #42A5F5; 117color: #FFFFFF; } 118label:disabled { 119color: rgba(255, 255, 255, 0.4); } 120 121.dim-label, label.separator, .titlebar:not(headerbar) .subtitle, 122headerbar .subtitle { 123opacity: 0.6; } 124 125assistant .sidebar { 126padding: 4px 0; } 127assistant .sidebar label { 128min-height: 36px; 129padding: 0 12px; 130color: rgba(255, 255, 255, 0.6); 131font-weight: 500; } 132assistant .sidebar label.highlight { 133color: #FFFFFF; } 134 135popover.background.touch-selection, popover.background.magnifier, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, .csd popover.background.osd, .app-notification, 136.app-notification.frame, .osd .scale-popup, .floating-bar, .osd { 137opacity: 0.9; } 138 139/********************* 140* Spinner Animation * 141*********************/ 142@keyframes spin { 143to { 144-gtk-icon-transform: rotate(1turn); } } 145@keyframes spin_colors { 1461% { 147color: #66BB6A; } 14825% { 149color: #66BB6A; } 15026% { 151color: #42A5F5; } 15250% { 153color: #42A5F5; } 15451% { 155color: #FFA726; } 15675% { 157color: #FFA726; } 15876% { 159color: #EF5350; } 160100% { 161color: #EF5350; } } 162spinner { 163background: none; 164opacity: 0; 165-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } 166spinner:checked { 167opacity: 1; 168animation: spin 1s linear infinite, spin_colors 4s linear infinite; } 169spinner:checked:disabled { 170opacity: 0.4; } 171 172/**************** 173* Text Entries * 174****************/ 175spinbutton:not(.vertical), notebook > stack:not(:only-child) revealer entry, 176notebook > stack:not(:only-child) revealer spinbutton:not(.vertical), 177entry { 178min-height: 36px; 179padding: 0 8px; 180border-radius: 2px; 181transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 182border-image: none; 183box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 184background-color: #546E7A; 185color: #FFFFFF; } 186spinbutton:focus:not(.vertical), notebook > stack:not(:only-child) revealer entry:focus, 187notebook > stack:not(:only-child) revealer spinbutton:focus:not(.vertical), 188entry:focus { 189border-image: none; 190box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); } 191spinbutton:disabled:not(.vertical), notebook > stack:not(:only-child) revealer entry:disabled, 192notebook > stack:not(:only-child) revealer spinbutton:disabled:not(.vertical), 193entry:disabled { 194box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 195background-color: #4d646f; 196color: rgba(255, 255, 255, 0.4); } 197spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) entry, 198notebook > stack:not(:only-child) spinbutton:not(.vertical), notebook > stack:not(:only-child) revealer entry.flat, 199notebook > stack:not(:only-child) revealer spinbutton.flat:not(.vertical), colorchooser .popover.osd spinbutton:not(.vertical), layoutpane entry.search, editortweak entry.search, 200entry.flat { 201border-radius: 0; 202transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 203border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 0%, transparent 0%) 0 0 0/0 0 0px; 204box-shadow: inset 0 -1px alpha(currentColor, 0.3); 205background-color: transparent; 206color: #FFFFFF; } 207spinbutton.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry:focus, 208notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), colorchooser .popover.osd spinbutton:focus:not(.vertical), layoutpane entry.search:focus, editortweak entry.search:focus, 209entry.flat:focus { 210border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 100%, transparent 0%) 0 0 2/0 0 2px; 211box-shadow: inset 0 -1px alpha(currentColor, 0.3); } 212spinbutton.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry:disabled, 213notebook > stack:not(:only-child) spinbutton:disabled:not(.vertical), colorchooser .popover.osd spinbutton:disabled:not(.vertical), layoutpane entry.search:disabled, editortweak entry.search:disabled, 214entry.flat:disabled { 215box-shadow: inset 0 -1px alpha(currentColor, 0.3); 216background-color: transparent; 217color: rgba(255, 255, 255, 0.4); } 218spinbutton:not(.vertical) image, notebook > stack:not(:only-child) revealer entry image, 219notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) image, 220entry image { 221min-height: 24px; 222min-width: 24px; 223-gtk-outline-radius: 100px; 224border-radius: 100px; 225color: alpha(currentColor, 0.75); } 226spinbutton:not(.vertical) image:hover, notebook > stack:not(:only-child) revealer entry image:hover, 227notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) image:hover, spinbutton:not(.vertical) image:active, notebook > stack:not(:only-child) revealer entry image:active, 228notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) image:active, 229entry image:hover, 230entry image:active { 231color: currentColor; } 232spinbutton:not(.vertical) image:disabled, notebook > stack:not(:only-child) revealer entry image:disabled, 233notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) image:disabled, 234entry image:disabled { 235color: alpha(currentColor, 0.6); } 236spinbutton:not(.vertical) image.left, notebook > stack:not(:only-child) revealer entry image.left, 237notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) image.left, 238entry image.left { 239margin-left: -2px; 240margin-right: 2px; } 241spinbutton:not(.vertical) image.right, notebook > stack:not(:only-child) revealer entry image.right, 242notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) image.right, 243entry image.right { 244margin-left: 2px; 245margin-right: -2px; } 246spinbutton:not(.vertical) undershoot.left, notebook > stack:not(:only-child) revealer entry undershoot.left, 247notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) undershoot.left, 248entry undershoot.left { 249background-color: transparent; 250background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); 251padding-left: 1px; 252background-size: 1px 12px; 253background-repeat: repeat-y; 254background-origin: content-box; 255background-position: left top; } 256spinbutton:not(.vertical) undershoot.right, notebook > stack:not(:only-child) revealer entry undershoot.right, 257notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) undershoot.right, 258entry undershoot.right { 259background-color: transparent; 260background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); 261padding-right: 1px; 262background-size: 1px 12px; 263background-repeat: repeat-y; 264background-origin: content-box; 265background-position: right top; } 266spinbutton.error:not(.vertical), notebook > stack:not(:only-child) revealer entry.error, 267notebook > stack:not(:only-child) revealer spinbutton.error:not(.vertical), 268entry.error { 269transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 270border-image: none; 271box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 272background-color: #DD2C00; 273color: #FFFFFF; } 274spinbutton.error:focus:not(.vertical), notebook > stack:not(:only-child) revealer entry.error:focus, 275entry.error:focus { 276border-image: none; 277box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); } 278spinbutton.error:disabled:not(.vertical), notebook > stack:not(:only-child) revealer entry.error:disabled, 279entry.error:disabled { 280box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 281background-color: #4d646f; 282color: rgba(255, 255, 255, 0.4); } 283spinbutton.error.flat:not(.vertical), notebook > stack:not(:only-child) entry.error, 284notebook > stack:not(:only-child) spinbutton.error:not(.vertical), colorchooser .popover.osd spinbutton.error:not(.vertical), layoutpane entry.error.search, editortweak entry.error.search, 285entry.error.flat { 286transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 287border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #DD2C00 0%, transparent 0%) 0 0 0/0 0 0px; 288box-shadow: inset 0 -1px #DD2C00; 289background-color: transparent; 290color: #FFFFFF; } 291spinbutton.error.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry.error:focus, 292notebook > stack:not(:only-child) spinbutton.error:focus:not(.vertical), colorchooser .popover.osd spinbutton.error:focus:not(.vertical), layoutpane entry.error.search:focus, editortweak entry.error.search:focus, 293entry.error.flat:focus { 294border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #DD2C00 100%, transparent 0%) 0 0 2/0 0 2px; 295box-shadow: inset 0 -1px #DD2C00; } 296spinbutton.error.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry.error:disabled, 297notebook > stack:not(:only-child) spinbutton.error:disabled:not(.vertical), colorchooser .popover.osd spinbutton.error:disabled:not(.vertical), layoutpane entry.error.search:disabled, editortweak entry.error.search:disabled, 298entry.error.flat:disabled { 299box-shadow: inset 0 -1px alpha(currentColor, 0.3); 300background-color: transparent; 301color: rgba(255, 255, 255, 0.4); } 302spinbutton.warning:not(.vertical), notebook > stack:not(:only-child) revealer entry.warning, 303notebook > stack:not(:only-child) revealer spinbutton.warning:not(.vertical), 304entry.warning { 305transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 306border-image: none; 307box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 308background-color: #FF6D00; 309color: #FFFFFF; } 310spinbutton.warning:focus:not(.vertical), notebook > stack:not(:only-child) revealer entry.warning:focus, 311entry.warning:focus { 312border-image: none; 313box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); } 314spinbutton.warning:disabled:not(.vertical), notebook > stack:not(:only-child) revealer entry.warning:disabled, 315entry.warning:disabled { 316box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 317background-color: #4d646f; 318color: rgba(255, 255, 255, 0.4); } 319spinbutton.warning.flat:not(.vertical), notebook > stack:not(:only-child) entry.warning, 320notebook > stack:not(:only-child) spinbutton.warning:not(.vertical), colorchooser .popover.osd spinbutton.warning:not(.vertical), layoutpane entry.warning.search, editortweak entry.warning.search, 321entry.warning.flat { 322transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 323border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF6D00 0%, transparent 0%) 0 0 0/0 0 0px; 324box-shadow: inset 0 -1px #FF6D00; 325background-color: transparent; 326color: #FFFFFF; } 327spinbutton.warning.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry.warning:focus, 328notebook > stack:not(:only-child) spinbutton.warning:focus:not(.vertical), colorchooser .popover.osd spinbutton.warning:focus:not(.vertical), layoutpane entry.warning.search:focus, editortweak entry.warning.search:focus, 329entry.warning.flat:focus { 330border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF6D00 100%, transparent 0%) 0 0 2/0 0 2px; 331box-shadow: inset 0 -1px #FF6D00; } 332spinbutton.warning.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry.warning:disabled, 333notebook > stack:not(:only-child) spinbutton.warning:disabled:not(.vertical), colorchooser .popover.osd spinbutton.warning:disabled:not(.vertical), layoutpane entry.warning.search:disabled, editortweak entry.warning.search:disabled, 334entry.warning.flat:disabled { 335box-shadow: inset 0 -1px alpha(currentColor, 0.3); 336background-color: transparent; 337color: rgba(255, 255, 255, 0.4); } 338spinbutton:not(.vertical) progress, notebook > stack:not(:only-child) revealer entry progress, 339notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) progress, 340entry progress { 341margin: 2px -6px; 342border-style: none none solid; 343border-width: 2px; 344border-color: #42A5F5; 345background-color: transparent; } 346.linked:not(.vertical) > spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) .linked:not(.vertical) > entry, 347notebook > stack:not(:only-child) .linked:not(.vertical) > spinbutton:not(.vertical), notebook > stack:not(:only-child) revealer .linked:not(.vertical) > entry.flat, 348notebook > stack:not(:only-child) revealer .linked:not(.vertical) > spinbutton.flat:not(.vertical), colorchooser .popover.osd .linked:not(.vertical) > spinbutton:not(.vertical), layoutpane .linked:not(.vertical) > entry.search, editortweak .linked:not(.vertical) > entry.search, .linked.vertical > spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) .linked.vertical > entry, 349notebook > stack:not(:only-child) .linked.vertical > spinbutton:not(.vertical), notebook > stack:not(:only-child) revealer .linked.vertical > entry.flat, 350notebook > stack:not(:only-child) revealer .linked.vertical > spinbutton.flat:not(.vertical), colorchooser .popover.osd .linked.vertical > spinbutton:not(.vertical), layoutpane .linked.vertical > entry.search, editortweak .linked.vertical > entry.search, .linked:not(.vertical) > 351entry.flat, .linked.vertical > 352entry.flat { 353border-radius: 0; } 354 355treeview entry.flat, treeview entry { 356min-height: 0; 357padding: 2px; 358border-radius: 0; 359background-color: #546E7A; } 360treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { 361border-image: none; 362box-shadow: none; } 363 364/*********** 365* Buttons * 366***********/ 367@keyframes needs_attention { 368from { 369background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)); } 370to { 371background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#FF4081), to(transparent)); } } 372button { 373min-height: 24px; 374min-width: 16px; 375padding: 6px 10px; 376border-radius: 2px; 377font-weight: 500; 378transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 379box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 380background-color: #607D8B; 381background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0) 100%, transparent 0%), image(alpha(currentColor, 0)); 382color: rgba(255, 255, 255, 0.75); } 383button:hover { 384box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); 385background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0) 100%, transparent 0%), image(alpha(currentColor, 0)); 386color: #FFFFFF; } 387button:active { 388transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), background-image 0; 389animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; 390box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); 391color: #FFFFFF; } 392button:disabled { 393box-shadow: none; 394background-color: alpha(currentColor, 0.3); 395color: rgba(255, 255, 255, 0.3); } 396button:disabled > label { 397color: inherit; } 398button:checked { 399background-color: #42A5F5; 400color: #FFFFFF; } 401button:checked:disabled { 402background-color: alpha(currentColor, 0.3); 403color: rgba(66, 165, 245, 0.4); } 404button:checked:disabled > label { 405color: inherit; } 406modelbutton.flat, 407.menuitem.button.flat, spinbutton:not(.vertical) button, spinbutton.vertical button, popover.background.menu button.model, notebook > header > tabs > arrow, scrollbar button, check, 408radio, calendar.button, messagedialog.csd .dialog-action-area button, button.sidebar-button, .gedit-search-slider button, :not(headerbar) .path-bar button, layouttabbar button, .inline-toolbar 409button, toolbar.osd button, .app-notification button, 410.app-notification.frame button, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), 411headerbar button:not(.suggested-action):not(.destructive-action), 412button.flat { 413transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 414box-shadow: none; 415background-color: transparent; 416background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0) 100%, transparent 0%), image(alpha(currentColor, 0)); 417color: alpha(currentColor, 0.75); } 418modelbutton.flat:hover, 419.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, 420radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .inline-toolbar 421button:hover, toolbar.osd button:hover, .app-notification button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), 422headerbar button:hover:not(.suggested-action):not(.destructive-action), 423button.flat:hover { 424box-shadow: none; 425background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0) 100%, transparent 0%), image(alpha(currentColor, 0.15)); 426color: currentColor; } 427modelbutton.flat:active, 428.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, 429radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .inline-toolbar 430button:active, toolbar.osd button:active, .app-notification button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), 431headerbar button:active:not(.suggested-action):not(.destructive-action), 432button.flat:active { 433transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-image 0; 434animation: flat_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; 435box-shadow: none; 436color: currentColor; } 437modelbutton.flat:disabled, 438.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, 439radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .inline-toolbar 440button:disabled, toolbar.osd button:disabled, .app-notification button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), 441headerbar button:disabled:not(.suggested-action):not(.destructive-action), 442button.flat:disabled { 443box-shadow: none; 444background-color: transparent; 445color: alpha(currentColor, 0.3); } 446modelbutton.flat:disabled > label, 447.menuitem.button.flat:disabled > label, spinbutton:not(.vertical) button:disabled > label, spinbutton.vertical button:disabled > label, popover.background.menu button.model:disabled > label, notebook > header > tabs > arrow:disabled > label, scrollbar button:disabled > label, check:disabled > label, 448radio:disabled > label, calendar.button:disabled > label, messagedialog.csd .dialog-action-area button:disabled > label, button.sidebar-button:disabled > label, .gedit-search-slider button:disabled > label, :not(headerbar) .path-bar button:disabled > label, layouttabbar button:disabled > label, .inline-toolbar 449button:disabled > label, toolbar.osd button:disabled > label, .app-notification button:disabled > label, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action) > label, 450headerbar button:disabled:not(.suggested-action):not(.destructive-action) > label, 451button.flat:disabled > label { 452color: inherit; } 453:not(headerbar) .path-bar button:checked, layouttabbar button:checked, .inline-toolbar 454button:checked, toolbar.osd button:checked, .app-notification button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), 455headerbar button:checked:not(.suggested-action):not(.destructive-action), 456button.flat:checked { 457background-color: alpha(currentColor, 0.3); 458color: currentColor; } 459:not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .inline-toolbar 460button:checked:disabled, toolbar.osd button:checked:disabled, .app-notification button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), 461headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), 462button.flat:checked:disabled { 463background-color: alpha(currentColor, 0.3); 464color: alpha(currentColor, 0.4); } 465:not(headerbar) .path-bar button:checked:disabled > label, layouttabbar button:checked:disabled > label, .inline-toolbar 466button:checked:disabled > label, toolbar.osd button:checked:disabled > label, .app-notification button:checked:disabled > label, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, 467headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, 468button.flat:checked:disabled > label { 469color: inherit; } 470button.image-button { 471min-width: 24px; 472padding: 6px; 473-gtk-outline-radius: 100px; 474border-radius: 100px; } 475button.text-button { 476padding-left: 16px; 477padding-right: 16px; } 478button.text-button.image-button { 479padding-left: 10px; 480padding-right: 10px; 481-gtk-outline-radius: 2px; 482border-radius: 2px; } 483button.text-button.image-button label:last-child { 484padding-left: 2px; 485padding-right: 6px; } 486button.text-button.image-button label:first-child { 487padding-left: 6px; 488padding-right: 2px; } 489.inline-toolbar .linked > button, toolbar.osd .linked > button, .app-notification .linked > button, .titlebar:not(headerbar) .linked > button:not(.suggested-action):not(.destructive-action), 490headerbar .linked > button:not(.suggested-action):not(.destructive-action), .inline-toolbar .linked.vertical > button, toolbar.osd .linked.vertical > button, .app-notification .linked.vertical > button, .titlebar:not(headerbar) .linked.vertical > button:not(.suggested-action):not(.destructive-action), 491headerbar .linked.vertical > button:not(.suggested-action):not(.destructive-action), .linked > 492button.flat, .linked.vertical > 493button.flat { 494border-radius: 2px; } 495.inline-toolbar .linked > button.image-button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button, .titlebar:not(headerbar) .linked > button.image-button:not(.suggested-action):not(.destructive-action), 496headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), .inline-toolbar .linked.vertical > button.image-button, toolbar.osd .linked.vertical > button.image-button, .app-notification .linked.vertical > button.image-button, .titlebar:not(headerbar) .linked.vertical > button.image-button:not(.suggested-action):not(.destructive-action), 497headerbar .linked.vertical > button.image-button:not(.suggested-action):not(.destructive-action), .linked > 498button.flat.image-button, .linked.vertical > 499button.flat.image-button { 500-gtk-outline-radius: 100px; 501border-radius: 100px; } 502.inline-toolbar .linked > button.text-button.image-button, toolbar.osd .linked > button.text-button.image-button, .app-notification .linked > button.text-button.image-button, .titlebar:not(headerbar) .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action), 503headerbar .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action), .inline-toolbar .linked.vertical > button.text-button.image-button, toolbar.osd .linked.vertical > button.text-button.image-button, .app-notification .linked.vertical > button.text-button.image-button, .titlebar:not(headerbar) .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action), 504headerbar .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action), .linked > 505button.flat.text-button.image-button, .linked.vertical > 506button.flat.text-button.image-button { 507-gtk-outline-radius: 2px; 508border-radius: 2px; } 509infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, row:selected 510button:disabled { 511color: rgba(255, 255, 255, 0.3); } 512button.osd { 513padding: 12px 16px; } 514button.osd.image-button { 515padding: 12px; } 516button.osd:disabled { 517opacity: 0; } 518button.suggested-action { 519background-color: #FF4081; 520color: #FFFFFF; } 521button.suggested-action:disabled { 522box-shadow: none; 523background-color: alpha(currentColor, 0.3); 524color: rgba(255, 255, 255, 0.3); } 525button.suggested-action:disabled > label { 526color: inherit; } 527button.suggested-action:checked { 528background-color: #ff79a7; } 529button.suggested-action.flat { 530background-color: transparent; 531color: #FF4081; } 532button.suggested-action.flat:disabled { 533box-shadow: none; 534background-color: transparent; 535color: alpha(currentColor, 0.3); } 536button.suggested-action.flat:disabled > label { 537color: inherit; } 538button.destructive-action { 539background-color: #FF5252; 540color: #FFFFFF; } 541button.destructive-action:disabled { 542box-shadow: none; 543background-color: alpha(currentColor, 0.3); 544color: rgba(255, 255, 255, 0.3); } 545button.destructive-action:disabled > label { 546color: inherit; } 547button.destructive-action:checked { 548background-color: #ff8686; } 549button.destructive-action.flat { 550background-color: transparent; 551color: #FF5252; } 552button.destructive-action.flat:disabled { 553box-shadow: none; 554background-color: transparent; 555color: alpha(currentColor, 0.3); } 556button.destructive-action.flat:disabled > label { 557color: inherit; } 558.stack-switcher > 559button { 560outline-offset: -4px; } 561.stack-switcher > 562button > label { 563padding-left: 6px; 564padding-right: 6px; } 565.stack-switcher > 566button > image { 567padding-left: 6px; 568padding-right: 6px; 569padding-top: 3px; 570padding-bottom: 3px; } 571.stack-switcher > 572button.text-button { 573padding-left: 10px; 574padding-right: 10px; } 575.stack-switcher > 576button.image-button { 577padding-left: 4px; 578padding-right: 4px; } 579.stack-switcher > 580button.needs-attention:checked > label, 581.stack-switcher > 582button.needs-attention:checked > image { 583animation: none; 584background-image: none; } 585button separator { 586min-width: 0; 587min-height: 0; 588background: transparent; } 589.primary-toolbar 590button { 591-gtk-icon-shadow: none; } 592 593.stack-switcher > 594button.needs-attention > label, 595.stack-switcher > 596button.needs-attention > image, stacksidebar row.needs-attention > label { 597animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; 598background-repeat: no-repeat; 599background-position: right 3px; 600background-size: 6px 6px; } 601.stack-switcher > 602button.needs-attention > label:dir(rtl), 603.stack-switcher > 604button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { 605background-position: left 3px; } 606 607.linked:not(.vertical) > spinbutton:not(.vertical), notebook > stack:not(:only-child) revealer .linked:not(.vertical) > entry, 608notebook > stack:not(:only-child) revealer .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > 609entry, .linked > 610button, .gedit-search-slider button:dir(ltr), .gedit-search-slider button:dir(rtl), .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) { 611-gtk-outline-radius: 2px; 612border-radius: 0; } 613 614.linked:not(.vertical) > spinbutton:first-child:not(.vertical), notebook > stack:not(:only-child) revealer .linked:not(.vertical) > entry:first-child, 615notebook > stack:not(:only-child) revealer .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > 616entry:first-child, .linked > 617button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo, .gedit-search-slider button:first-child:dir(ltr), .gedit-search-slider button:first-child:dir(rtl) { 618border-top-left-radius: 2px; 619border-bottom-left-radius: 2px; } 620.linked:not(.vertical) > spinbutton:last-child:not(.vertical), notebook > stack:not(:only-child) revealer .linked:not(.vertical) > entry:last-child, 621notebook > stack:not(:only-child) revealer .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > 622entry:last-child, .linked > 623button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo, .gedit-search-slider button:last-child:dir(ltr), .gedit-search-slider button:last-child:dir(rtl) { 624border-top-right-radius: 2px; 625border-bottom-right-radius: 2px; } 626.linked:not(.vertical) > spinbutton:only-child:not(.vertical), notebook > stack:not(:only-child) revealer .linked:not(.vertical) > entry:only-child, 627notebook > stack:not(:only-child) revealer .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > 628entry:only-child, .linked > 629button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .gedit-search-slider button:only-child:dir(ltr), .gedit-search-slider button:only-child:dir(rtl) { 630border-radius: 2px; } 631 632.linked.vertical > spinbutton:not(.vertical), notebook > stack:not(:only-child) revealer .linked.vertical > entry, 633notebook > stack:not(:only-child) revealer .linked.vertical > spinbutton:not(.vertical), .linked.vertical > 634entry, .linked.vertical > 635button, .linked.vertical > combobox > box > button.combo { 636-gtk-outline-radius: 2px; 637border-radius: 0; } 638 639.linked.vertical > spinbutton:first-child:not(.vertical), notebook > stack:not(:only-child) revealer .linked.vertical > entry:first-child, 640notebook > stack:not(:only-child) revealer .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > 641entry:first-child, .linked.vertical > 642button:first-child, .linked.vertical > combobox:first-child > box > button.combo { 643border-top-left-radius: 2px; 644border-top-right-radius: 2px; } 645.linked.vertical > spinbutton:last-child:not(.vertical), notebook > stack:not(:only-child) revealer .linked.vertical > entry:last-child, 646notebook > stack:not(:only-child) revealer .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > 647entry:last-child, .linked.vertical > 648button:last-child, .linked.vertical > combobox:last-child > box > button.combo { 649border-bottom-left-radius: 2px; 650border-bottom-right-radius: 2px; } 651.linked.vertical > spinbutton:only-child:not(.vertical), notebook > stack:not(:only-child) revealer .linked.vertical > entry:only-child, 652notebook > stack:not(:only-child) revealer .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > 653entry:only-child, .linked.vertical > 654button:only-child, .linked.vertical > combobox:only-child > box > button.combo { 655border-radius: 2px; } 656 657/* menu buttons */ 658modelbutton.flat, 659.menuitem.button.flat { 660min-height: 28px; 661padding: 0 8px; 662border-radius: 2px; 663color: inherit; } 664modelbutton.flat check:not(:checked):not(:indeterminate), 665modelbutton.flat radio:not(:checked):not(:indeterminate), 666.menuitem.button.flat check:not(:checked):not(:indeterminate), 667.menuitem.button.flat radio:not(:checked):not(:indeterminate) { 668color: alpha(currentColor, 0.6); } 669modelbutton.flat check, modelbutton.flat check:hover, 670modelbutton.flat radio, 671modelbutton.flat radio:hover, 672.menuitem.button.flat check, 673.menuitem.button.flat check:hover, 674.menuitem.button.flat radio, 675.menuitem.button.flat radio:hover { 676background-image: none; } 677modelbutton.flat check:active, 678modelbutton.flat radio:active, 679.menuitem.button.flat check:active, 680.menuitem.button.flat radio:active { 681animation: none; } 682modelbutton.flat check:last-child, 683modelbutton.flat radio:last-child, 684.menuitem.button.flat check:last-child, 685.menuitem.button.flat radio:last-child { 686margin-left: -8px; 687margin-right: -16px; } 688modelbutton.flat check:first-child, 689modelbutton.flat radio:first-child, 690.menuitem.button.flat check:first-child, 691.menuitem.button.flat radio:first-child { 692margin-left: -16px; 693margin-right: -8px; } 694 695modelbutton.flat arrow { 696background: none; } 697modelbutton.flat arrow:hover { 698background: none; } 699modelbutton.flat arrow.left { 700-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } 701modelbutton.flat arrow.right { 702-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } 703 704button.color { 705min-height: 24px; 706min-width: 24px; 707padding: 6px; } 708 709/********* 710* Links * 711*********/ 712*:link, button:link, 713button:visited, *:link:hover, button:hover:link, 714button:hover:visited, *:link:active, button:active:link, 715button:active:visited { 716color: #42A5F5; } 717*:link:visited, 718button:visited, *:link:visited:hover, 719button:visited:hover, *:link:visited:active, 720button:visited:active { 721color: #E040FB; } 722infobar.info *:link, infobar.info button:link, 723infobar.info button:visited, infobar.question *:link, infobar.question button:link, 724infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, 725infobar.warning button:visited, infobar.error *:link, infobar.error button:link, 726infobar.error button:visited, *:link:selected, button:selected:link, 727button:selected:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link, 728headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link, 729*:selected button:visited { 730color: #FFFFFF; } 731 732button:link > label, 733button:visited > label { 734text-decoration-line: underline; } 735 736/***************** 737* GtkSpinButton * 738*****************/ 739spinbutton:not(.vertical) { 740padding: 0; } 741notebook > stack:not(:only-child) spinbutton:not(.vertical) entry, 742spinbutton:not(.vertical) entry { 743min-width: 32px; 744margin: 0; 745border-image: none; 746border-radius: 0; 747box-shadow: none; 748background-color: transparent; } 749spinbutton:not(.vertical) button { 750border: solid 6px transparent; } 751spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { 752margin-left: -3px; } 753spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { 754margin-right: -3px; } 755spinbutton.vertical:disabled { 756color: rgba(255, 255, 255, 0.4); } 757spinbutton.vertical:drop(active) { 758box-shadow: none; } 759spinbutton.vertical entry { 760min-height: 36px; 761min-width: 48px; 762padding: 0; } 763spinbutton.vertical button { 764min-height: 36px; 765min-width: 48px; 766padding: 0; } 767spinbutton.vertical button.up { 768border-radius: 2px 2px 0 0; } 769spinbutton.vertical button.down { 770border-radius: 0 0 2px 2px; } 771treeview spinbutton:not(.vertical) { 772min-height: 0; 773border-style: none; 774border-radius: 0; } 775treeview spinbutton:not(.vertical) entry { 776min-height: 0; 777padding: 1px 2px; } 778 779/************** 780* ComboBoxes * 781**************/ 782combobox arrow { 783-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); 784min-height: 16px; 785min-width: 16px; } 786combobox menu, 787combobox .menu, 788combobox .context-menu { 789padding: 2px 0; } 790combobox menu menuitem, 791combobox .menu menuitem, 792combobox .context-menu menuitem { 793min-height: 36px; 794padding: 0 10px; } 795combobox:drop(active) { 796box-shadow: none; } 797 798/************ 799* Toolbars * 800************/ 801toolbar { 802-GtkWidget-window-dragging: true; 803padding: 3px; 804background-color: #455A64; } 805.osd toolbar { 806background-color: transparent; } 807toolbar.osd, .app-notification, 808.app-notification.frame { 809transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 810padding: 6px; 811border-radius: 2px; 812box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); 813background-color: #546E7A; } 814toolbar.osd:backdrop, .app-notification:backdrop { 815box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } 816toolbar.osd.left, .left.app-notification, toolbar.osd.right, .right.app-notification, toolbar.osd.top, .top.app-notification, toolbar.osd.bottom, .bottom.app-notification { 817border-radius: 0; } 818toolbar.horizontal separator { 819margin: 3px; } 820toolbar.vertical separator { 821margin: 3px; } 822toolbar:not(.inline-toolbar):not(.osd) scale, 823toolbar:not(.inline-toolbar):not(.osd) entry, 824toolbar:not(.inline-toolbar):not(.osd) spinbutton, 825toolbar:not(.inline-toolbar):not(.osd) button { 826margin: 3px; } 827toolbar:not(.inline-toolbar):not(.osd) switch { 828margin: 9px 3px; } 829 830.inline-toolbar { 831padding: 6px; 832border-style: solid; 833border-width: 0 1px 1px; 834border-color: rgba(0, 0, 0, 0.2); 835background-color: #4d646f; } 836 837searchbar, 838.location-bar { 839padding: 6px; 840border-style: solid; 841border-width: 0 0 1px; 842border-color: rgba(0, 0, 0, 0.2); 843background-color: #455A64; 844background-clip: border-box; } 845 846/*************** 847* Header bars * 848***************/ 849.titlebar:not(headerbar), 850headerbar { 851transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); 852min-height: 48px; 853padding: 0 6px; 854box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.2); 855background-color: #37474F; 856color: #FFFFFF; } 857.titlebar:backdrop:not(headerbar), 858headerbar:backdrop { 859color: rgba(255, 255, 255, 0.75); } 860.titlebar:not(headerbar) .title, 861headerbar .title { 862transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 863padding: 0 12px; 864font-weight: bold; } 865.titlebar:not(headerbar) .subtitle, 866headerbar .subtitle { 867transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 868padding: 0 12px; 869font-size: smaller; } 870.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), 871headerbar button:not(.suggested-action):not(.destructive-action) { 872border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; } 873.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, 874headerbar button:not(.suggested-action):not(.destructive-action):checked { 875border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; } 876.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, 877headerbar button:not(.suggested-action):not(.destructive-action):checked, 878headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled { 879background-color: transparent; } 880.titlebar:not(headerbar) button.suggested-action:disabled, .titlebar:not(headerbar) button.destructive-action:disabled, 881headerbar button.suggested-action:disabled, 882headerbar button.destructive-action:disabled { 883color: alpha(currentColor, 0.4); } 884.titlebar:not(headerbar) button.suggested-action:disabled > label, .titlebar:not(headerbar) button.destructive-action:disabled > label, 885headerbar button.suggested-action:disabled > label, 886headerbar button.destructive-action:disabled > label { 887color: inherit; } 888.selection-mode.titlebar:not(headerbar), 889headerbar.selection-mode { 890transition: background-color 0 0.3s; 891animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); 892background-color: #42A5F5; 893color: #FFFFFF; } 894.selection-mode.titlebar:backdrop:not(headerbar), 895headerbar.selection-mode:backdrop { 896color: rgba(255, 255, 255, 0.75); } 897.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), 898headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { 899border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; 900color: currentColor; } 901.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled, 902headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { 903color: alpha(currentColor, 0.4); } 904.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled > label, 905headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled > label { 906color: inherit; } 907.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, 908headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { 909border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; 910color: currentColor; } 911.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, 912headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { 913color: alpha(currentColor, 0.4); } 914.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled > label, 915headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled > label { 916color: inherit; } 917.selection-mode.titlebar:not(headerbar) .selection-menu, 918headerbar.selection-mode .selection-menu { 919padding-left: 16px; 920padding-right: 16px; } 921.selection-mode.titlebar:not(headerbar) .selection-menu GtkArrow, 922headerbar.selection-mode .selection-menu GtkArrow { 923-GtkArrow-arrow-scaling: 1; } 924.selection-mode.titlebar:not(headerbar) .selection-menu .arrow, 925headerbar.selection-mode .selection-menu .arrow { 926-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } 927.fullscreen .titlebar:not(headerbar), .tiled .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .fullscreen 928headerbar, .tiled 929headerbar, .maximized 930headerbar { 931border-radius: 0; 932box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } 933.default-decoration.titlebar:not(headerbar), 934headerbar.default-decoration { 935min-height: 24px; 936padding: 6px; 937border-width: 0; } 938.default-decoration.titlebar:not(headerbar) button.titlebutton, 939headerbar.default-decoration button.titlebutton { 940min-height: 24px; 941min-width: 24px; 942margin: 0; 943padding: 0; } 944.default-decoration.titlebar:not(headerbar) button.titlebutton:active, 945headerbar.default-decoration button.titlebutton:active { 946background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 100%, transparent 0%), image(alpha(currentColor, 0.15)); } 947.solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd 948headerbar:dir(rtl), .solid-csd 949headerbar:dir(ltr) { 950margin-left: -2px; 951margin-right: -2px; 952margin-top: -2px; 953box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); } 954 955headerbar entry, 956headerbar spinbutton, 957headerbar button { 958margin-top: 6px; 959margin-bottom: 6px; } 960headerbar switch { 961margin-top: 12px; 962margin-bottom: 12px; } 963 964.background:not(.tiled):not(.maximized):not(.fullscreen) .titlebar { 965border-top-left-radius: 2px; 966border-top-right-radius: 2px; } 967 968window:not(.tiled):not(.maximized):not(.fullscreen) separator:first-child + headerbar, window:not(.tiled):not(.maximized):not(.fullscreen) headerbar:first-child { 969border-top-left-radius: 2px; } 970window:not(.tiled):not(.maximized):not(.fullscreen) headerbar:last-child { 971border-top-right-radius: 2px; } 972 973window.csd > .titlebar:not(headerbar) { 974padding: 0; 975background-color: transparent; 976background-image: none; 977border-style: none; 978box-shadow: none; } 979.titlebar:not(headerbar) > separator { 980background-color: #37474F; 981background-image: image(rgba(0, 0, 0, 0.2)); } 982 983/************ 984* Pathbars * 985************/ 986.path-bar button.text-button, .path-bar button.image-button, .path-bar button { 987padding-left: 6px; 988padding-right: 6px; } 989.path-bar button image { 990padding-left: 4px; 991padding-right: 4px; } 992.path-bar button.slider-button { 993padding-left: 0; 994padding-right: 0; } 995:not(headerbar) .path-bar button { 996border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 0%, transparent 0%) 0 0 0/0 0 0px; 997border-radius: 2px; } 998:not(headerbar) .path-bar button:checked { 999border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 100%, transparent 0%) 0 0 2/0 0 2px; } 1000:not(headerbar) .path-bar button:checked, :not(headerbar) .path-bar button:checked:disabled { 1001background-color: transparent; } 1002 1003/************** 1004* Tree Views * 1005**************/ 1006treeview.view { 1007border-left-color: alpha(currentColor, 0.3); 1008border-top-color: rgba(0, 0, 0, 0.2); } 1009* { 1010-GtkTreeView-horizontal-separator: 4; 1011-GtkTreeView-grid-line-width: 1; 1012-GtkTreeView-grid-line-pattern: ''; 1013-GtkTreeView-tree-line-width: 1; 1014-GtkTreeView-tree-line-pattern: ''; 1015-GtkTreeView-expander-size: 16; } 1016treeview.view:hover, treeview.view:active, treeview.view:selected { 1017border-radius: 0; } 1018treeview.view.separator { 1019min-height: 5px; 1020color: rgba(0, 0, 0, 0.2); } 1021treeview.view:drop(active) { 1022border-style: solid none; 1023border-width: 1px; 1024border-color: #FF4081; } 1025treeview.view:drop(active).after { 1026border-top-style: none; } 1027treeview.view:drop(active).before { 1028border-bottom-style: none; } 1029treeview.view.expander { 1030-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); 1031-gtk-icon-transform: rotate(-90deg); 1032color: rgba(255, 255, 255, 0.75); } 1033treeview.view.expander:dir(rtl) { 1034-gtk-icon-transform: rotate(90deg); } 1035treeview.view.expander:checked { 1036-gtk-icon-transform: unset; } 1037treeview.view.expander:hover, treeview.view.expander:active { 1038color: #FFFFFF; } 1039treeview.view.expander:disabled { 1040color: rgba(255, 255, 255, 0.3); } 1041treeview.view.expander:selected { 1042color: rgba(255, 255, 255, 0.75); } 1043treeview.view.expander:selected:hover, treeview.view.expander:selected:active { 1044color: #FFFFFF; } 1045treeview.view.expander:selected:disabled { 1046color: rgba(255, 255, 255, 0.3); } 1047treeview.view.progressbar { 1048border-style: none none solid; 1049border-width: 4px; 1050border-color: #42A5F5; 1051background-color: transparent; 1052background-image: none; } 1053treeview.view.progressbar:selected { 1054border-color: currentColor; } 1055treeview.view.trough { 1056border-style: none none solid; 1057border-width: 4px; 1058border-color: rgba(66, 165, 245, 0.3); 1059background-color: transparent; 1060background-image: none; } 1061treeview.view.trough:selected { 1062border-color: alpha(currentColor, 0.3); } 1063treeview.view header button { 1064padding: 2px 6px; 1065border-style: none solid solid none; 1066border-width: 1px; 1067border-color: rgba(0, 0, 0, 0.2); 1068border-radius: 0; 1069background-clip: border-box; } 1070treeview.view header button, treeview.view header button:hover, treeview.view header button:active { 1071box-shadow: none; } 1072treeview.view header button, treeview.view header button:disabled { 1073background-color: #546E7A; } 1074treeview.view header button:last-child { 1075border-right-style: none; } 1076treeview.view button.dnd, 1077treeview.view header.button.dnd { 1078padding: 2px 6px; 1079border-style: none solid solid; 1080border-width: 1px; 1081border-color: rgba(0, 0, 0, 0.2); 1082border-radius: 0; 1083box-shadow: none; 1084background-color: #546E7A; 1085background-clip: border-box; 1086color: #42A5F5; } 1087treeview.view acceleditor > label { 1088background-color: #42A5F5; } 1089 1090/********* 1091* Menus * 1092*********/ 1093menubar, 1094.menubar { 1095-GtkWidget-window-dragging: true; 1096padding: 0; 1097background-color: #37474F; } 1098menubar > menuitem, 1099.menubar > menuitem { 1100transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); 1101min-height: 20px; 1102padding: 4px 8px; 1103color: rgba(255, 255, 255, 0.75); } 1104menubar > menuitem:hover, 1105.menubar > menuitem:hover { 1106transition: none; 1107background-color: alpha(currentColor, 0.15); 1108color: #FFFFFF; } 1109menubar > menuitem:disabled, 1110.menubar > menuitem:disabled { 1111color: rgba(255, 255, 255, 0.3); } 1112 1113menu, 1114.menu, 1115.context-menu { 1116margin: 4px 0; 1117padding: 4px 0; 1118background-color: #546E7A; 1119border: 1px solid rgba(0, 0, 0, 0.2); } 1120.csd menu, .csd 1121.menu, .csd 1122.context-menu { 1123border: none; 1124border-radius: 2px; } 1125menu menuitem, 1126.menu menuitem, 1127.context-menu menuitem { 1128transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); 1129min-height: 20px; 1130min-width: 40px; 1131padding: 4px 8px; 1132font: initial; 1133text-shadow: none; } 1134menu menuitem:hover, 1135.menu menuitem:hover, 1136.context-menu menuitem:hover { 1137transition: none; 1138background-color: alpha(currentColor, 0.15); } 1139menu menuitem:disabled, 1140.menu menuitem:disabled, 1141.context-menu menuitem:disabled { 1142color: rgba(255, 255, 255, 0.4); } 1143menu menuitem arrow, 1144.menu menuitem arrow, 1145.context-menu menuitem arrow { 1146min-height: 16px; 1147min-width: 16px; } 1148menu menuitem arrow:dir(ltr), 1149.menu menuitem arrow:dir(ltr), 1150.context-menu menuitem arrow:dir(ltr) { 1151-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); 1152margin-left: 8px; } 1153menu menuitem arrow:dir(rtl), 1154.menu menuitem arrow:dir(rtl), 1155.context-menu menuitem arrow:dir(rtl) { 1156-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); 1157margin-right: 8px; } 1158menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), 1159.menu menuitem label:dir(rtl), 1160.menu menuitem label:dir(ltr), 1161.context-menu menuitem label:dir(rtl), 1162.context-menu menuitem label:dir(ltr) { 1163color: inherit; } 1164menu > arrow, 1165.menu > arrow, 1166.context-menu > arrow { 1167min-height: 16px; 1168min-width: 16px; 1169padding: 4px; 1170border-radius: 0; 1171background-color: #546E7A; 1172color: rgba(255, 255, 255, 0.75); } 1173menu > arrow.top, 1174.menu > arrow.top, 1175.context-menu > arrow.top { 1176margin-top: -4px; 1177border-bottom: 1px solid rgba(0, 0, 0, 0.2); 1178-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } 1179menu > arrow.bottom, 1180.menu > arrow.bottom, 1181.context-menu > arrow.bottom { 1182margin-bottom: -4px; 1183border-top: 1px solid rgba(0, 0, 0, 0.2); 1184-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } 1185menu > arrow:hover, 1186.menu > arrow:hover, 1187.context-menu > arrow:hover { 1188background-image: image(alpha(currentColor, 0.15)); 1189color: #FFFFFF; } 1190menu > arrow:disabled, 1191.menu > arrow:disabled, 1192.context-menu > arrow:disabled { 1193border-color: transparent; 1194background-color: transparent; 1195color: transparent; } 1196menu separator, 1197.menu separator, 1198.context-menu separator { 1199margin: 4px 0; } 1200 1201menuitem accelerator { 1202color: alpha(currentColor, 0.6); } 1203menuitem check:dir(ltr), 1204menuitem radio:dir(ltr) { 1205margin-right: -8px; 1206margin-left: -16px; } 1207menuitem check:dir(rtl), 1208menuitem radio:dir(rtl) { 1209margin-right: -16px; 1210margin-left: -8px; } 1211 1212.csd.popup { 1213border-radius: 2px; } 1214 1215/*************** 1216* Popovers * 1217***************/ 1218popover.background { 1219transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 1220padding: 0; 1221box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); 1222background-color: #607D8B; } 1223popover.background:backdrop { 1224box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } 1225popover.background, .csd popover.background { 1226border-style: solid; 1227border-width: 1px; 1228border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3); 1229border-radius: 3px; } 1230popover.background > list, 1231popover.background > .view, 1232popover.background > iconview, 1233popover.background > toolbar { 1234border-style: none; 1235box-shadow: none; 1236background-color: transparent; } 1237popover.background.menu button.model { 1238min-height: 32px; 1239padding: 0 8px; 1240border-radius: 2px; } 1241popover.background.menu button.model:checked { 1242background-color: #42A5F5; 1243color: #FFFFFF; } 1244popover.background separator { 1245margin: 4px 0; } 1246popover.background list separator { 1247margin: 0; } 1248 1249/************* 1250* Notebooks * 1251*************/ 1252notebook > header { 1253border-width: 1px; 1254border-color: rgba(0, 0, 0, 0.2); 1255background-color: #455A64; 1256background-clip: border-box; } 1257notebook > header.top { 1258border-bottom-style: solid; } 1259notebook > header.top > tabs { 1260margin-bottom: -1px; } 1261notebook > header.top > tabs > tab:hover { 1262box-shadow: inset 0 -2px alpha(currentColor, 0.3); } 1263notebook > header.top > tabs > tab:checked { 1264box-shadow: inset 0 -2px #42A5F5; } 1265notebook > header.bottom { 1266border-top-style: solid; } 1267notebook > header.bottom > tabs { 1268margin-top: -1px; } 1269notebook > header.bottom > tabs > tab:hover { 1270box-shadow: inset 0 2px alpha(currentColor, 0.3); } 1271notebook > header.bottom > tabs > tab:checked { 1272box-shadow: inset 0 2px #42A5F5; } 1273notebook > header.left { 1274border-right-style: solid; } 1275notebook > header.left > tabs { 1276margin-right: -1px; } 1277notebook > header.left > tabs > tab:hover { 1278box-shadow: inset -2px 0 alpha(currentColor, 0.3); } 1279notebook > header.left > tabs > tab:checked { 1280box-shadow: inset -2px 0 #42A5F5; } 1281notebook > header.right { 1282border-left-style: solid; } 1283notebook > header.right > tabs { 1284margin-left: -1px; } 1285notebook > header.right > tabs > tab:hover { 1286box-shadow: inset 2px 0 alpha(currentColor, 0.3); } 1287notebook > header.right > tabs > tab:checked { 1288box-shadow: inset 2px 0 #42A5F5; } 1289notebook > header.top > tabs > arrow { 1290border-top-style: none; } 1291notebook > header.bottom > tabs > arrow { 1292border-bottom-style: none; } 1293notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { 1294padding-left: 4px; 1295padding-right: 4px; } 1296notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { 1297margin-left: -8px; 1298-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } 1299notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { 1300margin-right: -8px; 1301-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } 1302notebook > header.left > tabs > arrow { 1303border-left-style: none; } 1304notebook > header.right > tabs > arrow { 1305border-right-style: none; } 1306notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { 1307padding-top: 4px; 1308padding-bottom: 4px; } 1309notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { 1310margin-top: -8px; 1311-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } 1312notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { 1313margin-bottom: -8px; 1314-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } 1315notebook > header > tabs > arrow { 1316min-height: 16px; 1317min-width: 16px; 1318border-radius: 0; } 1319notebook > header tab { 1320transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 1321min-height: 24px; 1322min-width: 24px; 1323padding: 6px 12px; 1324outline-offset: -6px; 1325border-width: 1px; 1326border-color: transparent; 1327color: rgba(255, 255, 255, 0.75); 1328font-weight: 500; } 1329notebook > header tab:hover { 1330color: #FFFFFF; } 1331notebook > header tab:hover.reorderable-page { 1332border-color: rgba(0, 0, 0, 0.2); 1333background-color: #4d646f; } 1334notebook > header tab:disabled { 1335color: rgba(255, 255, 255, 0.3); } 1336notebook > header tab:checked { 1337animation: tab_ripple_effect 0.9s cubic-bezier(0, 0, 0.2, 1); 1338color: #FFFFFF; } 1339notebook > header tab:checked:disabled { 1340color: rgba(255, 255, 255, 0.4); } 1341notebook > header tab:checked.reorderable-page { 1342border-color: rgba(0, 0, 0, 0.2); 1343background-color: #546E7A; } 1344notebook > header tab button.flat:last-child { 1345margin-left: 6px; 1346margin-right: -6px; } 1347notebook > header tab button.flat:first-child { 1348margin-left: -6px; 1349margin-right: 6px; } 1350notebook > header.top tabs, notebook > header.bottom tabs { 1351padding-left: 8px; 1352padding-right: 8px; } 1353notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { 1354margin-left: 0; } 1355notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { 1356margin-right: 0; } 1357notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { 1358margin: 0 -1px; 1359border-style: none solid; } 1360notebook > header.left tabs, notebook > header.right tabs { 1361padding-top: 8px; 1362padding-bottom: 8px; } 1363notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { 1364margin-top: 0; } 1365notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { 1366margin-bottom: 0; } 1367notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { 1368margin: -1px 0; 1369border-style: solid none; } 1370notebook > stack:not(:only-child) { 1371background-color: #546E7A; } 1372 1373/************** 1374* Scrollbars * 1375**************/ 1376scrollbar { 1377transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 1378background-color: #546E7A; 1379background-clip: border-box; } 1380* { 1381-GtkScrollbar-has-backward-stepper: false; 1382-GtkScrollbar-has-forward-stepper: false; } 1383scrollbar.top { 1384border-bottom: 1px solid rgba(0, 0, 0, 0.2); } 1385scrollbar.bottom { 1386border-top: 1px solid rgba(0, 0, 0, 0.2); } 1387scrollbar.left { 1388border-right: 1px solid rgba(0, 0, 0, 0.2); } 1389scrollbar.right { 1390border-left: 1px solid rgba(0, 0, 0, 0.2); } 1391scrollbar slider { 1392transition: all 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0; 1393min-width: 8px; 1394min-height: 8px; 1395border: 4px solid transparent; 1396border-radius: 100px; 1397background-clip: padding-box; 1398background-color: rgba(255, 255, 255, 0.6); } 1399scrollbar slider:hover { 1400background-color: rgba(255, 255, 255, 0.75); } 1401scrollbar slider:active { 1402background-color: #FFFFFF; } 1403scrollbar slider:disabled { 1404background-color: rgba(255, 255, 255, 0.24); } 1405scrollbar.fine-tune slider { 1406transition: all 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0, min-width 0, min-height 0; 1407min-width: 4px; 1408min-height: 4px; } 1409scrollbar.fine-tune.horizontal slider { 1410margin: 2px 0; } 1411scrollbar.fine-tune.vertical slider { 1412margin: 0 2px; } 1413scrollbar.overlay-indicator:not(.dragging):not(.hovering) { 1414border-color: transparent; 1415background-color: transparent; } 1416scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { 1417min-width: 4px; 1418min-height: 4px; 1419margin: 3px; 1420border: 1px solid rgba(84, 110, 122, 0.3); } 1421scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { 1422min-width: 4px; 1423min-height: 4px; 1424margin: 3px; 1425border: 1px solid rgba(84, 110, 122, 0.3); 1426border-radius: 100px; 1427background-color: rgba(255, 255, 255, 0.6); 1428background-clip: padding-box; 1429-gtk-icon-source: none; } 1430scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { 1431background-color: rgba(255, 255, 255, 0.24); } 1432scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { 1433min-width: 24px; } 1434scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { 1435min-width: 8px; } 1436scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { 1437min-height: 24px; } 1438scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { 1439min-height: 8px; } 1440scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { 1441background-color: rgba(84, 110, 122, 0.9); } 1442scrollbar.horizontal slider { 1443min-width: 24px; } 1444scrollbar.vertical slider { 1445min-height: 24px; } 1446scrollbar button { 1447min-width: 16px; 1448min-height: 16px; 1449padding: 0; 1450border-radius: 0; } 1451scrollbar.vertical button.down { 1452-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } 1453scrollbar.vertical button.up { 1454-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } 1455scrollbar.horizontal button.down { 1456-gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); } 1457scrollbar.horizontal button.up { 1458-gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); } 1459 1460/********** 1461* Switch * 1462**********/ 1463switch { 1464transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 1465margin: 6px 0; 1466border: 4px solid transparent; 1467border-radius: 100px; 1468background-color: alpha(currentColor, 0.3); 1469background-clip: padding-box; 1470font-size: 0; } 1471switch:disabled { 1472color: alpha(currentColor, 0.4); } 1473switch:checked { 1474background-color: rgba(255, 64, 129, 0.5); } 1475switch:checked:disabled { 1476background-color: rgba(255, 64, 129, 0.2); 1477color: rgba(255, 255, 255, 0.4); } 1478switch slider { 1479transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 1480border-image: none; 1481box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 1482background-color: #546E7A; 1483color: #FFFFFF; 1484transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0; 1485min-width: 24px; 1486min-height: 24px; 1487margin: -4px 0 -4px -4px; 1488-gtk-outline-radius: 100px; 1489border-radius: 100px; } 1490switch:hover slider { 1491border-image: none; 1492box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); } 1493switch:checked slider { 1494transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, background-image 0, background-color 0 0.3s; 1495animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1); 1496margin: -4px -4px -4px 0; 1497background-color: #FF4081; 1498color: #FFFFFF; } 1499switch:disabled slider { 1500box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 1501background-color: #4d646f; 1502color: rgba(255, 255, 255, 0.4); } 1503switch:checked:disabled slider { 1504animation: none; } 1505 1506/************************* 1507* Check and Radio items * 1508*************************/ 1509.view.content-view.check:not(list), iconview.content-view.check:not(list) { 1510-gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 1511-gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); 1512margin: 8px; 1513background-color: transparent; } 1514 1515.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list) { 1516-gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 1517-gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode-dark.png"), url("assets/checkbox-hover-selectionmode-dark@2.png")); 1518margin: 8px; 1519background-color: transparent; } 1520 1521.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) { 1522-gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 1523-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); 1524margin: 8px; 1525background-color: transparent; } 1526 1527.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list) { 1528-gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 1529-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode-dark.png"), url("assets/checkbox-checked-hover-selectionmode-dark@2.png")); 1530margin: 8px; 1531background-color: transparent; } 1532 1533checkbutton.text-button, 1534radiobutton.text-button { 1535padding: 2px; 1536outline-offset: 0; } 1537checkbutton.text-button label:not(:only-child), 1538radiobutton.text-button label:not(:only-child) { 1539margin: 0 4px; } 1540 1541check, 1542radio { 1543min-height: 24px; 1544min-width: 24px; 1545margin: -12px; 1546padding: 12px; } 1547check:checked, check:indeterminate, 1548radio:checked, 1549radio:indeterminate { 1550color: #FF4081; } 1551check:checked:disabled, check:indeterminate:disabled, 1552radio:checked:disabled, 1553radio:indeterminate:disabled { 1554color: rgba(255, 64, 129, 0.4); } 1555row check:not(:checked):not(:indeterminate), row 1556radio:not(:checked):not(:indeterminate) { 1557color: alpha(currentColor, 0.75); } 1558row check:not(:checked):not(:indeterminate):hover, row check:not(:checked):not(:indeterminate):active, row 1559radio:not(:checked):not(:indeterminate):hover, row 1560radio:not(:checked):not(:indeterminate):active { 1561color: currentColor; } 1562row check:not(:checked):not(:indeterminate):disabled, row 1563radio:not(:checked):not(:indeterminate):disabled { 1564color: alpha(currentColor, 0.3); } 1565menu menuitem check, menu menuitem 1566radio { 1567transition: none; 1568margin: -16px; } 1569menu menuitem check:not(:checked):not(:indeterminate), menu menuitem 1570radio:not(:checked):not(:indeterminate) { 1571color: alpha(currentColor, 0.6); } 1572menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem 1573radio, menu menuitem 1574radio:hover, menu menuitem 1575radio:disabled { 1576background-image: none; } 1577 1578check { 1579-gtk-icon-source: image(-gtk-recolor(url("assets/check-unchecked-symbolic.svg")), -gtk-recolor(url("assets/check-unchecked-symbolic.png"))); } 1580check:checked { 1581-gtk-icon-source: image(-gtk-recolor(url("assets/check-checked-symbolic.svg")), -gtk-recolor(url("assets/check-checked-symbolic.png"))); } 1582check:indeterminate { 1583-gtk-icon-source: image(-gtk-recolor(url("assets/check-dash-symbolic.svg")), -gtk-recolor(url("assets/check-dash-symbolic.png"))); } 1584 1585radio { 1586border-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)) 24/24px; } 1587radio { 1588-gtk-icon-source: image(-gtk-recolor(url("assets/radio-unchecked-symbolic.svg")), -gtk-recolor(url("assets/radio-unchecked-symbolic.png"))); } 1589radio:indeterminate { 1590-gtk-icon-source: image(-gtk-recolor(url("assets/radio-dash-symbolic.svg")), -gtk-recolor(url("assets/radio-dash-symbolic.png"))); } 1591radio:checked { 1592border-image: -gtk-gradient(radial, center center, 0, center center, 0.10417, to(#FF4081), to(transparent)) 24/24px; } 1593radio:checked:disabled { 1594border-image: -gtk-gradient(radial, center center, 0, center center, 0.10417, to(rgba(255, 64, 129, 0.4)), to(transparent)) 24/24px; } 1595radio:indeterminate:checked { 1596border-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)) 24/24px; } 1597 1598@keyframes check_check { 1599from { 1600-gtk-icon-transform: rotate(90deg); } 1601to { 1602-gtk-icon-transform: unset; } } 1603@keyframes check_radio { 1604from { 1605border-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)) 24/24px; } 1606to { 1607border-image: -gtk-gradient(radial, center center, 0, center center, 0.10417, to(#FF4081), to(transparent)) 24/24px; } } 1608@keyframes check_indeterminate { 1609from { 1610-gtk-icon-transform: unset; } 161150% { 1612-gtk-icon-transform: scale(0, 1); } 1613to { 1614-gtk-icon-transform: unset; } } 1615modelbutton.flat check:not(:indeterminate):checked, 1616.menuitem.button.flat check:not(:indeterminate):checked, 1617check:not(:indeterminate):checked { 1618animation: check_check 0.3s cubic-bezier(0.4, 0, 0.2, 1); } 1619 1620check:not(:indeterminate):checked:active { 1621animation: check_check 0.3s cubic-bezier(0.4, 0, 0.2, 1), flat_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; } 1622 1623modelbutton.flat check:indeterminate:checked, modelbutton.flat radio:indeterminate:checked, 1624.menuitem.button.flat check:indeterminate:checked, 1625.menuitem.button.flat radio:indeterminate:checked, 1626check:indeterminate:checked, radio:indeterminate:checked { 1627animation: check_indeterminate 0.3s cubic-bezier(0.4, 0, 0.2, 1); } 1628 1629check:indeterminate:checked:active, radio:indeterminate:checked:active { 1630animation: check_indeterminate 0.3s cubic-bezier(0.4, 0, 0.2, 1), flat_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; } 1631 1632menu menuitem check:not(:indeterminate):checked, 1633menu menuitem radio:not(:indeterminate):checked, 1634menu menuitem check:indeterminate:checked, 1635menu menuitem radio:indeterminate:checked { 1636animation: none; } 1637 1638treeview.view check, 1639treeview.view radio { 1640padding: 0; } 1641treeview.view check:hover, 1642treeview.view radio:hover { 1643box-shadow: inset 0 0 0 10000px alpha(#FFFFFF, 0.05); 1644background-image: none; } 1645treeview.view check:hover:selected, 1646treeview.view radio:hover:selected { 1647box-shadow: inset 0 0 0 10000px alpha(#FFFFFF, 0.05); } 1648treeview.view check, 1649treeview.view radio { 1650color: rgba(255, 255, 255, 0.75); } 1651treeview.view check:hover, treeview.view check:active, 1652treeview.view radio:hover, 1653treeview.view radio:active { 1654color: #FFFFFF; } 1655treeview.view check:disabled, 1656treeview.view radio:disabled { 1657color: rgba(255, 255, 255, 0.3); } 1658treeview.view check:checked, treeview.view check:indeterminate, 1659treeview.view radio:checked, 1660treeview.view radio:indeterminate { 1661color: #FF4081; } 1662treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, 1663treeview.view radio:checked:disabled, 1664treeview.view radio:indeterminate:disabled { 1665color: rgba(255, 64, 129, 0.4); } 1666treeview.view check:selected, 1667treeview.view radio:selected { 1668color: rgba(255, 255, 255, 0.75); } 1669treeview.view check:selected:hover, treeview.view check:selected:active, 1670treeview.view radio:selected:hover, 1671treeview.view radio:selected:active { 1672color: #FFFFFF; } 1673treeview.view check:selected:disabled, 1674treeview.view radio:selected:disabled { 1675color: rgba(255, 255, 255, 0.3); } 1676treeview.view check:selected:checked, treeview.view check:selected:indeterminate, 1677treeview.view radio:selected:checked, 1678treeview.view radio:selected:indeterminate { 1679color: #FF4081; } 1680treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, 1681treeview.view radio:selected:checked:disabled, 1682treeview.view radio:selected:indeterminate:disabled { 1683color: rgba(255, 64, 129, 0.4); } 1684 1685treeview.view radio:checked { 1686-gtk-icon-source: image(-gtk-recolor(url("assets/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/radio-checked-symbolic.png"))); 1687border-image: none; } 1688 1689/************ 1690* GtkScale * 1691************/ 1692scale { 1693min-height: 12px; 1694min-width: 12px; 1695padding: 12px; } 1696scale * { 1697transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); } 1698scale slider { 1699min-height: 24px; 1700min-width: 24px; 1701margin: -10px; } 1702scale trough { 1703outline-offset: 2px; 1704background-color: alpha(currentColor, 0.3); } 1705scale trough:disabled { 1706color: rgba(255, 255, 255, 0.4); } 1707scale highlight { 1708background-color: #FF4081; } 1709scale highlight:disabled { 1710background-color: transparent; } 1711scale fill { 1712background-color: alpha(currentColor, 0.3); } 1713scale fill:disabled { 1714background-color: transparent; } 1715scale slider { 1716transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); 1717background-repeat: no-repeat; 1718background-position: center; 1719background-size: calc(100% - 8px); } 1720scale slider { 1721background-image: -gtk-scaled(url("assets/slider-dark.png"), url("assets/slider-dark@2.png")); } 1722scale slider:disabled { 1723background-image: -gtk-scaled(url("assets/slider-insensitive-dark.png"), url("assets/slider-insensitive-dark@2.png")); } 1724scale slider:hover { 1725background-size: calc(100% - 4px); } 1726scale slider:active { 1727background-size: calc(100% - 0px); } 1728scale.fine-tune slider { 1729background-size: calc(100% - 12px); } 1730scale value { 1731color: alpha(currentColor, 0.6); } 1732scale marks { 1733color: alpha(currentColor, 0.3); } 1734scale marks.top { 1735margin-bottom: 8px; 1736margin-top: -16px; } 1737scale marks.bottom { 1738margin-top: 8px; 1739margin-bottom: -16px; } 1740scale marks.top { 1741margin-right: 8px; 1742margin-left: -16px; } 1743scale marks.bottom { 1744margin-left: 8px; 1745margin-right: -16px; } 1746scale.horizontal indicator { 1747min-height: 8px; 1748min-width: 1px; } 1749scale.vertical indicator { 1750min-height: 1px; 1751min-width: 8px; } 1752scale.color.horizontal slider, 1753scale.horizontal contents:last-child:not(:only-child) > trough > slider { 1754min-height: 30px; 1755min-width: 24px; 1756margin-top: -16px; 1757background-position: center calc(100% - 4px); } 1758scale.color.horizontal slider, 1759scale.horizontal contents:last-child:not(:only-child) > trough > slider { 1760background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); } 1761scale.color.horizontal slider:hover, 1762scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover { 1763background-position: center calc(100% - 2px); } 1764scale.color.horizontal slider:active, 1765scale.horizontal contents:last-child:not(:only-child) > trough > slider:active { 1766background-position: center calc(100% - 0px); } 1767scale.color.fine-tune.horizontal slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider { 1768background-position: center calc(100% - 6px); } 1769scale.color.horizontal slider, 1770scale.horizontal contents:last-child:not(:only-child) > trough > slider { 1771min-height: 30px; 1772min-width: 24px; 1773margin-top: -16px; 1774background-position: center calc(100% - 4px); } 1775scale.color.horizontal slider:disabled, 1776scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled { 1777background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png")); } 1778scale.color.horizontal slider:hover, 1779scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover { 1780background-position: center calc(100% - 2px); } 1781scale.color.horizontal slider:active, 1782scale.horizontal contents:last-child:not(:only-child) > trough > slider:active { 1783background-position: center calc(100% - 0px); } 1784scale.color.fine-tune.horizontal slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > trough > slider { 1785background-position: center calc(100% - 6px); } 1786scale.horizontal contents:first-child:not(:only-child) > trough > slider { 1787min-height: 30px; 1788min-width: 24px; 1789margin-bottom: -16px; 1790background-position: center calc(4px); } 1791scale.horizontal contents:first-child:not(:only-child) > trough > slider { 1792background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png")); } 1793scale.horizontal contents:first-child:not(:only-child) > trough > slider:hover { 1794background-position: center calc(2px); } 1795scale.horizontal contents:first-child:not(:only-child) > trough > slider:active { 1796background-position: center calc(0px); } 1797scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider { 1798background-position: center calc(6px); } 1799scale.horizontal contents:first-child:not(:only-child) > trough > slider { 1800min-height: 30px; 1801min-width: 24px; 1802margin-bottom: -16px; 1803background-position: center calc(4px); } 1804scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled { 1805background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png")); } 1806scale.horizontal contents:first-child:not(:only-child) > trough > slider:hover { 1807background-position: center calc(2px); } 1808scale.horizontal contents:first-child:not(:only-child) > trough > slider:active { 1809background-position: center calc(0px); } 1810scale.horizontal.fine-tune contents:first-child:not(:only-child) > trough > slider { 1811background-position: center calc(6px); } 1812scale.color.vertical:dir(rtl) slider, 1813scale.vertical contents:last-child:not(:only-child) > trough > slider { 1814min-height: 24px; 1815min-width: 30px; 1816margin-left: -16px; 1817background-position: calc(4px) center; } 1818scale.color.vertical:dir(rtl) slider, 1819scale.vertical contents:last-child:not(:only-child) > trough > slider { 1820background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png")); } 1821scale.color.vertical:dir(rtl) slider:hover, 1822scale.vertical contents:last-child:not(:only-child) > trough > slider:hover { 1823background-position: calc(2px) center; } 1824scale.color.vertical:dir(rtl) slider:active, 1825scale.vertical contents:last-child:not(:only-child) > trough > slider:active { 1826background-position: calc(0px) center; } 1827scale.color.fine-tune.vertical:dir(rtl) slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider { 1828background-position: calc(6px) center; } 1829scale.color.vertical:dir(rtl) slider, 1830scale.vertical contents:last-child:not(:only-child) > trough > slider { 1831min-height: 24px; 1832min-width: 30px; 1833margin-left: -16px; 1834background-position: calc(4px) center; } 1835scale.color.vertical:dir(rtl) slider:disabled, 1836scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled { 1837background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png")); } 1838scale.color.vertical:dir(rtl) slider:hover, 1839scale.vertical contents:last-child:not(:only-child) > trough > slider:hover { 1840background-position: calc(2px) center; } 1841scale.color.vertical:dir(rtl) slider:active, 1842scale.vertical contents:last-child:not(:only-child) > trough > slider:active { 1843background-position: calc(0px) center; } 1844scale.color.fine-tune.vertical:dir(rtl) slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > trough > slider { 1845background-position: calc(6px) center; } 1846scale.color.vertical:dir(ltr) slider, 1847scale.vertical contents:first-child:not(:only-child) > trough > slider { 1848min-height: 24px; 1849min-width: 30px; 1850margin-right: -16px; 1851background-position: calc(100% - 4px) center; } 1852scale.color.vertical:dir(ltr) slider, 1853scale.vertical contents:first-child:not(:only-child) > trough > slider { 1854background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png")); } 1855scale.color.vertical:dir(ltr) slider:hover, 1856scale.vertical contents:first-child:not(:only-child) > trough > slider:hover { 1857background-position: calc(100% - 2px) center; } 1858scale.color.vertical:dir(ltr) slider:active, 1859scale.vertical contents:first-child:not(:only-child) > trough > slider:active { 1860background-position: calc(100% - 0px) center; } 1861scale.color.fine-tune.vertical:dir(ltr) slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider { 1862background-position: calc(100% - 6px) center; } 1863scale.color.vertical:dir(ltr) slider, 1864scale.vertical contents:first-child:not(:only-child) > trough > slider { 1865min-height: 24px; 1866min-width: 30px; 1867margin-right: -16px; 1868background-position: calc(100% - 4px) center; } 1869scale.color.vertical:dir(ltr) slider:disabled, 1870scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled { 1871background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png")); } 1872scale.color.vertical:dir(ltr) slider:hover, 1873scale.vertical contents:first-child:not(:only-child) > trough > slider:hover { 1874background-position: calc(100% - 2px) center; } 1875scale.color.vertical:dir(ltr) slider:active, 1876scale.vertical contents:first-child:not(:only-child) > trough > slider:active { 1877background-position: calc(100% - 0px) center; } 1878scale.color.fine-tune.vertical:dir(ltr) slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > trough > slider { 1879background-position: calc(100% - 6px) center; } 1880scale.color { 1881min-height: 0; 1882min-width: 0; } 1883scale.color.horizontal { 1884padding: 0 0 12px 0; } 1885scale.color.horizontal trough { 1886padding-bottom: 4px; } 1887scale.color.horizontal slider { 1888margin-bottom: -14px; 1889margin-top: 0; } 1890scale.color.vertical:dir(ltr) { 1891padding: 0 0 0 12px; } 1892scale.color.vertical:dir(ltr) trough { 1893padding-left: 4px; } 1894scale.color.vertical:dir(ltr) slider { 1895margin-left: -14px; 1896margin-right: 0; } 1897scale.color.vertical:dir(rtl) { 1898padding: 0 12px 0 0; } 1899scale.color.vertical:dir(rtl) trough { 1900padding-right: 4px; } 1901scale.color.vertical:dir(rtl) slider { 1902margin-right: -14px; 1903margin-left: 0; } 1904 1905/***************** 1906* Progress bars * 1907*****************/ 1908progressbar { 1909color: rgba(255, 255, 255, 0.6); 1910font-size: smaller; } 1911progressbar.horizontal trough, 1912progressbar.horizontal progress { 1913min-height: 4px; } 1914progressbar.vertical trough, 1915progressbar.vertical progress { 1916min-width: 4px; } 1917progressbar trough { 1918background-color: rgba(66, 165, 245, 0.3); } 1919progressbar progress { 1920background-color: #42A5F5; } 1921 1922/************* 1923* Level Bar * 1924*************/ 1925levelbar block { 1926min-width: 36px; 1927min-height: 4px; } 1928levelbar.vertical block { 1929min-width: 4px; 1930min-height: 36px; } 1931levelbar trough { 1932padding: 2px; 1933border-radius: 2px; 1934transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 1935border-image: none; 1936box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 1937background-color: #546E7A; 1938color: #FFFFFF; } 1939levelbar trough:disabled { 1940box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 1941background-color: #4d646f; 1942color: rgba(255, 255, 255, 0.4); } 1943levelbar.horizontal.discrete block { 1944margin: 0 1px; } 1945levelbar.vertical.discrete block { 1946margin: 1px 0; } 1947levelbar.horizontal.discrete trough { 1948padding: 2px 1px; } 1949levelbar.vertical.discrete trough { 1950padding: 1px 2px; } 1951levelbar block.low { 1952background-color: #FF6D00; } 1953levelbar block.high, levelbar block:not(.empty) { 1954background-color: #42A5F5; } 1955levelbar block.full { 1956background-color: #00C853; } 1957levelbar block.empty { 1958background-color: alpha(currentColor, 0.3); 1959color: rgba(255, 255, 255, 0.4); } 1960 1961/**************** 1962* Print dialog * 1963*****************/ 1964printdialog paper { 1965padding: 0; 1966border: 1px solid rgba(0, 0, 0, 0.2); 1967background: #546E7A; 1968color: #FFFFFF; } 1969printdialog .dialog-action-box { 1970margin: 12px; } 1971 1972/********** 1973* Frames * 1974**********/ 1975frame > border, 1976.frame { 1977margin: 0; 1978padding: 0; 1979border: 1px solid rgba(0, 0, 0, 0.2); 1980border-radius: 0; 1981box-shadow: none; } 1982frame > border.flat, 1983.frame.flat { 1984border-style: none; } 1985 1986actionbar > revealer > box { 1987padding: 6px; 1988border-top: 1px solid rgba(0, 0, 0, 0.2); } 1989 1990scrolledwindow viewport.frame { 1991border-style: none; } 1992overshoot.top { 1993background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent)); 1994background-repeat: no-repeat; 1995background-position: center top; 1996background-color: transparent; 1997border: none; 1998box-shadow: none; } 1999overshoot.bottom { 2000background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent)); 2001background-repeat: no-repeat; 2002background-position: center bottom; 2003background-color: transparent; 2004border: none; 2005box-shadow: none; } 2006overshoot.left { 2007background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent)); 2008background-repeat: no-repeat; 2009background-position: left center; 2010background-color: transparent; 2011border: none; 2012box-shadow: none; } 2013overshoot.right { 2014background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent)); 2015background-repeat: no-repeat; 2016background-position: right center; 2017background-color: transparent; 2018border: none; 2019box-shadow: none; } 2020undershoot.top { 2021background-color: transparent; 2022background-image: linear-gradient(to left, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); 2023padding-top: 1px; 2024background-size: 12px 1px; 2025background-repeat: repeat-x; 2026background-origin: content-box; 2027background-position: left top; } 2028undershoot.bottom { 2029background-color: transparent; 2030background-image: linear-gradient(to left, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); 2031padding-bottom: 1px; 2032background-size: 12px 1px; 2033background-repeat: repeat-x; 2034background-origin: content-box; 2035background-position: left bottom; } 2036undershoot.left { 2037background-color: transparent; 2038background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); 2039padding-left: 1px; 2040background-size: 1px 12px; 2041background-repeat: repeat-y; 2042background-origin: content-box; 2043background-position: left top; } 2044undershoot.right { 2045background-color: transparent; 2046background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); 2047padding-right: 1px; 2048background-size: 1px 12px; 2049background-repeat: repeat-y; 2050background-origin: content-box; 2051background-position: right top; } 2052junction { 2053border-style: solid none none solid; 2054border-width: 1px; 2055border-color: rgba(0, 0, 0, 0.2); 2056background-color: #546E7A; } 2057junction:dir(rtl) { 2058border-style: solid solid none none; } 2059 2060separator { 2061min-width: 1px; 2062min-height: 1px; 2063background: rgba(0, 0, 0, 0.2); } 2064 2065/********* 2066* Lists * 2067*********/ 2068list { 2069border-color: rgba(0, 0, 0, 0.2); 2070background-color: #546E7A; } 2071list row { 2072padding: 2px; } 2073 2074row.activatable, .view, iconview, treeview.view header button { 2075transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0; 2076box-shadow: inset 0 0 0 10000px alpha(currentColor, 0); 2077background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0) 100%, transparent 0%), image(alpha(currentColor, 0)); } 2078row.activatable:hover, .view:hover, iconview:hover, treeview.view header button:hover { 2079transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, box-shadow 0; 2080box-shadow: inset 0 0 0 10000px alpha(currentColor, 0.05); } 2081row.activatable.has-open-popup, .has-open-popup.view, iconview.has-open-popup, treeview.view header button.has-open-popup, row.activatable:active, .view:active, iconview:active, treeview.view header button:active { 2082transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, background-image 0; 2083animation: row_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; 2084box-shadow: inset 0 0 0 10000px alpha(currentColor, 0.15); } 2085 2086/********************* 2087* App Notifications * 2088*********************/ 2089.app-notification, 2090.app-notification.frame { 2091margin: 8px; } 2092.app-notification border, 2093.app-notification.frame border { 2094border: none; } 2095 2096/************* 2097* Expanders * 2098*************/ 2099expander arrow { 2100transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); 2101min-width: 16px; 2102min-height: 16px; 2103-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); 2104-gtk-icon-transform: rotate(-90deg); 2105color: rgba(255, 255, 255, 0.75); } 2106expander arrow:dir(rtl) { 2107-gtk-icon-transform: rotate(90deg); } 2108expander arrow:checked { 2109-gtk-icon-transform: unset; } 2110expander arrow:hover, expander arrow:active { 2111color: #FFFFFF; } 2112expander arrow:disabled { 2113color: rgba(255, 255, 255, 0.3); } 2114expander arrow:selected { 2115color: rgba(255, 255, 255, 0.75); } 2116expander arrow:selected:hover, expander arrow:selected:active { 2117color: #FFFFFF; } 2118expander arrow:selected:disabled { 2119color: rgba(255, 255, 255, 0.3); } 2120 2121/************ 2122* Calendar * 2123***********/ 2124calendar { 2125padding: 1px; 2126border: 1px solid rgba(0, 0, 0, 0.2); 2127color: #FFFFFF; } 2128calendar:disabled { 2129color: rgba(255, 255, 255, 0.4); } 2130calendar:selected { 2131border-radius: 3px; } 2132calendar.header { 2133border-style: none none solid; 2134border-radius: 0; } 2135calendar.highlight { 2136color: alpha(currentColor, 0.6); 2137font-weight: 500; } 2138calendar:indeterminate { 2139color: alpha(currentColor, 0.4); } 2140 2141/*********** 2142* Dialogs * 2143***********/ 2144messagedialog.background { 2145background-color: #607D8B; } 2146messagedialog .titlebar { 2147min-height: 24px; 2148border-style: none; 2149box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); 2150background-color: #607D8B; } 2151messagedialog.csd.background { 2152border-bottom-left-radius: 2px; 2153border-bottom-right-radius: 2px; } 2154messagedialog.csd .dialog-action-area button { 2155padding: 8px 16px; 2156border-top: 1px solid rgba(0, 0, 0, 0.2); 2157border-radius: 0; } 2158messagedialog.csd .dialog-action-area button:first-child { 2159border-bottom-left-radius: 2px; } 2160messagedialog.csd .dialog-action-area button:last-child { 2161border-bottom-right-radius: 2px; } 2162 2163filechooser .dialog-action-box { 2164border-top: 1px solid rgba(0, 0, 0, 0.2); } 2165filechooser #pathbarbox { 2166border-bottom: 1px solid rgba(0, 0, 0, 0.2); 2167background-color: #455A64; } 2168 2169filechooserbutton:drop(active) { 2170box-shadow: none; } 2171 2172/*********** 2173* Sidebar * 2174***********/ 2175.sidebar { 2176border-style: none; 2177background-color: #607D8B; } 2178stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { 2179border-right: 1px solid rgba(0, 0, 0, 0.2); 2180border-left-style: none; } 2181stacksidebar.sidebar:dir(rtl) list 2182.sidebar:dir(rtl), stacksidebar.sidebar.right list 2183.sidebar:dir(rtl), .sidebar.right { 2184border-left: 1px solid rgba(0, 0, 0, 0.2); 2185border-right-style: none; } 2186.sidebar list { 2187background-color: transparent; } 2188paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { 2189border-style: none; } 2190 2191stacksidebar row { 2192padding: 10px 4px; } 2193stacksidebar row > label { 2194padding-left: 6px; 2195padding-right: 6px; } 2196 2197/**************** 2198* File chooser * 2199****************/ 2200placessidebar > viewport.frame { 2201border-style: none; } 2202placessidebar list { 2203padding: 1px 0 4px; } 2204placessidebar row { 2205min-height: 32px; 2206margin: -1px 0; 2207padding: 0; } 2208placessidebar row > revealer { 2209padding: 0 12px; } 2210placessidebar row:selected { 2211color: #FFFFFF; } 2212placessidebar row:disabled { 2213color: rgba(255, 255, 255, 0.4); } 2214placessidebar row image.sidebar-icon { 2215opacity: 0.6; } 2216placessidebar row image.sidebar-icon:dir(ltr) { 2217padding-right: 8px; } 2218placessidebar row image.sidebar-icon:dir(rtl) { 2219padding-left: 8px; } 2220placessidebar row label.sidebar-label:dir(ltr) { 2221padding-right: 2px; } 2222placessidebar row label.sidebar-label:dir(rtl) { 2223padding-left: 2px; } 2224placessidebar row.sidebar-placeholder-row { 2225min-height: 2px; 2226padding: 0 8px; 2227background-image: image(#FF4081); 2228background-clip: content-box; } 2229placessidebar row.sidebar-new-bookmark-row { 2230color: #FF4081; } 2231placessidebar row:drop(active):not(:disabled) { 2232box-shadow: inset 0 0 0 2px #FF4081; } 2233 2234placesview .server-list-button > image { 2235-gtk-icon-transform: rotate(0turn); } 2236placesview .server-list-button:checked > image { 2237-gtk-icon-transform: rotate(-0.5turn); } 2238placesview > actionbar > revealer > box > label { 2239padding-left: 8px; 2240padding-right: 8px; } 2241 2242/********* 2243* Paned * 2244*********/ 2245paned > separator { 2246min-width: 1px; 2247min-height: 1px; 2248-gtk-icon-source: none; 2249border-style: none; 2250background-color: transparent; 2251background-image: image(rgba(0, 0, 0, 0.2)); 2252background-size: 1px 1px; } 2253paned > separator.wide { 2254min-width: 6px; 2255min-height: 6px; 2256background-color: #455A64; 2257background-image: image(rgba(0, 0, 0, 0.2)), image(rgba(0, 0, 0, 0.2)); 2258background-size: 1px 1px, 1px 1px; } 2259paned.horizontal > separator { 2260background-repeat: repeat-y; } 2261paned.horizontal > separator:dir(ltr) { 2262margin: 0 -8px 0 0; 2263padding: 0 8px 0 0; 2264background-position: left; } 2265paned.horizontal > separator:dir(rtl) { 2266margin: 0 0 0 -8px; 2267padding: 0 0 0 8px; 2268background-position: right; } 2269paned.horizontal > separator.wide { 2270margin: 0; 2271padding: 0; 2272background-repeat: repeat-y, repeat-y; 2273background-position: left, right; } 2274paned.vertical > separator { 2275margin: 0 0 -8px 0; 2276padding: 0 0 8px 0; 2277background-repeat: repeat-x; 2278background-position: top; } 2279paned.vertical > separator.wide { 2280margin: 0; 2281padding: 0; 2282background-repeat: repeat-x, repeat-x; 2283background-position: bottom, top; } 2284 2285/************** 2286* GtkInfoBar * 2287**************/ 2288infobar { 2289border-style: none; } 2290infobar.info { 2291background-color: #66BB6A; } 2292infobar.question { 2293background-color: #42A5F5; } 2294infobar.warning { 2295background-color: #FFA726; } 2296infobar.error { 2297background-color: #EF5350; } 2298infobar.info > label, infobar.info, infobar.question > label, infobar.question, infobar.warning > label, infobar.warning, infobar.error > label, infobar.error { 2299color: #FFFFFF; } 2300 2301/************ 2302* Tooltips * 2303************/ 2304tooltip { 2305border-radius: 2px; 2306box-shadow: none; } 2307tooltip.background { 2308background-color: rgba(84, 110, 122, 0.9); } 2309tooltip decoration { 2310background-color: transparent; } 2311tooltip label { 2312min-height: 20px; 2313padding: 0 2px; } 2314tooltip * { 2315padding: 0; 2316background-color: transparent; 2317color: inherit; } 2318 2319/***************** 2320* Color Chooser * 2321*****************/ 2322colorswatch.top { 2323border-top-left-radius: 2.5px; 2324border-top-right-radius: 2.5px; } 2325colorswatch.top overlay { 2326border-top-left-radius: 2px; 2327border-top-right-radius: 2px; } 2328colorswatch.bottom { 2329border-bottom-left-radius: 2.5px; 2330border-bottom-right-radius: 2.5px; } 2331colorswatch.bottom overlay { 2332border-bottom-left-radius: 2px; 2333border-bottom-right-radius: 2px; } 2334colorswatch.left, colorswatch:first-child:not(.top) { 2335border-top-left-radius: 2.5px; 2336border-bottom-left-radius: 2.5px; } 2337colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { 2338border-top-left-radius: 2px; 2339border-bottom-left-radius: 2px; } 2340colorswatch.right, colorswatch:last-child:not(.bottom) { 2341border-top-right-radius: 2.5px; 2342border-bottom-right-radius: 2.5px; } 2343colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { 2344border-top-right-radius: 2px; 2345border-bottom-right-radius: 2px; } 2346colorswatch.dark overlay { 2347color: #FFFFFF; } 2348colorswatch.light overlay { 2349color: rgba(0, 0, 0, 0.8); } 2350colorswatch.dark { 2351color: #FFFFFF; } 2352colorswatch.light { 2353color: rgba(0, 0, 0, 0.8); } 2354colorswatch:drop(active) { 2355box-shadow: none; } 2356colorswatch:drop(active).light overlay { 2357box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #FF4081; } 2358colorswatch:drop(active).dark overlay { 2359box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #FF4081; } 2360colorswatch overlay { 2361transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 2362box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } 2363colorswatch overlay:hover { 2364box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); } 2365colorswatch#add-color-button { 2366border-radius: 2px 2px 0 0; 2367color: #FFFFFF; } 2368colorswatch#add-color-button:only-child { 2369border-radius: 2px; } 2370colorswatch#add-color-button overlay { 2371background-image: linear-gradient(to right, #EF5350 25%, #FFA726 25%, #FFA726 50%, #66BB6A 50%, #66BB6A 75%, #42A5F5 75%); 2372color: #FFFFFF; } 2373colorswatch:disabled { 2374opacity: 0.4; } 2375colorswatch:disabled overlay { 2376box-shadow: none; } 2377colorswatch#editor-color-sample { 2378border-radius: 2.5px; } 2379colorswatch#editor-color-sample overlay { 2380border-radius: 2px; } 2381 2382colorchooser .popover.osd { 2383transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 2384border-radius: 2px; 2385box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); 2386background-color: #546E7A; } 2387colorchooser .popover.osd:backdrop { 2388box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } 2389 2390/******** 2391* Misc * 2392********/ 2393.content-view { 2394background-color: #455A64; } 2395 2396/********************** 2397* Window Decorations * 2398*********************/ 2399decoration { 2400transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1); 2401border-radius: 2px 2px 0 0; 2402box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), 0 16px 16px transparent; 2403margin: 8px; } 2404decoration:backdrop { 2405box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), 0 16px 16px transparent; } 2406.maximized decoration, .fullscreen decoration, .tiled decoration { 2407border-radius: 0; } 2408.popup decoration { 2409box-shadow: none; } 2410.ssd decoration { 2411box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); } 2412.csd.popup decoration { 2413border-radius: 2px; 2414box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); } 2415tooltip.csd decoration { 2416border-radius: 2px; 2417box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); } 2418messagedialog.csd decoration { 2419border-radius: 2px; } 2420.solid-csd decoration { 2421margin: 0; 2422padding: 4px; 2423box-shadow: inset 0 0 0 4px #37474F; } 2424 2425.view:selected, iconview:selected, .view text selection, iconview text selection, 2426textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, notebook > stack:not(:only-child) revealer entry selection, 2427notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) selection, 2428entry selection, modelbutton.flat:selected, 2429.menuitem.button.flat:selected, row:selected, calendar:selected { 2430background-color: #42A5F5; } 2431row:selected label, label:selected, .view:selected, iconview:selected, .view text selection, iconview text selection, 2432textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, notebook > stack:not(:only-child) revealer entry selection, 2433notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) selection, 2434entry selection, modelbutton.flat:selected, 2435.menuitem.button.flat:selected, row:selected, calendar:selected { 2436color: #FFFFFF; } 2437row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, .view text selection:disabled, iconview text selection:disabled, 2438textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled, notebook > stack:not(:only-child) revealer entry selection:disabled, 2439notebook > stack:not(:only-child) revealer spinbutton:not(.vertical) selection:disabled, 2440entry selection:disabled, modelbutton.flat:disabled:selected, 2441.menuitem.button.flat:disabled:selected, row:disabled:selected, calendar:disabled:selected { 2442color: rgba(255, 255, 255, 0.4); } 2443 2444.monospace { 2445font-family: monospace; } 2446 2447/********************** 2448* Touch Copy & Paste * 2449*********************/ 2450cursor-handle { 2451border-radius: 100px; 2452background-color: #FF4081; 2453background-image: none; } 2454cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { 2455padding-left: 6px; 2456border-top-right-radius: 0; } 2457cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { 2458padding-right: 6px; 2459border-top-left-radius: 0; } 2460cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { 2461-GtkWidget-text-handle-width: 24; 2462-GtkWidget-text-handle-height: 30; 2463-gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); } 2464 2465.context-menu { 2466font: initial; } 2467 2468.inline-toolbar 2469button:not(.text-button), check, 2470radio, button.titlebutton, .nautilus-circular-button, 2471button.circular { 2472border-radius: 100px; 2473-gtk-outline-radius: 100px; } 2474 2475spinbutton:not(.vertical) button, notebook > header tab button.flat, button.sidebar-button, .gedit-document-panel row button.flat { 2476min-height: 24px; 2477min-width: 24px; 2478padding: 0; 2479border-radius: 100px; 2480-gtk-outline-radius: 100px; } 2481 2482.keycap { 2483min-width: 12px; 2484min-height: 26px; 2485margin-top: 2px; 2486padding-bottom: 2px; 2487padding-left: 8px; 2488padding-right: 8px; 2489border: solid 1px rgba(0, 0, 0, 0.2); 2490border-radius: 3px; 2491box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2); 2492background-color: #546E7A; 2493color: #FFFFFF; 2494font-size: smaller; } 2495 2496*:drop(active) { 2497transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 2498box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 2px #FF4081; 2499caret-color: #FF4081; } 2500 2501stackswitcher button.text-button { 2502min-width: 100px; } 2503 2504stackswitcher button.circular, 2505stackswitcher button.text-button.circular { 2506min-width: 36px; 2507min-height: 36px; 2508padding: 0; } 2509 2510.floating-bar { 2511min-height: 32px; 2512padding: 0; 2513border-style: solid solid none; 2514border-width: 1px; 2515border-color: rgba(0, 0, 0, 0.2); 2516border-radius: 3px 3px 0 0; 2517background-color: #546E7A; 2518background-clip: border-box; 2519transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), border-width 0; } 2520.floating-bar.left { 2521margin-right: 7px; 2522border-left-style: none; 2523border-top-left-radius: 0; } 2524.floating-bar.right { 2525margin-left: 7px; 2526border-right-style: none; 2527border-top-right-radius: 0; } 2528.floating-bar button { 2529min-height: 24px; 2530min-width: 24px; 2531margin: 4px; 2532padding: 0; } 2533 2534/************ 2535* Nautilus * 2536************/ 2537.nautilus-window, 2538.nautilus-window notebook, 2539.nautilus-window notebook > stack { 2540background: #546E7A; } 2541 2542.nautilus-desktop-window, 2543.nautilus-desktop-window notebook, 2544.nautilus-desktop-window notebook > stack { 2545background: transparent; } 2546 2547.nautilus-desktop.nautilus-canvas-item { 2548color: #FFFFFF; 2549text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } 2550 2551.nautilus-desktop.nautilus-canvas-item:selected { 2552text-shadow: none; } 2553 2554@keyframes needs_attention_keyframes { 25550% { 2556background-color: transparent; } 255750% { 2558background-color: alpha(currentColor, 0.3); } 2559100% { 2560background-color: transparent; } } 2561.nautilus-operations-button-needs-attention { 2562color: #FF4081; 2563animation: needs_attention_keyframes 2s cubic-bezier(0.4, 0, 0.2, 1); } 2564 2565.nautilus-operations-button-needs-attention-multiple { 2566color: #FF4081; 2567animation: needs_attention_keyframes 2s cubic-bezier(0.4, 0, 0.2, 1); 2568animation-iteration-count: 2; } 2569 2570.disk-space-display.unknown { 2571background-color: #FF6D00; } 2572 2573.disk-space-display.used { 2574background-color: #42A5F5; } 2575 2576.disk-space-display.free { 2577background-color: alpha(currentColor, 0.3); 2578color: rgba(255, 255, 255, 0.4); } 2579 2580.documents-entry-tag { 2581margin: 3px -2px 3px 8px; 2582padding: 0 8px; 2583border-radius: 100px; 2584box-shadow: none; 2585background-color: #42A5F5; 2586color: #FFFFFF; } 2587.documents-entry-tag:hover { 2588box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } 2589 2590.documents-entry-tag.button { 2591margin: 0 -2px; 2592padding: 4px; 2593border-radius: 100px; 2594box-shadow: none; 2595color: rgba(255, 255, 255, 0.75); } 2596.documents-entry-tag.button:hover, .documents-entry-tag.button:active { 2597color: #FFFFFF; } 2598 2599.nautilus-window searchbar { 2600border-top: 1px solid rgba(0, 0, 0, 0.2); } 2601 2602.nautilus-window .searchbar-container { 2603margin-top: -1px; } 2604 2605/********* 2606* gedit * 2607*********/ 2608/* Only normal state is handle */ 2609.open-document-selector-name-label { 2610font-weight: bold; } 2611 2612/* Only normal state is handle */ 2613.open-document-selector-path-label { 2614color: alpha(currentColor, 0.6); 2615font-size: smaller; } 2616 2617.gedit-document-panel { 2618background-color: #607D8B; } 2619 2620.gedit-document-panel-group-row, 2621.gedit-document-panel-group-row:hover { 2622border-top: 1px solid alpha(currentColor, 0.3); } 2623 2624.gedit-document-panel-group-row:first-child, 2625.gedit-document-panel-group-row:first-child:hover { 2626border-top: 0px; } 2627 2628/* Try to look as the notebook tab close button */ 2629.gedit-document-panel row button.flat { 2630margin-top: 8px; 2631margin-bottom: 8px; } 2632 2633.gedit-side-panel-paned statusbar { 2634border-top: 1px solid rgba(0, 0, 0, 0.2); } 2635 2636.gedit-search-slider { 2637margin: 4px 4px 8px; } 2638.gedit-search-slider .gedit-search-entry-occurrences-tag { 2639all: unset; 2640padding: 0 4px; 2641color: alpha(currentColor, 0.6); } 2642.gedit-search-slider entry:dir(ltr) { 2643margin-right: -72px; 2644padding-right: 80px; } 2645.gedit-search-slider entry:dir(ltr) .gedit-search-entry-occurrences-tag { 2646margin-right: -8px; } 2647.gedit-search-slider entry:dir(rtl) { 2648margin-left: -72px; 2649padding-left: 80px; } 2650.gedit-search-slider entry:dir(rtl) .gedit-search-entry-occurrences-tag { 2651margin-left: -8px; } 2652.gedit-search-slider entry.error ~ button { 2653color: rgba(255, 255, 255, 0.75); } 2654.gedit-search-slider entry.error ~ button:hover, .gedit-search-slider entry.error ~ button:active { 2655color: #FFFFFF; } 2656.gedit-search-slider entry.error ~ button:disabled { 2657color: rgba(255, 255, 255, 0.3); } 2658 2659.gedit-search-slider .linked:not(.vertical) > entry, 2660notebook > stack:not(:only-child) revealer .gedit-search-slider .linked:not(.vertical) > entry { 2661border-radius: 2px; } 2662 2663/************** 2664* Tweak Tool * 2665**************/ 2666.tweak-categories { 2667background-image: image(#607D8B); } 2668.tweak-categories separator { 2669min-width: 0; 2670min-height: 0; 2671background: transparent; } 2672 2673.tweak { 2674padding: 3px; } 2675 2676.tweak.title:hover { 2677box-shadow: none; } 2678 2679.tweak-group-white, 2680.tweak-white, 2681.tweak-white:hover { 2682background-image: image(#546E7A); } 2683 2684.tweak-startup, 2685.tweak-startup:hover { 2686background-image: image(#546E7A); } 2687 2688.tweak-group-startup { 2689background-image: image(#546E7A); 2690border: 1px solid rgba(0, 0, 0, 0.2); } 2691 2692/*********** 2693* Builder * 2694***********/ 2695workbench stack.titlebar { 2696padding: 0; } 2697 2698workbench:not(.tiled):not(.maximized):not(.fullscreen) stack.titlebar headerbar { 2699border-radius: 2px 2px 0 0; } 2700 2701perspectiveswitcher { 2702background-color: #455A64; } 2703 2704perspectiveswitcher button:checked { 2705color: #42A5F5; } 2706 2707layouttabbar { 2708border-bottom: 1px solid rgba(0, 0, 0, 0.2); 2709background-color: #455A64; } 2710 2711layouttabbar > box > button { 2712margin: 2px 0; } 2713 2714layouttab { 2715margin: 0 8px; 2716border-style: none solid; 2717border-width: 1px; 2718border-color: rgba(0, 0, 0, 0.2); 2719box-shadow: inset 0 -2px #42A5F5; 2720background-color: #546E7A; } 2721 2722layouttab separator.vertical { 2723margin: 8px 4px; } 2724 2725layouttab button.text-button, layouttab button.image-button, layouttab button { 2726margin-top: 8px; 2727margin-bottom: 8px; 2728padding: 0 4px; } 2729 2730layouttab > box > button.close { 2731border-radius: 100px; } 2732 2733layout { 2734border: 1px solid rgba(0, 0, 0, 0.2); 2735-PnlDockBin-handle-size: 1; } 2736 2737entry.search-missing { 2738background-color: #DD2C00; 2739color: #FFFFFF; } 2740 2741workbench treeview.image { 2742color: alpha(currentColor, 0.6); } 2743 2744workbench treeview.image:selected { 2745color: rgba(255, 255, 255, 0.6); } 2746 2747dockbin { 2748border: 1px solid rgba(0, 0, 0, 0.2); 2749-PnlDockBin-handle-size: 1; } 2750 2751dockpaned { 2752border: 1px solid rgba(0, 0, 0, 0.2); } 2753 2754eggsearchbar box.search-bar { 2755padding: 0 8px; 2756border-bottom: 1px solid rgba(0, 0, 0, 0.2); 2757background-color: #455A64; } 2758 2759docktabstrip { 2760padding: 0 8px; 2761border-bottom: 1px solid rgba(0, 0, 0, 0.2); 2762background-color: #455A64; } 2763 2764docktab { 2765transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); 2766min-height: 24px; 2767min-width: 24px; 2768margin-bottom: -1px; 2769padding: 6px 6px; 2770outline-offset: -6px; 2771border-width: 1px; 2772border-color: transparent; 2773color: rgba(255, 255, 255, 0.75); 2774font-weight: 500; } 2775docktab:hover { 2776box-shadow: inset 0 -2px alpha(currentColor, 0.3); 2777color: #FFFFFF; } 2778docktab:checked { 2779animation: tab_ripple_effect 0.9s cubic-bezier(0, 0, 0.2, 1); 2780box-shadow: inset 0 -2px #42A5F5; 2781color: #FFFFFF; } 2782 2783dockoverlayedge { 2784background-color: #455A64; } 2785 2786dockoverlayedge docktabstrip { 2787padding: 0; 2788border: none; } 2789 2790dockoverlayedge.left-edge docktab:checked { 2791border-right-color: #42A5F5; 2792border-bottom-color: transparent; } 2793 2794dockoverlayedge.right-edge docktab:checked { 2795border-left-color: #42A5F5; 2796border-bottom-color: transparent; } 2797 2798pillbox { 2799background-color: #455A64; 2800border-radius: 2px; } 2801 2802layoutpane entry.search { 2803box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2); 2804background-color: #546E7A; } 2805 2806editortweak entry.search { 2807margin-bottom: -1px; 2808box-shadow: none; } 2809 2810frame.gb-search-frame { 2811border-bottom-right-radius: 5px; } 2812 2813.gb-search-entry-occurrences-tag { 2814box-shadow: none; 2815background-color: transparent; } 2816 2817docktabstrip { 2818min-height: 39px; } 2819 2820workbench preferences preferencesgroup list entry { 2821padding-top: 8px; 2822padding-bottom: 8px; } 2823 2824/*********** 2825* Firefox * 2826***********/ 2827menubar { 2828color: rgba(255, 255, 255, 0.75); } 2829menubar:hover { 2830color: #FFFFFF; } 2831 2832separator { 2833color: rgba(0, 0, 0, 0.2); } 2834 2835/* FIXME: not working */ 2836window.background > widget > check, 2837window.background > widget > radio { 2838margin: 0; 2839padding: 0; } 2840 2841window.background > widget > radio:checked { 2842-gtk-icon-source: image(-gtk-recolor(url("assets/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/radio-checked-symbolic.png"))); 2843border-image: none; } 2844 2845/*********** 2846* Synapse * 2847***********/ 2848box > widget > widget:selected { 2849background-color: #42A5F5; } 2850 2851/********* 2852* Unity * 2853*********/ 2854UnityDecoration { 2855-UnityDecoration-extents: 32px 0 0 0; 2856-UnityDecoration-input-extents: 8px; 2857-UnityDecoration-shadow-offset-x: 0; 2858-UnityDecoration-shadow-offset-y: 3px; 2859-UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); 2860-UnityDecoration-active-shadow-radius: 18px; 2861-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); 2862-UnityDecoration-inactive-shadow-radius: 6px; 2863-UnityDecoration-glow-size: 8px; 2864-UnityDecoration-glow-color: #42A5F5; 2865-UnityDecoration-title-indent: 4px; 2866-UnityDecoration-title-fade: 32px; 2867-UnityDecoration-title-alignment: 0.0; } 2868 2869UnityDecoration.top { 2870padding: 0 4px; 2871border-style: none; 2872border-radius: 2px 2px 0 0; 2873box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); 2874background-color: #37474F; } 2875 2876UnityDecoration.menubar.menuitem:hover, 2877UnityDecoration.menubar .menuitem *:hover { 2878box-shadow: inset 0 -2px #42A5F5; 2879background-color: transparent; } 2880 2881.background:not(.csd) .header-bar { 2882border-radius: 0; 2883box-shadow: none; } 2884 2885UnityPanelWidget, 2886.unity-panel { 2887background-color: #37474F; 2888background-image: image(#37474F); } 2889 2890.unity-panel.menubar.menuitem:hover, 2891.unity-panel.menubar .menuitem *:hover { 2892box-shadow: inset 0 -2px #42A5F5; 2893background-color: transparent; } 2894 2895@keyframes playbackmenuitem_spinner { 2896to { 2897-gtk-icon-transform: rotate(1turn); } } 2898.menu IdoPlaybackMenuItem.menuitem:active { 2899-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); 2900animation: playbackmenuitem_spinner 1s infinite linear; 2901color: #42A5F5; } 2902 2903/* GTK NAMED COLORS 2904---------------- 2905use responsibly! */ 2906/* 2907widget text/foreground color */ 2908@define-color theme_fg_color #FFFFFF; 2909/* 2910text color for entries, views and content in general */ 2911@define-color theme_text_color #FFFFFF; 2912/* 2913widget base background color */ 2914@define-color theme_bg_color #455A64; 2915/* 2916text widgets and the like base background color */ 2917@define-color theme_base_color #546E7A; 2918/* 2919base background color of selections */ 2920@define-color theme_selected_bg_color #42A5F5; 2921/* 2922text/foreground color of selections */ 2923@define-color theme_selected_fg_color #FFFFFF; 2924/* 2925base background color of insensitive widgets */ 2926@define-color insensitive_bg_color #455A64; 2927/* 2928text foreground color of insensitive widgets */ 2929@define-color insensitive_fg_color rgba(255, 255, 255, 0.4); 2930/* 2931insensitive text widgets and the like base background color */ 2932@define-color insensitive_base_color #4d646f; 2933/* 2934widget text/foreground color on backdrop windows */ 2935@define-color theme_unfocused_fg_color #FFFFFF; 2936/* 2937text color for entries, views and content in general on backdrop windows */ 2938@define-color theme_unfocused_text_color #FFFFFF; 2939/* 2940widget base background color on backdrop windows */ 2941@define-color theme_unfocused_bg_color #455A64; 2942/* 2943text widgets and the like base background color on backdrop windows */ 2944@define-color theme_unfocused_base_color #546E7A; 2945/* 2946base background color of selections on backdrop windows */ 2947@define-color theme_unfocused_selected_bg_color #42A5F5; 2948/* 2949text/foreground color of selections on backdrop windows */ 2950@define-color theme_unfocused_selected_fg_color #FFFFFF; 2951/* 2952insensitive color on backdrop windows*/ 2953@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.4); 2954/* 2955widgets main borders color */ 2956@define-color borders rgba(0, 0, 0, 0.2); 2957/* 2958widgets main borders color on backdrop windows */ 2959@define-color unfocused_borders rgba(0, 0, 0, 0.2); 2960/* 2961these are pretty self explicative */ 2962@define-color warning_color #FF6D00; 2963@define-color error_color #DD2C00; 2964@define-color success_color #00C853; 2965@define-color content_view_bg #546E7A; 2966@define-color placeholder_text_color #bbc5ca; 2967