diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss index 8a54ca56ff..b6dc5fde39 100644 --- a/gtk/resources/theme/Adwaita/_common.scss +++ b/gtk/resources/theme/Adwaita/_common.scss @@ -950,7 +950,7 @@ GtkComboBox { padding: 0px 12px; } .subtitle { - font-size: 80%; + font-size: 82%; padding: 0 12px; @extend .dim-label; } @@ -1623,7 +1623,8 @@ GtkSwitch { // FIXME: backdrop insensinsitive slider on the dark variant -GtkSwitch-slider-width: 45px; // 55px is the right value to make it as tall // as buttons, not doing that for now - font: bold condensed 9; + font-weight: bold; + font-size: 82%; outline-offset: -4px; box-shadow: inset 0 1px transparentize(black, 0.9), // needs to be set here $widget_edge; // otherwise it gets @@ -1980,7 +1981,7 @@ $asset_suffix: if($variant=='dark', '-dark', ''); GtkProgressBar { padding: 0; - font-size: 83%; + font-size: 82%; color: transparentize($fg_color, 0.6); box-shadow: inset 1px 1px transparentize(black, 0.9), // needs to be set $widget_edge; // here ot it gets diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css b/gtk/resources/theme/Adwaita/gtk-contained-dark.css index 3b3c17220c..6bcd5c93ad 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css @@ -3,7 +3,7 @@ @define-color theme_bg_color #393f3f; @define-color theme_base_color #292929; @define-color theme_selected_bg_color #215d9c; -@define-color theme_selected_fg_color white; +@define-color theme_selected_fg_color #ffffff; @define-color insensitive_bg_color #323636; @define-color insensitive_fg_color #939695; @define-color insensitive_base_color #292929; @@ -11,7 +11,7 @@ @define-color theme_unfocused_bg_color #393f3f; @define-color theme_unfocused_base_color #2c2c2c; @define-color theme_unfocused_selected_bg_color #215d9c; -@define-color theme_unfocused_selected_fg_color white; +@define-color theme_unfocused_selected_fg_color #ffffff; @define-color borders #1c1f1f; @define-color unfocused_borders #1e2222; @define-color warning_color #f57900; @@ -95,7 +95,7 @@ color: #939695; } .gtkstyle-fallback:selected { background-color: #215d9c; - color: white; } + color: #ffffff; } .view { color: #eeeeec; @@ -235,7 +235,7 @@ GtkTextView { box-shadow: inset 0 2px rgba(38, 38, 38, 0), inset 0 1px rgba(33, 33, 33, 0), 0 1px rgba(255, 255, 255, 0); } .entry:selected, .entry:backdrop:selected { background-color: #215d9c; - color: white; } + color: #ffffff; } .entry.progressbar { margin: 1px; border-radius: 0; @@ -305,7 +305,6 @@ GtkTextView { @keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3583d5), to(transparent)); } - to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#215d9c), to(transparent)); } } .button { @@ -812,14 +811,16 @@ GtkTextView { background-image: linear-gradient(to bottom, #303434); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } -.inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.search-bar GtkToolButton > .button.flat, .inline-toolbar.location-bar GtkToolButton > .button.flat, +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.search-bar GtkToolButton > .button.flat, .inline-toolbar.location-bar GtkToolButton > .button.flat, +.inline-toolbar.toolbar GtkToolButton:backdrop > .button.flat, .inline-toolbar GtkToolButton:backdrop > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:backdrop:active, .osd .button:backdrop:checked, .osd .button:insensitive, .osd .button:backdrop:insensitive, .osd .button:backdrop, .osd .button.suggested-action, .osd .button.suggested-action:hover, .osd .button.suggested-action:active, .osd .button.suggested-action:checked, .osd .button.suggested-action:backdrop:active, .osd .button.suggested-action:backdrop:checked, .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive, .osd .button.suggested-action:backdrop, .osd .button.destructive-action, .osd .button.destructive-action:hover, .osd .button.destructive-action:active, .osd .button.destructive-action:checked, .osd .button.destructive-action:backdrop:active, .osd .button.destructive-action:backdrop:checked, .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive, .osd .button.destructive-action:backdrop, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked .button, .linked .button:hover, .linked .button:active, .linked .button:checked, .linked .button:backdrop, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .button:backdrop, .linked > GtkComboBox > .button:dir(ltr) { border-radius: 0; border-left-style: none; } .inline-toolbar GtkToolButton > .button.flat:dir(rtl), - .inline-toolbar GtkToolButton:backdrop > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:dir(rtl) > .button.flat, + .inline-toolbar GtkToolButton:backdrop > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:dir(rtl) > .button.flat, + .inline-toolbar.toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .osd .button:dir(rtl):backdrop, .osd .button.suggested-action:dir(rtl), .osd .button.destructive-action:dir(rtl), .inline-toolbar .button:dir(rtl), .linked .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { @@ -827,24 +828,28 @@ GtkTextView { border-right-style: none; border-left-style: solid; } -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .osd .button:first-child:backdrop, .osd .button.suggested-action:first-child, .osd .button.destructive-action:first-child, .inline-toolbar .button:first-child, .linked .button:first-child, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .osd .button:first-child:backdrop, .osd .button.suggested-action:first-child, .osd .button.destructive-action:first-child, .inline-toolbar .button:first-child, .linked .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, +.inline-toolbar.toolbar GtkToolButton:backdrop:first-child > .button.flat, .inline-toolbar GtkToolButton:backdrop:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button { border-radius: 3px 0 0 3px; border-left-style: solid; } -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .osd .button:last-child:backdrop, .osd .button.suggested-action:last-child, .osd .button.destructive-action:last-child, .inline-toolbar .button:last-child, .linked .button:last-child, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .osd .button:last-child:backdrop, .osd .button.suggested-action:last-child, .osd .button.destructive-action:last-child, .inline-toolbar .button:last-child, .linked .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, +.inline-toolbar.toolbar GtkToolButton:backdrop:last-child > .button.flat, .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button { border-radius: 0 3px 3px 0; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .osd .button:last-child:dir(rtl):backdrop, .osd .button.suggested-action:last-child:dir(rtl), .osd .button.destructive-action:last-child:dir(rtl), .inline-toolbar .button:last-child:dir(rtl), .linked .button:last-child:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), - .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child:dir(rtl) > .button.flat, + .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child:dir(rtl) > .button.flat, + .inline-toolbar.toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl) { border-right-style: solid; } -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .osd .button:only-child:backdrop, .osd .button.suggested-action:only-child, .osd .button.destructive-action:only-child, .inline-toolbar .button:only-child, .linked .button:only-child, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .osd .button:only-child:backdrop, .osd .button.suggested-action:only-child, .osd .button.destructive-action:only-child, .inline-toolbar .button:only-child, .linked .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, +.inline-toolbar.toolbar GtkToolButton:backdrop:only-child > .button.flat, .inline-toolbar GtkToolButton:backdrop:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button { @@ -1138,7 +1143,7 @@ GtkComboBox { padding: 0px 12px; } .titlebar .subtitle, GtkCalendar.header .subtitle, .header-bar .subtitle { - font-size: 80%; + font-size: 82%; padding: 0 12px; } .titlebar .header-bar-separator, GtkCalendar.header .header-bar-separator, .titlebar > GtkBox > .separator.vertical, GtkCalendar.header > GtkBox > .separator.vertical, .sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop, @@ -1156,7 +1161,7 @@ GtkComboBox { border-image: linear-gradient(to bottom, rgba(30, 34, 34, 0.5)) 0 1/1px 1px; } .titlebar.selection-mode, GtkCalendar.selection-mode.header, .header-bar.selection-mode { - color: white; + color: #ffffff; text-shadow: 0 1px rgba(0, 0, 0, 0.5); border-color: #0f2b48; background-image: linear-gradient(to bottom, #256ab1, #215d9c); @@ -1169,7 +1174,7 @@ GtkComboBox { .header-bar.selection-mode .button { border-style: solid; border-width: 1px; - color: white; + color: #ffffff; background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187); border-color: #0b1e33; text-shadow: 0 -1px rgba(0, 0, 0, 0.70353); @@ -1178,7 +1183,7 @@ GtkComboBox { .titlebar.selection-mode .button:hover, GtkCalendar.selection-mode.header .button:hover, .header-bar.selection-mode .button:hover { border-style: solid; - color: white; + color: #ffffff; border-color: #0b1e33; background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c); text-shadow: 0 -1px rgba(0, 0, 0, 0.67153); @@ -1188,7 +1193,7 @@ GtkComboBox { .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked { border-style: solid; - color: white; + color: #ffffff; border-color: #0b1e33; background-image: linear-gradient(to bottom, #194776, #1c5187); text-shadow: 0 -1px rgba(0, 0, 0, 0.78353); @@ -1206,7 +1211,7 @@ GtkComboBox { .titlebar.selection-mode .button:backdrop, GtkCalendar.selection-mode.header .button:backdrop, .header-bar.selection-mode .button:backdrop { border-style: solid; - color: white; + color: #ffffff; border-color: #0b1e33; background-image: linear-gradient(to bottom, #215d9c); text-shadow: none; @@ -1351,7 +1356,7 @@ GtkTreeView.view { GtkTreeView.view.expander:selected { color: #bccee1; } GtkTreeView.view.expander:selected:hover { - color: white; } + color: #ffffff; } GtkTreeView.view.expander:selected:backdrop { color: #283a4d; } GtkTreeView.view.expander:checked { @@ -1442,7 +1447,7 @@ GtkTreeView.view.progressbar { text-shadow: none; padding: 4px; } .menu .menuitem:hover { - color: white; + color: #ffffff; background-color: #215d9c; } .menu .menuitem:insensitive { color: #939695; } @@ -1848,7 +1853,8 @@ GtkTreeView.view.progressbar { **********/ GtkSwitch { -GtkSwitch-slider-width: 45px; - font: bold condensed 9; + font-weight: bold; + font-size: 82%; outline-offset: -4px; box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); } GtkSwitch.trough { @@ -1887,7 +1893,7 @@ GtkSwitch { background-image: none; background-color: #323636; } .list-row:selected GtkSwitch { - box-shadow: 0 0 0 1px white; } + box-shadow: 0 0 0 1px #ffffff; } .list-row:selected GtkSwitch:backdrop { box-shadow: 0 0 0 1px #2c2c2c; } GtkSwitch.slider, .list-row:selected GtkSwitch.slider { @@ -2661,7 +2667,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { *****************/ GtkProgressBar { padding: 0; - font-size: 83%; + font-size: 82%; color: rgba(238, 238, 236, 0.4); box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); } GtkProgressBar:backdrop { @@ -2781,7 +2787,7 @@ GtkLevelBar.vertical { .view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, .entry:selected, .entry:selected:focus, .menuitem.button.flat:selected { background-color: #215d9c; - color: white; } + color: #ffffff; } .view:backdrop:selected, GtkLabel:backdrop:selected, .entry:backdrop:selected, .menuitem.button.flat:backdrop:selected { color: #c9cbc9; } @@ -2845,7 +2851,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: #1d538c; } .list-row:selected { - color: white; + color: #ffffff; background-color: #215d9c; } .list-row:selected:backdrop { color: #2c2c2c; } @@ -2936,7 +2942,7 @@ GtkCalendar { border: 1px solid #1c1f1f; } GtkCalendar:selected { background-color: #215d9c; - color: white; + color: #ffffff; border-radius: 3px; } GtkCalendar:selected:backdrop { color: #c9cbc9; } @@ -3190,7 +3196,7 @@ GtkInfoBar { .warning, .error { background-color: #215d9c; - color: white; + color: #ffffff; text-shadow: 0 1px #184472; border-color: #184472; } .info .button, @@ -3199,7 +3205,7 @@ GtkInfoBar { .error .button { border-style: solid; border-width: 1px; - color: white; + color: #ffffff; background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187); border-color: #0b1e33; text-shadow: 0 -1px rgba(0, 0, 0, 0.70353); @@ -3210,7 +3216,7 @@ GtkInfoBar { .warning .button:hover, .error .button:hover { border-style: solid; - color: white; + color: #ffffff; border-color: #0b1e33; background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c); text-shadow: 0 -1px rgba(0, 0, 0, 0.67153); @@ -3221,7 +3227,7 @@ GtkInfoBar { .warning .button:active, .error .button:active { border-style: solid; - color: white; + color: #ffffff; border-color: #0b1e33; background-image: linear-gradient(to bottom, #194776, #1c5187); text-shadow: 0 -1px rgba(0, 0, 0, 0.78353); @@ -3243,7 +3249,7 @@ GtkInfoBar { .warning .button:backdrop, .error .button:backdrop { border-style: solid; - color: white; + color: #ffffff; border-color: #0b1e33; background-image: linear-gradient(to bottom, #215d9c); text-shadow: none; @@ -3413,3 +3419,5 @@ GtkCalendar.header .button.titlebutton { box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); border-color: transparent; transition-property: border, box-shadow, color; } + +/*# sourceMappingURL=gtk-contained-dark.css.map */ diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css index b852e0f11c..31e91e357c 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained.css +++ b/gtk/resources/theme/Adwaita/gtk-contained.css @@ -1,17 +1,17 @@ /* GTK NAMED COLORS */ @define-color theme_fg_color #2e3436; @define-color theme_bg_color #ededed; -@define-color theme_base_color white; +@define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #4a90d9; -@define-color theme_selected_fg_color white; +@define-color theme_selected_fg_color #ffffff; @define-color insensitive_bg_color #f4f4f4; @define-color insensitive_fg_color #8d9091; -@define-color insensitive_base_color white; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #54595a; @define-color theme_unfocused_bg_color #ededed; @define-color theme_unfocused_base_color #fcfcfc; @define-color theme_unfocused_selected_bg_color #4a90d9; -@define-color theme_unfocused_selected_fg_color white; +@define-color theme_unfocused_selected_fg_color #ffffff; @define-color borders #a1a1a1; @define-color unfocused_borders #a8a8a8; @define-color warning_color #f57900; @@ -30,7 +30,7 @@ @define-color wm_button_active_color_a shade(#ededed, 0.85); @define-color wm_button_active_color_b shade(#ededed, 0.89); @define-color wm_button_active_color_c shade(#ededed, 0.9); -@define-color content_view_bg white; +@define-color content_view_bg #ffffff; * { padding: 0; -GtkToolButton-icon-spacing: 4; @@ -95,11 +95,11 @@ color: #8d9091; } .gtkstyle-fallback:selected { background-color: #4a90d9; - color: white; } + color: #ffffff; } .view { color: #2e3436; - background-color: white; } + background-color: #ffffff; } .view:backdrop { color: #54595a; background-color: #fcfcfc; } @@ -127,7 +127,7 @@ GtkLabel:insensitive { text-shadow: none; } GtkAssistant .sidebar { - background-color: white; + background-color: #ffffff; border-top: 1px solid #a1a1a1; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #a1a1a1; } @@ -182,7 +182,7 @@ GtkTextView { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); border-color: #a1a1a1; box-shadow: inset 0 3px #f7f7f7, inset 0 1px #d1d1d1, inset 0 0 0 1px rgba(74, 144, 217, 0), 0 1px white; } .entry.image.left { @@ -194,7 +194,7 @@ GtkTextView { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); border-color: #a1a1a1; box-shadow: inset 0 3px #f7f7f7, inset 0 1px #d1d1d1, inset 0 0 0 1px rgba(74, 144, 217, 0); border: none; @@ -203,14 +203,14 @@ GtkTextView { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); box-shadow: inset 0 3px #f7f7f7, inset 0 1px #d1d1d1, inset 0 0 0 1px rgba(74, 144, 217, 0.15), 0 1px white; border-color: #4a90d9; } .entry:insensitive { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); color: #8d9091; border-color: #a1a1a1; background-image: linear-gradient(to bottom, #f4f4f4); @@ -219,7 +219,7 @@ GtkTextView { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); color: #54595a; border-color: #a8a8a8; background-image: linear-gradient(to bottom, #fcfcfc); @@ -228,14 +228,14 @@ GtkTextView { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); color: #c7c7c7; border-color: #a8a8a8; background-image: linear-gradient(to bottom, #f4f4f4); box-shadow: inset 0 2px rgba(242, 242, 242, 0), inset 0 1px rgba(209, 209, 209, 0), 0 1px rgba(255, 255, 255, 0); } .entry:selected, .entry:backdrop:selected { background-color: #4a90d9; - color: white; } + color: #ffffff; } .entry.progressbar { margin: 1px; border-radius: 0; @@ -265,7 +265,7 @@ GtkTextView { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); box-shadow: inset 0 3px #f7f7f7, inset 0 1px #d1d1d1, inset 0 0 0 1px rgba(204, 0, 0, 0.15), 0 1px white; border-color: #cc0000; } .entry.error:selected, .entry.error:selected:focus { @@ -277,7 +277,7 @@ GtkTextView { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); box-shadow: inset 0 3px #f7f7f7, inset 0 1px #d1d1d1, inset 0 0 0 1px rgba(245, 121, 0, 0.15), 0 1px white; border-color: #f57900; } .entry.warning:selected, .entry.warning:selected:focus { @@ -297,7 +297,6 @@ GtkTextView { @keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#4a90d9), to(transparent)); } - to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#4a90d9), to(transparent)); } } .button { @@ -804,14 +803,16 @@ GtkTextView { background-image: linear-gradient(to bottom, #ededed); box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } -.inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.search-bar GtkToolButton > .button.flat, .inline-toolbar.location-bar GtkToolButton > .button.flat, +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.search-bar GtkToolButton > .button.flat, .inline-toolbar.location-bar GtkToolButton > .button.flat, +.inline-toolbar.toolbar GtkToolButton:backdrop > .button.flat, .inline-toolbar GtkToolButton:backdrop > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:backdrop:active, .osd .button:backdrop:checked, .osd .button:insensitive, .osd .button:backdrop:insensitive, .osd .button:backdrop, .osd .button.suggested-action, .osd .button.suggested-action:hover, .osd .button.suggested-action:active, .osd .button.suggested-action:checked, .osd .button.suggested-action:backdrop:active, .osd .button.suggested-action:backdrop:checked, .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive, .osd .button.suggested-action:backdrop, .osd .button.destructive-action, .osd .button.destructive-action:hover, .osd .button.destructive-action:active, .osd .button.destructive-action:checked, .osd .button.destructive-action:backdrop:active, .osd .button.destructive-action:backdrop:checked, .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive, .osd .button.destructive-action:backdrop, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked .button, .linked .button:hover, .linked .button:active, .linked .button:checked, .linked .button:backdrop, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .button:backdrop, .linked > GtkComboBox > .button:dir(ltr) { border-radius: 0; border-left-style: none; } .inline-toolbar GtkToolButton > .button.flat:dir(rtl), - .inline-toolbar GtkToolButton:backdrop > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:dir(rtl) > .button.flat, + .inline-toolbar GtkToolButton:backdrop > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:dir(rtl) > .button.flat, + .inline-toolbar.toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .osd .button:dir(rtl):backdrop, .osd .button.suggested-action:dir(rtl), .osd .button.destructive-action:dir(rtl), .inline-toolbar .button:dir(rtl), .linked .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { @@ -819,24 +820,28 @@ GtkTextView { border-right-style: none; border-left-style: solid; } -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .osd .button:first-child:backdrop, .osd .button.suggested-action:first-child, .osd .button.destructive-action:first-child, .inline-toolbar .button:first-child, .linked .button:first-child, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .osd .button:first-child:backdrop, .osd .button.suggested-action:first-child, .osd .button.destructive-action:first-child, .inline-toolbar .button:first-child, .linked .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, +.inline-toolbar.toolbar GtkToolButton:backdrop:first-child > .button.flat, .inline-toolbar GtkToolButton:backdrop:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button { border-radius: 3px 0 0 3px; border-left-style: solid; } -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .osd .button:last-child:backdrop, .osd .button.suggested-action:last-child, .osd .button.destructive-action:last-child, .inline-toolbar .button:last-child, .linked .button:last-child, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .osd .button:last-child:backdrop, .osd .button.suggested-action:last-child, .osd .button.destructive-action:last-child, .inline-toolbar .button:last-child, .linked .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, +.inline-toolbar.toolbar GtkToolButton:backdrop:last-child > .button.flat, .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button { border-radius: 0 3px 3px 0; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .osd .button:last-child:dir(rtl):backdrop, .osd .button.suggested-action:last-child:dir(rtl), .osd .button.destructive-action:last-child:dir(rtl), .inline-toolbar .button:last-child:dir(rtl), .linked .button:last-child:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), - .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child:dir(rtl) > .button.flat, + .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child:dir(rtl) > .button.flat, + .inline-toolbar.toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl) { border-right-style: solid; } -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .osd .button:only-child:backdrop, .osd .button.suggested-action:only-child, .osd .button.destructive-action:only-child, .inline-toolbar .button:only-child, .linked .button:only-child, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .osd .button:only-child:backdrop, .osd .button.suggested-action:only-child, .osd .button.destructive-action:only-child, .inline-toolbar .button:only-child, .linked .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, +.inline-toolbar.toolbar GtkToolButton:backdrop:only-child > .button.flat, .inline-toolbar GtkToolButton:backdrop:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:backdrop:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:backdrop:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button { @@ -1130,7 +1135,7 @@ GtkComboBox { padding: 0px 12px; } .titlebar .subtitle, GtkCalendar.header .subtitle, .header-bar .subtitle { - font-size: 80%; + font-size: 82%; padding: 0 12px; } .titlebar .header-bar-separator, GtkCalendar.header .header-bar-separator, .titlebar > GtkBox > .separator.vertical, GtkCalendar.header > GtkBox > .separator.vertical, .sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop, @@ -1148,7 +1153,7 @@ GtkComboBox { border-image: linear-gradient(to bottom, rgba(168, 168, 168, 0.5)) 0 1/1px 1px; } .titlebar.selection-mode, GtkCalendar.selection-mode.header, .header-bar.selection-mode { - color: white; + color: #ffffff; text-shadow: 0 1px rgba(0, 0, 0, 0.5); border-color: #184472; background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9); @@ -1161,7 +1166,7 @@ GtkComboBox { .header-bar.selection-mode .button { border-style: solid; border-width: 1px; - color: white; + color: #ffffff; background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5); border-color: #1c5187; text-shadow: 0 -1px rgba(0, 0, 0, 0.54353); @@ -1170,7 +1175,7 @@ GtkComboBox { .titlebar.selection-mode .button:hover, GtkCalendar.selection-mode.header .button:hover, .header-bar.selection-mode .button:hover { border-style: solid; - color: white; + color: #ffffff; border-color: #1c5187; background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9); text-shadow: 0 -1px rgba(0, 0, 0, 0.51153); @@ -1180,7 +1185,7 @@ GtkComboBox { .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked { border-style: solid; - color: white; + color: #ffffff; border-color: #1c5187; background-image: linear-gradient(to bottom, #2b79cb, #3583d5); text-shadow: 0 -1px rgba(0, 0, 0, 0.62353); @@ -1198,7 +1203,7 @@ GtkComboBox { .titlebar.selection-mode .button:backdrop, GtkCalendar.selection-mode.header .button:backdrop, .header-bar.selection-mode .button:backdrop { border-style: solid; - color: white; + color: #ffffff; border-color: #4a90d9; background-image: linear-gradient(to bottom, #4a90d9); text-shadow: none; @@ -1343,7 +1348,7 @@ GtkTreeView.view { GtkTreeView.view.expander:selected { color: #c8ddf3; } GtkTreeView.view.expander:selected:hover { - color: white; } + color: #ffffff; } GtkTreeView.view.expander:selected:backdrop { color: #c6dbf1; } GtkTreeView.view.expander:checked { @@ -1353,7 +1358,7 @@ GtkTreeView.view { column-header .button { color: #96999a; - background-color: white; + background-color: #ffffff; font-weight: bold; text-shadow: none; box-shadow: none; } @@ -1370,7 +1375,7 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; color: #4a90d9; - box-shadow: inset 1px 1px 0 1px #4a90d9, inset -1px 0 0 1px #4a90d9, inset 1px 1px white, inset -1px 0 white; } + box-shadow: inset 1px 1px 0 1px #4a90d9, inset -1px 0 0 1px #4a90d9, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1393,7 +1398,7 @@ column-header .button, column-header .button:hover, column-header .button:active background-image: none; } GtkTreeView.view.progressbar { - color: white; + color: #ffffff; border-radius: 4px; border-color: #184472; background-image: linear-gradient(to bottom, #4a90d9, #2a76c6); @@ -1401,7 +1406,7 @@ GtkTreeView.view.progressbar { GtkTreeView.view.progressbar:selected { color: #4a90d9; box-shadow: none; - background-image: linear-gradient(to bottom, white, #e6e6e6); } + background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); } GtkTreeView.view.progressbar:selected:backdrop { color: #4a90d9; background-color: #fcfcfc; } @@ -1431,12 +1436,12 @@ GtkTreeView.view.progressbar { .menu { margin: 4px; padding: 0px; - background-color: white; } + background-color: #ffffff; } .menu .menuitem { text-shadow: none; padding: 4px; } .menu .menuitem:hover { - color: white; + color: #ffffff; background-color: #4a90d9; } .menu .menuitem:insensitive { color: #8d9091; } @@ -1550,7 +1555,7 @@ GtkTreeView.view.progressbar { *****************/ .notebook { padding: 0; - background-color: white; + background-color: #ffffff; -GtkNotebook-initial-gap: 10; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1842,7 +1847,8 @@ GtkTreeView.view.progressbar { **********/ GtkSwitch { -GtkSwitch-slider-width: 45px; - font: bold condensed 9; + font-weight: bold; + font-size: 82%; outline-offset: -4px; box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } GtkSwitch.trough { @@ -1882,7 +1888,7 @@ GtkSwitch { background-image: none; background-color: #f4f4f4; } .list-row:selected GtkSwitch { - box-shadow: 0 0 0 1px white; } + box-shadow: 0 0 0 1px #ffffff; } .list-row:selected GtkSwitch:backdrop { box-shadow: 0 0 0 1px #fcfcfc; } GtkSwitch.slider, .list-row:selected GtkSwitch.slider { @@ -2656,7 +2662,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { *****************/ GtkProgressBar { padding: 0; - font-size: 83%; + font-size: 82%; color: rgba(46, 52, 54, 0.4); box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; } GtkProgressBar:backdrop { @@ -2731,14 +2737,14 @@ GtkLevelBar.vertical { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); border-color: #a1a1a1; box-shadow: inset 0 3px #f7f7f7, inset 0 1px #d1d1d1, inset 0 0 0 1px rgba(74, 144, 217, 0), 0 1px white; } .level-bar.trough:backdrop { background-color: transparent; border-style: solid; border-width: 1px; - background-image: linear-gradient(to bottom, #f7f7f7, white 90%); + background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%); color: #54595a; border-color: #a8a8a8; background-image: linear-gradient(to bottom, #fcfcfc); @@ -2776,7 +2782,7 @@ GtkLevelBar.vertical { .view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, .entry:selected, .entry:selected:focus, .menuitem.button.flat:selected { background-color: #4a90d9; - color: white; + color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } .view:backdrop:selected, GtkLabel:backdrop:selected, .entry:backdrop:selected, .menuitem.button.flat:backdrop:selected { color: #fcfcfc; } @@ -2816,7 +2822,7 @@ GtkScrolledWindow GtkViewport.frame { * Lists * *********/ .list, .list-row { - background-color: white; + background-color: #ffffff; border-color: #a1a1a1; } .list:backdrop, .list-row:backdrop { background-color: #fcfcfc; @@ -2841,7 +2847,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: #4281c3; } .list-row:selected { - color: white; + color: #ffffff; background-color: #4a90d9; } .list-row:selected:backdrop { color: #fcfcfc; } @@ -2932,7 +2938,7 @@ GtkCalendar { border: 1px solid #a1a1a1; } GtkCalendar:selected { background-color: #4a90d9; - color: white; + color: #ffffff; border-radius: 3px; } GtkCalendar:selected:backdrop { color: #fcfcfc; } @@ -3126,7 +3132,7 @@ GtkCalendar { border-bottom-left-radius: 7px; } GtkFileChooserDialog .search-bar { - background-color: white; + background-color: #ffffff; border-color: #ededed; box-shadow: none; } GtkFileChooserDialog .search-bar:backdrop { @@ -3186,7 +3192,7 @@ GtkInfoBar { .warning, .error { background-color: #4a90d9; - color: white; + color: #ffffff; text-shadow: 0 1px #2a76c6; border-color: #2a76c6; } .info .button, @@ -3195,7 +3201,7 @@ GtkInfoBar { .error .button { border-style: solid; border-width: 1px; - color: white; + color: #ffffff; background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5); border-color: #1c5187; text-shadow: 0 -1px rgba(0, 0, 0, 0.54353); @@ -3206,7 +3212,7 @@ GtkInfoBar { .warning .button:hover, .error .button:hover { border-style: solid; - color: white; + color: #ffffff; border-color: #1c5187; background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9); text-shadow: 0 -1px rgba(0, 0, 0, 0.51153); @@ -3217,7 +3223,7 @@ GtkInfoBar { .warning .button:active, .error .button:active { border-style: solid; - color: white; + color: #ffffff; border-color: #1c5187; background-image: linear-gradient(to bottom, #2b79cb, #3583d5); text-shadow: 0 -1px rgba(0, 0, 0, 0.62353); @@ -3239,7 +3245,7 @@ GtkInfoBar { .warning .button:backdrop, .error .button:backdrop { border-style: solid; - color: white; + color: #ffffff; border-color: #4a90d9; background-image: linear-gradient(to bottom, #4a90d9); text-shadow: none; @@ -3409,3 +3415,5 @@ GtkCalendar.header .button.titlebutton { box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); border-color: transparent; transition-property: border, box-shadow, color; } + +/*# sourceMappingURL=gtk-contained.css.map */