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