diff options
1009 files changed, 2287 insertions, 974 deletions
@@ -10,3 +10,4 @@ configure install-sh missing .idea/ +*.iml
\ No newline at end of file @@ -24,7 +24,7 @@ This theme uses node-sass/libsass to process the various .scss files. Never edit * `main.rc` contains the major part of the theme -* `panel.rc` contains the panel styling for XFCE and Mate +* `panel.rc` contains the panel styling for Xfce and MATE * `apps.rc` contains some application specific rules diff --git a/common/Makefile.am b/common/Makefile.am index 8f83496..ec569b6 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -29,6 +29,8 @@ endif # ENABLE_DARK if ENABLE_CINNAMON $(MKDIR_P) $(ithemedir)/cinnamon + cd $(srcdir)/cinnamon && cp thumbnail.png $(ithemedir)/cinnamon + cd $(srcdir)/cinnamon && cp -R \ common-assets \ light-assets \ @@ -38,6 +40,8 @@ if ENABLE_CINNAMON if ENABLE_DARK $(MKDIR_P) $(ithemedarkdir)/cinnamon + cd $(srcdir)/cinnamon && cp thumbnail-dark.png $(ithemedarkdir)/cinnamon/thumbnail.png + cd $(srcdir)/cinnamon && cp -R \ common-assets \ dark-assets \ @@ -128,6 +132,8 @@ if ENABLE_GTK3 if ENABLE_LIGHT $(MKDIR_P) $(ithemedir)/gtk-3.0 + cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedir)/gtk-3.0 + cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \ assets \ gtk.css \ @@ -138,6 +144,8 @@ endif # ENABLE_LIGHT if ENABLE_DARKER $(MKDIR_P) $(ithemedarkerdir)/gtk-3.0 + cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedarkerdir)/gtk-3.0 + cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \ assets \ gtk-dark.css \ @@ -151,6 +159,8 @@ endif # ENABLE_DARKER if ENABLE_DARK $(MKDIR_P) $(ithemedarkdir)/gtk-3.0 + cd $(srcdir)/gtk-3.0 && cp thumbnail-dark.png $(ithemedarkdir)/gtk-3.0/thumbnail.png + cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \ assets \ $(ithemedarkdir)/gtk-3.0 @@ -198,7 +208,7 @@ if ENABLE_METACITY if ENABLE_LIGHT cp -R $(srcdir)/metacity-1 $(ithemedir) - cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml + cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml thumbnail-dark.png endif # ENABLE_LIGHT if ENABLE_DARKER @@ -206,7 +216,8 @@ if ENABLE_DARKER cd $(ithemedarkerdir)/metacity-1 && \ mv metacity-theme-1-dark.xml metacity-theme-1.xml && \ - mv metacity-theme-2-dark.xml metacity-theme-2.xml + mv metacity-theme-2-dark.xml metacity-theme-2.xml && \ + mv thumbnail-dark.png thumbnail.png endif # ENABLE_DARKER if ENABLE_DARK @@ -214,7 +225,8 @@ if ENABLE_DARK cd $(ithemedarkdir)/metacity-1 && \ mv metacity-theme-1-dark.xml metacity-theme-1.xml && \ - mv metacity-theme-2-dark.xml metacity-theme-2.xml + mv metacity-theme-2-dark.xml metacity-theme-2.xml && \ + mv thumbnail-dark.png thumbnail.png endif # ENABLE_DARK endif # ENABLE_METACITY diff --git a/common/cinnamon/cinnamon-dark.css b/common/cinnamon/cinnamon-dark.css index 0f619fe..41c8188 100644 --- a/common/cinnamon/cinnamon-dark.css +++ b/common/cinnamon/cinnamon-dark.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; stage { font-family: Futura Bk bt, sans, Sans-Serif; font-size: 9pt; @@ -7,7 +6,9 @@ stage { .label-shadow { color: transparent; } -.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button { +.menu #notification .notification-button, .menu #notification .notification-icon-button, +.popup-menu #notification .notification-button, +.popup-menu #notification .notification-icon-button, .sound-button { min-height: 20px; padding: 5px 32px; transition-duration: 0; @@ -16,33 +17,59 @@ stage { background-color: #083e4b; border: 1px solid #001317; box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } - .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { border-radius: 2px; } - .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { + .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { text-shadow: 0 1px rgba(7, 54, 66, 0); color: #657b83; background-color: #083e4b; border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } - .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { text-shadow: 0 1px rgba(7, 54, 66, 0); color: #657b83; background-color: #0a5062; border: 1px solid #001317; box-shadow: inset 0 2px 4px rgba(10, 80, 98, 0.05); } - .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { text-shadow: 0 1px rgba(7, 54, 66, 0); color: #657b83; background-color: #083e4b; border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } - .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { + .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { text-shadow: 0 1px rgba(7, 54, 66, 0); color: #fdf6e3; background-color: #268bd2; border: 1px solid #268bd2; box-shadow: inset 0 2px 4px #268bd2; } - .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { text-shadow: 0 1px rgba(7, 54, 66, 0); color: rgba(101, 123, 131, 0.45); border: 1px solid rgba(0, 19, 23, 0.55); @@ -76,6 +103,7 @@ stage { border: 1px solid rgba(1, 9, 11, 0.35); background-color: rgba(18, 137, 167, 0.2); } +.menu #notification StEntry, .popup-menu #notification StEntry, #menu-search-entry { padding: 7px; caret-size: 1px; @@ -87,16 +115,20 @@ stage { background-color: #073642; border: 1px solid #001317; box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } - .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + .menu #notification StEntry:focus, + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover, + .popup-menu #notification StEntry:hover, #menu-search-entry:hover { color: #657b83; background-color: #073642; border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } + .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { color: rgba(101, 123, 131, 0.45); background-color: #04313d; border-color: 1px solid #001e25; box-shadow: inset 0 2px 4px rgba(4, 49, 61, 0.05); } + .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { icon-size: 16px; warning-color: #cb4b16; @@ -249,44 +281,58 @@ StScrollBar { font-weight: normal; text-align: center; } +.menu, .popup-menu, .popup-combo-menu { - color: white; - min-width: 200px; color: #657b83; border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } + .menu-arrow, .popup-menu-arrow { icon-size: 16px; } + .menu .popup-sub-menu, .popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu { background-gradient-direction: none; box-shadow: none; border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; } + .menu .popup-sub-menu .popup-menu-item:ltr, .popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { padding-right: 0em; } + .menu .popup-sub-menu .popup-menu-item:rtl, .popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { padding-left: 0em; } + .menu .popup-sub-menu StScrollBar, .popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar { padding: 4px; } - .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { + .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, + .popup-menu .popup-sub-menu StScrollBar StBin#trough, + .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { border-width: 0; } + .menu .popup-menu-content, .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content { padding: 1em 0em 1em 0em; } + .menu .popup-menu-item, .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item { padding: .4em 1.75em; spacing: 1em; } + .menu .popup-menu-item:active, .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active { color: #fdf6e3; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } + .menu .popup-menu-item:insensitive, .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive { color: rgba(101, 123, 131, 0.5); background: none; } + .menu .popup-inactive-menu-item, .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item { color: #657b83; } + .menu .popup-inactive-menu-item:insensitive, .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive { color: rgba(101, 123, 131, 0.45); } + .menu .popup-menu-item:active .popup-inactive-menu-item, .popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { color: #fdf6e3; } + .menu-icon, .popup-menu-icon { icon-size: 16px; } @@ -309,7 +355,7 @@ StScrollBar { margin: 10px 0px; background-color: transparent; border: none; - border-image: url("common-assets/menu-separator.svg") 1 1 1 1; } + border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } .popup-alternating-menu-item:alternate { font-weight: normal; } @@ -325,28 +371,43 @@ StScrollBar { #panel { font-weight: bold; - height: 2.1em; - min-height: 27px; } + height: 27px; + width: 32px; } + #panel:highlight { + border-image: none; + background-color: rgba(220, 50, 47, 0.5); } #panelLeft { spacing: 4px; } #panelLeft:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(255, 0, 0, 0.05); background-gradient-end: rgba(255, 0, 0, 0.2); } - #panelLeft:ltr · { + #panelLeft:ltr { padding-right: 4px; } - #panelLeft:rtl · { + #panelLeft:rtl { padding-left: 4px; } + #panelLeft.vertical { + padding: 0; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } #panelRight:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(0, 0, 255, 0.05); background-gradient-end: rgba(0, 0, 255, 0.2); } - #panelRight:ltr · { + #panelRight:ltr { padding-left: 4px; spacing: 0px; } - #panelRight:rtl · { + #panelRight:rtl { padding-right: 4px; spacing: 0px; } + #panelRight.vertical { + padding: 0; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } #panelCenter { spacing: 4px; } #panelCenter:dnd { @@ -354,7 +415,7 @@ StScrollBar { background-gradient-start: rgba(0, 255, 0, 0.05); background-gradient-end: rgba(0, 255, 0, 0.2); } -.panel-top, .panel-bottom { +.panel-top, .panel-bottom, .panel-left, .panel-right { color: white; font-size: 1em; padding: 0px; } @@ -365,8 +426,19 @@ StScrollBar { .panel-bottom { border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-left { + border-image: url("common-assets/panel/panel-left.svg") 1 1 1 1; } + +.panel-right { + border-image: url("common-assets/panel/panel-right.svg") 1 1 1 1; } + +.panel-dummy { + background-color: rgba(220, 50, 47, 0.5); } + .panel-dummy:entered { + background-color: rgba(220, 50, 47, 0.6); } + .panel-status-button { - border-widht: 0; + border-width: 0; -natural-hpadding: 3px; -minimum-hpadding: 3px; font-weight: bold; @@ -608,6 +680,10 @@ StScrollBar { color: rgba(101, 123, 131, 0.3); opacity: 1; } +.calendar-week-number { + color: rgba(101, 123, 131, 0.7); + font-size: 80%; } + #notification { border-radius: 3px; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; @@ -617,10 +693,16 @@ StScrollBar { margin-from-right-edge-of-screen: 20px; width: 34em; color: #657b83; } + .menu #notification, .popup-menu #notification { - color: #657b83; border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } - .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + .menu #notification, .menu #notification.multi-line-notification, + .popup-menu #notification, + .popup-menu #notification.multi-line-notification { + color: #657b83; } + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button { padding: 5px; } #notification.multi-line-notification { padding-bottom: 13px; @@ -1006,6 +1088,11 @@ StScrollBar { padding-top: 1px; } .panel-top .window-list-box { padding-bottom: 1px; } + .window-list-box.vertical { + spacing: 4px; + padding: 10px 0; } + .window-list-box:highlight { + background-color: rgba(220, 50, 47, 0.5); } .window-list-item-label { font-weight: bold; @@ -1015,6 +1102,7 @@ StScrollBar { .window-list-item-box { font-weight: bold; background-image: none; + padding-top: 0; padding-left: 8px; padding-right: 8px; transition-duration: 100; @@ -1027,6 +1115,13 @@ StScrollBar { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus { border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; } + .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; } + .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; } + .window-list-item-box.right, .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } .window-list-item-demands-attention { background-gradient-start: #cb4b16; @@ -1184,18 +1279,32 @@ StScrollBar { #panel-launchers-box { padding-left: 7px; } + #panel-launchers-box.vertical { + padding: 2px 0; } -.panel-launcher { +.panel-launcher, +.launcher { margin: 1px; padding: 1px; transition-duration: 200; } - .panel-launcher:hover { + .panel-launcher:hover, + .launcher:hover { background-gradient-direction: none; border: 0px solid #268bd2; } - .panel-bottom .panel-launcher:hover { + .panel-bottom .panel-launcher:hover, .panel-bottom + .launcher:hover { border-bottom-width: 1px; } - .panel-top .panel-launcher:hover { + .panel-top .panel-launcher:hover, .panel-top + .launcher:hover { border-top-width: 1px; } + .panel-left .panel-launcher:hover, .panel-left + .launcher:hover { + border-left-width: 1px; + padding-left: 0; } + .panel-right .panel-launcher:hover, .panel-right + .launcher:hover { + border-right-width: 1px; + padding-right: 0; } #overview-corner { background-image: url("common-assets/misc/overview.png"); } @@ -1215,9 +1324,15 @@ StScrollBar { color: white; text-shadow: none; transition-duration: 100; } + .applet-box.vertical { + padding: 3px 0; } .applet-box:hover { color: #fdf6e3; background-color: #268bd2; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(220, 50, 47, 0.5); } .applet-label { font-weight: bold; @@ -1248,11 +1363,15 @@ StScrollBar { .desklet { color: #657b83; } + .desklet:highlight { + background-color: rgba(220, 50, 47, 0.5); } .desklet-with-borders { border-image: url("common-assets/misc/bg.svg") 9 9 9 9; color: #657b83; padding: 12px; padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(220, 50, 47, 0.5); } .desklet-with-borders-and-header { border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; color: #657b83; @@ -1261,6 +1380,8 @@ StScrollBar { border-radius-topright: 0; padding: 12px; padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(220, 50, 47, 0.5); } .desklet-header { border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; color: #657b83; diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css index b10b45a..8726c1c 100644 --- a/common/cinnamon/cinnamon.css +++ b/common/cinnamon/cinnamon.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; stage { font-family: Futura Bk bt, sans, Sans-Serif; font-size: 9pt; @@ -7,7 +6,9 @@ stage { .label-shadow { color: transparent; } -.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button { +.menu #notification .notification-button, .menu #notification .notification-icon-button, +.popup-menu #notification .notification-button, +.popup-menu #notification .notification-icon-button, .sound-button { min-height: 20px; padding: 5px 32px; transition-duration: 0; @@ -16,33 +17,59 @@ stage { background-color: #fbfbfc; border: 1px solid #657b83; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { border-radius: 2px; } - .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { + .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { text-shadow: 0 1px rgba(253, 246, 227, 0); color: #5c616c; background-color: #fbfbfc; border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { text-shadow: 0 1px rgba(253, 246, 227, 0); color: #5c616c; background-color: white; border: 1px solid #657b83; box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } - .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { text-shadow: 0 1px rgba(253, 246, 227, 0); color: #5c616c; background-color: #fbfbfc; border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { + .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { text-shadow: 0 1px rgba(253, 246, 227, 0); color: #fdf6e3; background-color: #268bd2; border: 1px solid #268bd2; box-shadow: inset 0 2px 4px #268bd2; } - .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { text-shadow: 0 1px rgba(253, 246, 227, 0); color: rgba(92, 97, 108, 0.55); border: 1px solid rgba(101, 123, 131, 0.55); @@ -76,6 +103,7 @@ stage { border: 1px solid rgba(1, 9, 11, 0.35); background-color: rgba(18, 137, 167, 0.2); } +.menu #notification StEntry, .popup-menu #notification StEntry, #menu-search-entry { padding: 7px; caret-size: 1px; @@ -87,16 +115,20 @@ stage { background-color: #fdf6e3; border: 1px solid #657b83; box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } - .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + .menu #notification StEntry:focus, + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover, + .popup-menu #notification StEntry:hover, #menu-search-entry:hover { color: #5c616c; background-color: #fdf6e3; border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } + .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { color: rgba(92, 97, 108, 0.55); background-color: #f9f6ec; border-color: 1px solid #a6b2b7; box-shadow: inset 0 2px 4px rgba(249, 246, 236, 0.05); } + .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { icon-size: 16px; warning-color: #cb4b16; @@ -249,44 +281,58 @@ StScrollBar { font-weight: normal; text-align: center; } +.menu, .popup-menu, .popup-combo-menu { - color: white; - min-width: 200px; color: #5c616c; border-image: url("light-assets/menu/menu.svg") 9 9 9 9; } + .menu-arrow, .popup-menu-arrow { icon-size: 16px; } + .menu .popup-sub-menu, .popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu { background-gradient-direction: none; box-shadow: none; border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; } + .menu .popup-sub-menu .popup-menu-item:ltr, .popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { padding-right: 0em; } + .menu .popup-sub-menu .popup-menu-item:rtl, .popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { padding-left: 0em; } + .menu .popup-sub-menu StScrollBar, .popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar { padding: 4px; } - .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { + .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, + .popup-menu .popup-sub-menu StScrollBar StBin#trough, + .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { border-width: 0; } + .menu .popup-menu-content, .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content { padding: 1em 0em 1em 0em; } + .menu .popup-menu-item, .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item { padding: .4em 1.75em; spacing: 1em; } + .menu .popup-menu-item:active, .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active { color: #fdf6e3; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } + .menu .popup-menu-item:insensitive, .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive { color: rgba(92, 97, 108, 0.5); background: none; } + .menu .popup-inactive-menu-item, .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item { color: #5c616c; } + .menu .popup-inactive-menu-item:insensitive, .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive { color: rgba(92, 97, 108, 0.55); } + .menu .popup-menu-item:active .popup-inactive-menu-item, .popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { color: #fdf6e3; } + .menu-icon, .popup-menu-icon { icon-size: 16px; } @@ -309,7 +355,7 @@ StScrollBar { margin: 10px 0px; background-color: transparent; border: none; - border-image: url("common-assets/menu-separator.svg") 1 1 1 1; } + border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } .popup-alternating-menu-item:alternate { font-weight: normal; } @@ -325,28 +371,43 @@ StScrollBar { #panel { font-weight: bold; - height: 2.1em; - min-height: 27px; } + height: 27px; + width: 32px; } + #panel:highlight { + border-image: none; + background-color: rgba(220, 50, 47, 0.5); } #panelLeft { spacing: 4px; } #panelLeft:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(255, 0, 0, 0.05); background-gradient-end: rgba(255, 0, 0, 0.2); } - #panelLeft:ltr · { + #panelLeft:ltr { padding-right: 4px; } - #panelLeft:rtl · { + #panelLeft:rtl { padding-left: 4px; } + #panelLeft.vertical { + padding: 0; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } #panelRight:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(0, 0, 255, 0.05); background-gradient-end: rgba(0, 0, 255, 0.2); } - #panelRight:ltr · { + #panelRight:ltr { padding-left: 4px; spacing: 0px; } - #panelRight:rtl · { + #panelRight:rtl { padding-right: 4px; spacing: 0px; } + #panelRight.vertical { + padding: 0; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } #panelCenter { spacing: 4px; } #panelCenter:dnd { @@ -354,7 +415,7 @@ StScrollBar { background-gradient-start: rgba(0, 255, 0, 0.05); background-gradient-end: rgba(0, 255, 0, 0.2); } -.panel-top, .panel-bottom { +.panel-top, .panel-bottom, .panel-left, .panel-right { color: white; font-size: 1em; padding: 0px; } @@ -365,8 +426,19 @@ StScrollBar { .panel-bottom { border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-left { + border-image: url("common-assets/panel/panel-left.svg") 1 1 1 1; } + +.panel-right { + border-image: url("common-assets/panel/panel-right.svg") 1 1 1 1; } + +.panel-dummy { + background-color: rgba(220, 50, 47, 0.5); } + .panel-dummy:entered { + background-color: rgba(220, 50, 47, 0.6); } + .panel-status-button { - border-widht: 0; + border-width: 0; -natural-hpadding: 3px; -minimum-hpadding: 3px; font-weight: bold; @@ -608,6 +680,10 @@ StScrollBar { color: rgba(92, 97, 108, 0.3); opacity: 1; } +.calendar-week-number { + color: rgba(92, 97, 108, 0.7); + font-size: 80%; } + #notification { border-radius: 3px; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; @@ -617,10 +693,16 @@ StScrollBar { margin-from-right-edge-of-screen: 20px; width: 34em; color: #657b83; } + .menu #notification, .popup-menu #notification { - color: #5c616c; border-image: url("light-assets/misc/message.svg") 9 9 9 9; } - .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + .menu #notification, .menu #notification.multi-line-notification, + .popup-menu #notification, + .popup-menu #notification.multi-line-notification { + color: #5c616c; } + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button { padding: 5px; } #notification.multi-line-notification { padding-bottom: 13px; @@ -1006,6 +1088,11 @@ StScrollBar { padding-top: 1px; } .panel-top .window-list-box { padding-bottom: 1px; } + .window-list-box.vertical { + spacing: 4px; + padding: 10px 0; } + .window-list-box:highlight { + background-color: rgba(220, 50, 47, 0.5); } .window-list-item-label { font-weight: bold; @@ -1015,6 +1102,7 @@ StScrollBar { .window-list-item-box { font-weight: bold; background-image: none; + padding-top: 0; padding-left: 8px; padding-right: 8px; transition-duration: 100; @@ -1027,6 +1115,13 @@ StScrollBar { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus { border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; } + .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; } + .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; } + .window-list-item-box.right, .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } .window-list-item-demands-attention { background-gradient-start: #cb4b16; @@ -1184,18 +1279,32 @@ StScrollBar { #panel-launchers-box { padding-left: 7px; } + #panel-launchers-box.vertical { + padding: 2px 0; } -.panel-launcher { +.panel-launcher, +.launcher { margin: 1px; padding: 1px; transition-duration: 200; } - .panel-launcher:hover { + .panel-launcher:hover, + .launcher:hover { background-gradient-direction: none; border: 0px solid #268bd2; } - .panel-bottom .panel-launcher:hover { + .panel-bottom .panel-launcher:hover, .panel-bottom + .launcher:hover { border-bottom-width: 1px; } - .panel-top .panel-launcher:hover { + .panel-top .panel-launcher:hover, .panel-top + .launcher:hover { border-top-width: 1px; } + .panel-left .panel-launcher:hover, .panel-left + .launcher:hover { + border-left-width: 1px; + padding-left: 0; } + .panel-right .panel-launcher:hover, .panel-right + .launcher:hover { + border-right-width: 1px; + padding-right: 0; } #overview-corner { background-image: url("common-assets/misc/overview.png"); } @@ -1215,9 +1324,15 @@ StScrollBar { color: white; text-shadow: none; transition-duration: 100; } + .applet-box.vertical { + padding: 3px 0; } .applet-box:hover { color: #fdf6e3; background-color: #268bd2; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(220, 50, 47, 0.5); } .applet-label { font-weight: bold; @@ -1248,11 +1363,15 @@ StScrollBar { .desklet { color: #657b83; } + .desklet:highlight { + background-color: rgba(220, 50, 47, 0.5); } .desklet-with-borders { border-image: url("common-assets/misc/bg.svg") 9 9 9 9; color: #657b83; padding: 12px; padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(220, 50, 47, 0.5); } .desklet-with-borders-and-header { border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; color: #657b83; @@ -1261,6 +1380,8 @@ StScrollBar { border-radius-topright: 0; padding: 12px; padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(220, 50, 47, 0.5); } .desklet-header { border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; color: #657b83; diff --git a/common/cinnamon/common-assets/panel/panel-left.svg b/common/cinnamon/common-assets/panel/panel-left.svg new file mode 100644 index 0000000..f04619a --- /dev/null +++ b/common/cinnamon/common-assets/panel/panel-left.svg @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="27" + height="27" + viewBox="0 0 27 27" + id="svg4196" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="panel-left.svg"> + <defs + id="defs4198" /> + <sodipodi:namedview + id="base" + pagecolor="#fdf6e3" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="4.4037501" + inkscape:cy="17.013621" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4762" /> + </sodipodi:namedview> + <metadata + id="metadata4201"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1025.3622)"> + <g + id="g4136" + transform="matrix(0,-1,1,0,-1025.3622,1052.3622)"> + <rect + y="1025.3622" + x="0" + height="26" + width="27" + id="rect4713" + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="1051.3622" + x="0" + height="1" + width="27" + id="rect4713-4" + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/common/cinnamon/common-assets/panel/panel-right.svg b/common/cinnamon/common-assets/panel/panel-right.svg new file mode 100644 index 0000000..85ca5b9 --- /dev/null +++ b/common/cinnamon/common-assets/panel/panel-right.svg @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="27" + height="27" + viewBox="0 0 27 27" + id="svg4196" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="panel-right.svg"> + <defs + id="defs4198" /> + <sodipodi:namedview + id="base" + pagecolor="#fdf6e3" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="4.4037501" + inkscape:cy="17.013621" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4762" /> + </sodipodi:namedview> + <metadata + id="metadata4201"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1025.3622)"> + <g + id="g4136" + transform="matrix(0,-1,-1,0,1052.3622,1052.3622)"> + <rect + y="1025.3622" + x="0" + height="26" + width="27" + id="rect4713" + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="1051.3622" + x="0" + height="1" + width="27" + id="rect4713-4" + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/common/cinnamon/common-assets/panel/window-list-active-left.svg b/common/cinnamon/common-assets/panel/window-list-active-left.svg new file mode 100644 index 0000000..11f4eff --- /dev/null +++ b/common/cinnamon/common-assets/panel/window-list-active-left.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + width="4" + height="28" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="window-list-active-left.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + style="display:inline;enable-background:new"> + <sodipodi:namedview + stroke="#ef2929" + fill="#f57900" + id="base" + pagecolor="#fdf6e3" + bordercolor="#808080" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="9.884764" + inkscape:cx="6.9544689" + inkscape:cy="5.3696817" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="1600" + inkscape:window-height="851" + inkscape:window-x="0" + inkscape:window-y="24" + width="400px" + height="300px" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + gridtolerance="10000" + inkscape:object-nodes="true" + inkscape:snap-grids="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-maximized="1" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="false" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="false" + objecttolerance="10000" + guidetolerance="10000" + borderlayer="true" + showborder="true" + guidecolor="#ff0b00" + guideopacity="1" + guidehicolor="#001aff" + guidehiopacity="0.49803922" + inkscape:snap-smooth-nodes="false" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid3123" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4137" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4139" + x1="14" + y1="298" + x2="14" + y2="300" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(272,-300)" /> + </defs> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="" /> + <dc:title></dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <dc:date /> + <dc:rights> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:rights> + <dc:publisher> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:publisher> + <dc:identifier /> + <dc:relation /> + <dc:language /> + <dc:coverage /> + <dc:description /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:groupmode="layer" + inkscape:label="Base" + id="layer1" + transform="translate(0,-272)"> + <rect + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" + id="rect4270-9" + width="24" + height="2" + x="274" + y="-2" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/common/cinnamon/common-assets/panel/window-list-active-right.svg b/common/cinnamon/common-assets/panel/window-list-active-right.svg new file mode 100644 index 0000000..cd9908c --- /dev/null +++ b/common/cinnamon/common-assets/panel/window-list-active-right.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + width="4" + height="28" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="window-list-active-right.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + style="display:inline;enable-background:new"> + <sodipodi:namedview + stroke="#ef2929" + fill="#f57900" + id="base" + pagecolor="#fdf6e3" + bordercolor="#808080" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="9.884764" + inkscape:cx="6.9544689" + inkscape:cy="5.3696817" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="1600" + inkscape:window-height="851" + inkscape:window-x="0" + inkscape:window-y="24" + width="400px" + height="300px" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + gridtolerance="10000" + inkscape:object-nodes="true" + inkscape:snap-grids="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-maximized="1" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="false" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="false" + objecttolerance="10000" + guidetolerance="10000" + borderlayer="true" + showborder="true" + guidecolor="#ff0b00" + guideopacity="1" + guidehicolor="#001aff" + guidehiopacity="0.49803922" + inkscape:snap-smooth-nodes="false" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid3123" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4137" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4139" + x1="14" + y1="298" + x2="14" + y2="300" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(272,-302)" /> + </defs> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="" /> + <dc:title></dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <dc:date /> + <dc:rights> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:rights> + <dc:publisher> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:publisher> + <dc:identifier /> + <dc:relation /> + <dc:language /> + <dc:coverage /> + <dc:description /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:groupmode="layer" + inkscape:label="Base" + id="layer1" + transform="translate(0,-272)"> + <rect + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" + id="rect4270-9" + width="24" + height="2" + x="274" + y="-4" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss index 6760dcc..51dd4bc 100644 --- a/common/cinnamon/sass/_common.scss +++ b/common/cinnamon/sass/_common.scss @@ -267,10 +267,9 @@ StScrollBar { // // Popvers/Menus // +.menu, .popup-menu, %menu { - color: white; - min-width: 200px; color: $fg_color; border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9; @@ -339,7 +338,7 @@ StScrollBar { margin: 10px 0px; background-color: transparent; border: none; - border-image: url("common-assets/menu-separator.svg") 1 1 1 1; + border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } .popup-alternating-menu-item:alternate { @@ -357,8 +356,13 @@ StScrollBar { // #panel { font-weight: bold; - height: 2.1em; - min-height: 27px; + height: 27px; + width: 32px; + + &:highlight { + border-image: none; + background-color: transparentize($error_color, 0.5); + } &Left { spacing: 4px; @@ -368,8 +372,15 @@ StScrollBar { background-gradient-start: rgba(255,0,0,0.05); background-gradient-end: rgba(255,0,0,0.2); } - &:ltr ·{ padding-right: 4px; } - &:rtl ·{ padding-left: 4px; } + &:ltr { padding-right: 4px; } + &:rtl { padding-left: 4px; } + + &.vertical { + padding: 0; + + &:ltr { padding-right: 0px; } + &:rtl { padding-left: 0px; } + } } &Right { @@ -379,8 +390,15 @@ StScrollBar { background-gradient-start: rgba(0,0,255,0.05); background-gradient-end: rgba(0,0,255,0.2); } - &:ltr ·{ padding-left: 4px; spacing: 0px; } - &:rtl ·{ padding-right: 4px; spacing: 0px; } + &:ltr { padding-left: 4px; spacing: 0px; } + &:rtl { padding-right: 4px; spacing: 0px; } + + &.vertical { + padding: 0; + + &:ltr { padding-right: 0px; } + &:rtl { padding-left: 0px; } + } } &Center { @@ -397,7 +415,7 @@ StScrollBar { .panel { $_panel_fg_color: $_shell_fg_color; - &-top, &-bottom { + &-top, &-bottom, &-left, &-right { color: $_panel_fg_color; font-size: 1em; padding: 0px; @@ -405,9 +423,17 @@ StScrollBar { &-top { border-image: url('common-assets/panel/panel-top.svg') 1 1 1 1; } &-bottom { border-image: url('common-assets/panel/panel-bottom.svg') 1 1 1 1; } + &-left { border-image: url('common-assets/panel/panel-left.svg') 1 1 1 1; } + &-right { border-image: url('common-assets/panel/panel-right.svg') 1 1 1 1; } + + &-dummy { + background-color: transparentize($error_color, 0.5); + + &:entered { background-color: transparentize($error_color, 0.4); } + } &-status-button { - border-widht: 0; + border-width: 0; -natural-hpadding: 3px; -minimum-hpadding: 3px; font-weight: bold; @@ -716,6 +742,11 @@ StScrollBar { opacity: 1; } +.calendar-week-number { + color: transparentize($fg_color, 0.3); + font-size: 80%; +} + // // Notifications // @@ -729,8 +760,9 @@ StScrollBar { width: 34em; color: $osd_fg_color; + .menu &, .popup-menu & { - color: $fg_color; + &, &.multi-line-notification { color: $fg_color; } border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9; .notification-button, .notification-icon-button { @@ -1226,6 +1258,13 @@ StScrollBar { .panel-bottom & { padding-top: 1px; } .panel-top & { padding-bottom: 1px; } + + &.vertical { + spacing: 4px; + padding: 10px 0; + } + + &:highlight { background-color: transparentize($error_color, 0.5); } } &-item-label { @@ -1237,6 +1276,7 @@ StScrollBar { &-item-box { font-weight: bold; background-image: none; + padding-top: 0; padding-left: 8px; padding-right: 8px; transition-duration: 100; @@ -1250,8 +1290,14 @@ StScrollBar { color: $_shell_fg_color; .panel-bottom & { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } - .panel-top & { border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; } + .panel-left & { border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; } + .panel-right & { border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; } + } + + &.right, &.left { + padding-left: 0px; + padding-right: 0px; } } @@ -1445,9 +1491,14 @@ StScrollBar { // #panel-launchers-box { padding-left: 7px; + + &.vertical { + padding: 2px 0; + } } -.panel-launcher { +.panel-launcher, +.launcher { margin: 1px; padding: 1px; transition-duration: 200; @@ -1458,6 +1509,8 @@ StScrollBar { .panel-bottom & { border-bottom-width: 1px; } .panel-top & { border-top-width: 1px; } + .panel-left & { border-left-width: 1px; padding-left: 0; } + .panel-right & { border-right-width: 1px; padding-right: 0; } } } @@ -1488,10 +1541,20 @@ StScrollBar { text-shadow: none; transition-duration: 100; + &.vertical { + padding: 3px 0; + } + &:hover { color: $selected_fg_color; background-color: $selected_bg_color; } + + &:highlight { + background-image: none; + border-image: none; + background-color: transparentize($error_color, 0.5); + } } &-label { @@ -1540,11 +1603,19 @@ StScrollBar { .desklet { color: $osd_fg_color; + &:highlight { + background-color: transparentize($error_color, 0.5); + } + &-with-borders { border-image: url("common-assets/misc/bg.svg") 9 9 9 9; color: $osd_fg_color; padding: 12px; padding-bottom: 16px; + + &:highlight { + background-color: transparentize($error_color, 0.5); + } } &-with-borders-and-header { border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; @@ -1554,6 +1625,10 @@ StScrollBar { border-radius-topright: 0; padding: 12px; padding-bottom: 17px; + + &:highlight { + background-color: transparentize($error_color, 0.5); + } } &-header { border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; diff --git a/common/cinnamon/thumbnail-dark.png b/common/cinnamon/thumbnail-dark.png Binary files differnew file mode 100644 index 0000000..abff6d5 --- /dev/null +++ b/common/cinnamon/thumbnail-dark.png diff --git a/common/cinnamon/thumbnail.png b/common/cinnamon/thumbnail.png Binary files differnew file mode 100644 index 0000000..bcc6216 --- /dev/null +++ b/common/cinnamon/thumbnail.png diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css index ee66326..f0125af 100644 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ b/common/gnome-shell/3.16/gnome-shell-dark.css @@ -1116,16 +1116,14 @@ StScrollBar { color: #657b83; background-color: rgba(7, 54, 66, 0.95); border-color: rgba(0, 0, 0, 0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; } #dash:rtl { border-radius: 3px 0 0 3px; } .right #dash, #dash:rtl { - padding: 6px 0px 6px 1px; } - .bottom #dash { - padding: 1px 6px 0px 6px; } - .top #dash { - padding: 0px 6px 1px 6px; } + padding: 4px 0; } + .top #dash, .bottom #dash { + padding: 0; } #dash .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1134,14 +1132,11 @@ StScrollBar { width: 24px; height: 24px; } -.dash-item-container > StWidget { - padding: 0px 4px 0px 5px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 0px 5px 0px 4px; } - .bottom .dash-item-container > StWidget { - padding: 4px 0px 5px 0px; } - .top .dash-item-container > StWidget { - padding: 5px 0px 4px 0px; } +.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { + padding: 4px 8px; } + +.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { + padding: 6px; } .dash-label { border-radius: 3px; @@ -1154,12 +1149,6 @@ StScrollBar { -y-offset: 3px; -x-offset: 0; } -#dash .app-well-app .overview-icon, -.right #dash .app-well-app .overview-icon, -.bottom #dash .app-well-app .overview-icon, -.top #dash .app-well-app .overview-icon { - padding: 10px; } - #dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, @@ -1176,7 +1165,7 @@ StScrollBar { #dash .app-well-app-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; + margin-bottom: 2px; background-color: #268bd2; } #dashtodockContainer .app-well-app-running-dot { @@ -1197,7 +1186,6 @@ StScrollBar { background-image: url("common-assets/dash/running4.svg"); } .show-apps .overview-icon { - padding: 11px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; border: 0px solid; } diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 29cb859..d8dbaba 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -1116,16 +1116,14 @@ StScrollBar { color: #657b83; background-color: rgba(7, 54, 66, 0.95); border-color: rgba(0, 0, 0, 0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; } #dash:rtl { border-radius: 3px 0 0 3px; } .right #dash, #dash:rtl { - padding: 6px 0px 6px 1px; } - .bottom #dash { - padding: 1px 6px 0px 6px; } - .top #dash { - padding: 0px 6px 1px 6px; } + padding: 4px 0; } + .top #dash, .bottom #dash { + padding: 0; } #dash .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1134,14 +1132,11 @@ StScrollBar { width: 24px; height: 24px; } -.dash-item-container > StWidget { - padding: 0px 4px 0px 5px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 0px 5px 0px 4px; } - .bottom .dash-item-container > StWidget { - padding: 4px 0px 5px 0px; } - .top .dash-item-container > StWidget { - padding: 5px 0px 4px 0px; } +.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { + padding: 4px 8px; } + +.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { + padding: 6px; } .dash-label { border-radius: 3px; @@ -1154,12 +1149,6 @@ StScrollBar { -y-offset: 3px; -x-offset: 0; } -#dash .app-well-app .overview-icon, -.right #dash .app-well-app .overview-icon, -.bottom #dash .app-well-app .overview-icon, -.top #dash .app-well-app .overview-icon { - padding: 10px; } - #dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, @@ -1176,7 +1165,7 @@ StScrollBar { #dash .app-well-app-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; + margin-bottom: 2px; background-color: #268bd2; } #dashtodockContainer .app-well-app-running-dot { @@ -1197,7 +1186,6 @@ StScrollBar { background-image: url("common-assets/dash/running4.svg"); } .show-apps .overview-icon { - padding: 11px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; border: 0px solid; } diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 0746017..bc8ca6c 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1419,21 +1419,16 @@ StScrollBar { color: $osd_fg_color; background-color: $dark_sidebar_bg; border-color: rgba(0,0,0,0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; &:rtl { border-radius: 3px 0 0 3px; } .right &, - &:rtl { - padding: 6px 0px 6px 1px; - } - .bottom & { - padding: 1px 6px 0px 6px; - } - .top & { - padding: 0px 6px 1px 6px; - } + &:rtl { padding: 4px 0; } + + .top &, .bottom & { padding: 0; } + .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1447,11 +1442,10 @@ StScrollBar { } .dash-item-container > StWidget { - padding: 0px 4px 0px 5px; - .right &, &:rtl { padding: 0px 5px 0px 4px; } - .bottom & { padding: 4px 0px 5px 0px; } - .top & { padding: 5px 0px 4px 0px; } + &, &:rtl, .right & { padding: 4px 8px; } + + .top &, .bottom & { padding: 6px; } } //osd tooltip @@ -1472,13 +1466,6 @@ StScrollBar { // Dash Buttons #dash .app-well-app { - .overview-icon, - .right & .overview-icon, - .bottom & .overview-icon, - .top & .overview-icon { - padding: 10px; - } - &:hover .overview-icon, .right &:hover .overview-icon, .bottom &:hover .overview-icon, @@ -1497,7 +1484,7 @@ StScrollBar { &-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; + margin-bottom: 2px; background-color: $selected_bg_color; } } @@ -1519,7 +1506,6 @@ StScrollBar { .show-apps { .overview-icon { - padding: 11px; background-color: transparentize(black, 0.5); border-radius: 2px; border: 0px solid; diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css index 3a8ece4..1fb3920 100644 --- a/common/gnome-shell/3.18/gnome-shell-dark.css +++ b/common/gnome-shell/3.18/gnome-shell-dark.css @@ -1214,16 +1214,14 @@ StScrollBar { color: #657b83; background-color: rgba(7, 54, 66, 0.95); border-color: rgba(0, 0, 0, 0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; } #dash:rtl { border-radius: 3px 0 0 3px; } .right #dash, #dash:rtl { - padding: 6px 0px 6px 1px; } - .bottom #dash { - padding: 1px 6px 0px 6px; } - .top #dash { - padding: 0px 6px 1px 6px; } + padding: 4px 0; } + .top #dash, .bottom #dash { + padding: 0; } #dash .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1232,14 +1230,11 @@ StScrollBar { width: 24px; height: 24px; } -.dash-item-container > StWidget { - padding: 0px 4px 0px 5px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 0px 5px 0px 4px; } - .bottom .dash-item-container > StWidget { - padding: 4px 0px 5px 0px; } - .top .dash-item-container > StWidget { - padding: 5px 0px 4px 0px; } +.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { + padding: 4px 8px; } + +.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { + padding: 6px; } .dash-label { border-radius: 3px; @@ -1252,12 +1247,6 @@ StScrollBar { -y-offset: 3px; -x-offset: 0; } -#dash .app-well-app .overview-icon, -.right #dash .app-well-app .overview-icon, -.bottom #dash .app-well-app .overview-icon, -.top #dash .app-well-app .overview-icon { - padding: 10px; } - #dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, @@ -1274,7 +1263,7 @@ StScrollBar { #dash .app-well-app-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; + margin-bottom: 2px; background-color: #268bd2; } #dashtodockContainer .app-well-app-running-dot { @@ -1295,7 +1284,6 @@ StScrollBar { background-image: url("common-assets/dash/running4.svg"); } .show-apps .overview-icon { - padding: 11px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; border: 0px solid; } diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index 94ab355..9b65a8b 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -1214,16 +1214,14 @@ StScrollBar { color: #657b83; background-color: rgba(7, 54, 66, 0.95); border-color: rgba(0, 0, 0, 0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; } #dash:rtl { border-radius: 3px 0 0 3px; } .right #dash, #dash:rtl { - padding: 6px 0px 6px 1px; } - .bottom #dash { - padding: 1px 6px 0px 6px; } - .top #dash { - padding: 0px 6px 1px 6px; } + padding: 4px 0; } + .top #dash, .bottom #dash { + padding: 0; } #dash .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1232,14 +1230,11 @@ StScrollBar { width: 24px; height: 24px; } -.dash-item-container > StWidget { - padding: 0px 4px 0px 5px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 0px 5px 0px 4px; } - .bottom .dash-item-container > StWidget { - padding: 4px 0px 5px 0px; } - .top .dash-item-container > StWidget { - padding: 5px 0px 4px 0px; } +.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { + padding: 4px 8px; } + +.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { + padding: 6px; } .dash-label { border-radius: 3px; @@ -1252,12 +1247,6 @@ StScrollBar { -y-offset: 3px; -x-offset: 0; } -#dash .app-well-app .overview-icon, -.right #dash .app-well-app .overview-icon, -.bottom #dash .app-well-app .overview-icon, -.top #dash .app-well-app .overview-icon { - padding: 10px; } - #dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, @@ -1274,7 +1263,7 @@ StScrollBar { #dash .app-well-app-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; + margin-bottom: 2px; background-color: #268bd2; } #dashtodockContainer .app-well-app-running-dot { @@ -1295,7 +1284,6 @@ StScrollBar { background-image: url("common-assets/dash/running4.svg"); } .show-apps .overview-icon { - padding: 11px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; border: 0px solid; } diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index 89c30fb..3da3c1a 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -1583,21 +1583,16 @@ StScrollBar { color: $osd_fg_color; background-color: $dark_sidebar_bg; border-color: rgba(0,0,0,0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; &:rtl { border-radius: 3px 0 0 3px; } .right &, - &:rtl { - padding: 6px 0px 6px 1px; - } - .bottom & { - padding: 1px 6px 0px 6px; - } - .top & { - padding: 0px 6px 1px 6px; - } + &:rtl { padding: 4px 0; } + + .top &, .bottom & { padding: 0; } + .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1611,11 +1606,10 @@ StScrollBar { } .dash-item-container > StWidget { - padding: 0px 4px 0px 5px; - .right &, &:rtl { padding: 0px 5px 0px 4px; } - .bottom & { padding: 4px 0px 5px 0px; } - .top & { padding: 5px 0px 4px 0px; } + &, &:rtl, .right & { padding: 4px 8px; } + + .top &, .bottom & { padding: 6px; } } //osd tooltip @@ -1636,13 +1630,6 @@ StScrollBar { // Dash Buttons #dash .app-well-app { - .overview-icon, - .right & .overview-icon, - .bottom & .overview-icon, - .top & .overview-icon { - padding: 10px; - } - &:hover .overview-icon, .right &:hover .overview-icon, .bottom &:hover .overview-icon, @@ -1661,7 +1648,7 @@ StScrollBar { &-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; + margin-bottom: 2px; background-color: $selected_bg_color; } } @@ -1683,7 +1670,6 @@ StScrollBar { .show-apps { .overview-icon { - padding: 11px; background-color: transparentize(black, 0.5); border-radius: 2px; border: 0px solid; diff --git a/common/gtk-2.0/apps.rc b/common/gtk-2.0/apps.rc index ecf8ee8..ee5cf61 100644 --- a/common/gtk-2.0/apps.rc +++ b/common/gtk-2.0/apps.rc @@ -76,11 +76,82 @@ style "entry_border" { } } +style "combobox_entry_border" = "combobox_entry" { + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-border.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-border-focus.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-border-rtl.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-border-focus-rtl.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = RTL + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/null.png" + } + } +} + + # Mousepad search entry -widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border" +widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border" # Mousepad find and replace -widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border" +widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border" + +# Thunar bulk rename +widget_class "*ThunarRenamerDialog*.<GtkEntry>" style "entry_border" # Hexchat input box -class "SexySpellEntry" style:highest "entry_border" +class "SexySpellEntry" style:highest "entry_border" + +# Geany search entries +widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border" +widget "*GeanyToolbar.*GtkEntry*" style "entry_border" + +widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border" diff --git a/common/gtk-2.0/assets-dark.svg b/common/gtk-2.0/assets-dark.svg index 467ef3c..5cdfbe3 100644 --- a/common/gtk-2.0/assets-dark.svg +++ b/common/gtk-2.0/assets-dark.svg @@ -741,6 +741,90 @@ x2="51.5" y2="-256.63782" gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1-0"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-9-1" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171-1" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618-1" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-8"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-7" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-9" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> </defs> <sodipodi:namedview id="base" @@ -749,9 +833,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="37.403863" - inkscape:cy="228.51884" + inkscape:zoom="7.9999996" + inkscape:cx="190.41345" + inkscape:cy="213.5177" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -5916,5 +6000,129 @@ rx="2.7755599e-17" ry="2.7755599e-17" inkscape:label="#rect5008-1" /> + <g + style="display:inline" + id="combo-entry-border" + inkscape:label="#g9335" + transform="translate(161,169)" + clip-path="url(#clipPath4466-3)"> + <path + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2b2e39;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70" + style="display:inline;opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus" + inkscape:label="#g9335" + transform="translate(186,169)" + clip-path="url(#clipPath4466-3-1)"> + <path + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9" + style="display:inline;opacity:1;fill:url(#linearGradient6618);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,176,199)" + clip-path="url(#clipPath4466-3-8)"> + <path + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-30" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2b2e39;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-6" + style="display:inline;opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,201,199)" + clip-path="url(#clipPath4466-3-1-0)"> + <path + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3-8" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171-1);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9-8" + style="display:inline;opacity:1;fill:url(#linearGradient6618-1);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> </g> </svg> diff --git a/common/gtk-2.0/assets-dark/arrow-down-insens.png b/common/gtk-2.0/assets-dark/arrow-down-insens.png Binary files differindex eca193b..27a3ec8 100644 --- a/common/gtk-2.0/assets-dark/arrow-down-insens.png +++ b/common/gtk-2.0/assets-dark/arrow-down-insens.png diff --git a/common/gtk-2.0/assets-dark/arrow-down-prelight.png b/common/gtk-2.0/assets-dark/arrow-down-prelight.png Binary files differindex 4e6e748..5bc42a2 100644 --- a/common/gtk-2.0/assets-dark/arrow-down-prelight.png +++ b/common/gtk-2.0/assets-dark/arrow-down-prelight.png diff --git a/common/gtk-2.0/assets-dark/arrow-down-small-insens.png b/common/gtk-2.0/assets-dark/arrow-down-small-insens.png Binary files differindex a61005c..df09d4f 100644 --- a/common/gtk-2.0/assets-dark/arrow-down-small-insens.png +++ b/common/gtk-2.0/assets-dark/arrow-down-small-insens.png diff --git a/common/gtk-2.0/assets-dark/arrow-down-small-prelight.png b/common/gtk-2.0/assets-dark/arrow-down-small-prelight.png Binary files differindex d239713..4740f13 100644 --- a/common/gtk-2.0/assets-dark/arrow-down-small-prelight.png +++ b/common/gtk-2.0/assets-dark/arrow-down-small-prelight.png diff --git a/common/gtk-2.0/assets-dark/arrow-down-small.png b/common/gtk-2.0/assets-dark/arrow-down-small.png Binary files differindex 62049ee..371bc04 100644 --- a/common/gtk-2.0/assets-dark/arrow-down-small.png +++ b/common/gtk-2.0/assets-dark/arrow-down-small.png diff --git a/common/gtk-2.0/assets-dark/arrow-down.png b/common/gtk-2.0/assets-dark/arrow-down.png Binary files differindex 7113603..ef20832 100644 --- a/common/gtk-2.0/assets-dark/arrow-down.png +++ b/common/gtk-2.0/assets-dark/arrow-down.png diff --git a/common/gtk-2.0/assets-dark/arrow-left-insens.png b/common/gtk-2.0/assets-dark/arrow-left-insens.png Binary files differindex 068bace..0839e54 100644 --- a/common/gtk-2.0/assets-dark/arrow-left-insens.png +++ b/common/gtk-2.0/assets-dark/arrow-left-insens.png diff --git a/common/gtk-2.0/assets-dark/arrow-left-prelight.png b/common/gtk-2.0/assets-dark/arrow-left-prelight.png Binary files differindex d5baf19..85e2b70 100644 --- a/common/gtk-2.0/assets-dark/arrow-left-prelight.png +++ b/common/gtk-2.0/assets-dark/arrow-left-prelight.png diff --git a/common/gtk-2.0/assets-dark/arrow-left.png b/common/gtk-2.0/assets-dark/arrow-left.png Binary files differindex 2c9f002..4f686be 100644 --- a/common/gtk-2.0/assets-dark/arrow-left.png +++ b/common/gtk-2.0/assets-dark/arrow-left.png diff --git a/common/gtk-2.0/assets-dark/arrow-right-insens.png b/common/gtk-2.0/assets-dark/arrow-right-insens.png Binary files differindex e21cb8f..3f1deb1 100644 --- a/common/gtk-2.0/assets-dark/arrow-right-insens.png +++ b/common/gtk-2.0/assets-dark/arrow-right-insens.png diff --git a/common/gtk-2.0/assets-dark/arrow-right-prelight.png b/common/gtk-2.0/assets-dark/arrow-right-prelight.png Binary files differindex 9f7bc21..572aad4 100644 --- a/common/gtk-2.0/assets-dark/arrow-right-prelight.png +++ b/common/gtk-2.0/assets-dark/arrow-right-prelight.png diff --git a/common/gtk-2.0/assets-dark/arrow-right.png b/common/gtk-2.0/assets-dark/arrow-right.png Binary files differindex 8f53e71..71352dc 100644 --- a/common/gtk-2.0/assets-dark/arrow-right.png +++ b/common/gtk-2.0/assets-dark/arrow-right.png diff --git a/common/gtk-2.0/assets-dark/arrow-up-insens.png b/common/gtk-2.0/assets-dark/arrow-up-insens.png Binary files differindex 226e45a..6d8526d 100644 --- a/common/gtk-2.0/assets-dark/arrow-up-insens.png +++ b/common/gtk-2.0/assets-dark/arrow-up-insens.png diff --git a/common/gtk-2.0/assets-dark/arrow-up-prelight.png b/common/gtk-2.0/assets-dark/arrow-up-prelight.png Binary files differindex f45a454..1150898 100644 --- a/common/gtk-2.0/assets-dark/arrow-up-prelight.png +++ b/common/gtk-2.0/assets-dark/arrow-up-prelight.png diff --git a/common/gtk-2.0/assets-dark/arrow-up-small-insens.png b/common/gtk-2.0/assets-dark/arrow-up-small-insens.png Binary files differindex 64aed1b..01e9946 100644 --- a/common/gtk-2.0/assets-dark/arrow-up-small-insens.png +++ b/common/gtk-2.0/assets-dark/arrow-up-small-insens.png diff --git a/common/gtk-2.0/assets-dark/arrow-up-small-prelight.png b/common/gtk-2.0/assets-dark/arrow-up-small-prelight.png Binary files differindex 308ef89..8d24d28 100644 --- a/common/gtk-2.0/assets-dark/arrow-up-small-prelight.png +++ b/common/gtk-2.0/assets-dark/arrow-up-small-prelight.png diff --git a/common/gtk-2.0/assets-dark/arrow-up-small.png b/common/gtk-2.0/assets-dark/arrow-up-small.png Binary files differindex 13601b6..ad1a8bf 100644 --- a/common/gtk-2.0/assets-dark/arrow-up-small.png +++ b/common/gtk-2.0/assets-dark/arrow-up-small.png diff --git a/common/gtk-2.0/assets-dark/arrow-up.png b/common/gtk-2.0/assets-dark/arrow-up.png Binary files differindex 396840a..dfebb37 100644 --- a/common/gtk-2.0/assets-dark/arrow-up.png +++ b/common/gtk-2.0/assets-dark/arrow-up.png diff --git a/common/gtk-2.0/assets-dark/button-active.png b/common/gtk-2.0/assets-dark/button-active.png Binary files differindex abde967..91cab74 100644 --- a/common/gtk-2.0/assets-dark/button-active.png +++ b/common/gtk-2.0/assets-dark/button-active.png diff --git a/common/gtk-2.0/assets-dark/button-hover.png b/common/gtk-2.0/assets-dark/button-hover.png Binary files differindex ec020de..dacc818 100644 --- a/common/gtk-2.0/assets-dark/button-hover.png +++ b/common/gtk-2.0/assets-dark/button-hover.png diff --git a/common/gtk-2.0/assets-dark/button-insensitive.png b/common/gtk-2.0/assets-dark/button-insensitive.png Binary files differindex a96be6e..2d3156f 100644 --- a/common/gtk-2.0/assets-dark/button-insensitive.png +++ b/common/gtk-2.0/assets-dark/button-insensitive.png diff --git a/common/gtk-2.0/assets-dark/button.png b/common/gtk-2.0/assets-dark/button.png Binary files differindex 132ba73..a396038 100644 --- a/common/gtk-2.0/assets-dark/button.png +++ b/common/gtk-2.0/assets-dark/button.png diff --git a/common/gtk-2.0/assets-dark/checkbox-checked-insensitive.png b/common/gtk-2.0/assets-dark/checkbox-checked-insensitive.png Binary files differindex bfcb501..010b22e 100644 --- a/common/gtk-2.0/assets-dark/checkbox-checked-insensitive.png +++ b/common/gtk-2.0/assets-dark/checkbox-checked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/checkbox-checked.png b/common/gtk-2.0/assets-dark/checkbox-checked.png Binary files differindex 3ca0429..a2fd5a9 100644 --- a/common/gtk-2.0/assets-dark/checkbox-checked.png +++ b/common/gtk-2.0/assets-dark/checkbox-checked.png diff --git a/common/gtk-2.0/assets-dark/checkbox-unchecked-insensitive.png b/common/gtk-2.0/assets-dark/checkbox-unchecked-insensitive.png Binary files differindex 23e05bd..d24f8ff 100644 --- a/common/gtk-2.0/assets-dark/checkbox-unchecked-insensitive.png +++ b/common/gtk-2.0/assets-dark/checkbox-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/checkbox-unchecked.png b/common/gtk-2.0/assets-dark/checkbox-unchecked.png Binary files differindex bb9bcec..47e7eb8 100644 --- a/common/gtk-2.0/assets-dark/checkbox-unchecked.png +++ b/common/gtk-2.0/assets-dark/checkbox-unchecked.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-border-focus-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-border-focus-rtl.png Binary files differnew file mode 100644 index 0000000..85edfb3 --- /dev/null +++ b/common/gtk-2.0/assets-dark/combo-entry-border-focus-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-border-focus.png b/common/gtk-2.0/assets-dark/combo-entry-border-focus.png Binary files differnew file mode 100644 index 0000000..1ec8bbb --- /dev/null +++ b/common/gtk-2.0/assets-dark/combo-entry-border-focus.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-border-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-border-rtl.png Binary files differnew file mode 100644 index 0000000..104e4fb --- /dev/null +++ b/common/gtk-2.0/assets-dark/combo-entry-border-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-border.png b/common/gtk-2.0/assets-dark/combo-entry-border.png Binary files differnew file mode 100644 index 0000000..c5964d7 --- /dev/null +++ b/common/gtk-2.0/assets-dark/combo-entry-border.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-active-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-button-active-rtl.png Binary files differindex e56ff93..f93c789 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-active-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-active-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-active.png b/common/gtk-2.0/assets-dark/combo-entry-button-active.png Binary files differindex 87c0cc4..b8fa7aa 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-active.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-active.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-insensitive-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-button-insensitive-rtl.png Binary files differindex ca6eac9..cdfaa9f 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-insensitive-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-insensitive-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-insensitive.png b/common/gtk-2.0/assets-dark/combo-entry-button-insensitive.png Binary files differindex 392b992..56d30a6 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-insensitive.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-insensitive.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-button-rtl.png Binary files differindex 05ec415..4b9c599 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button.png b/common/gtk-2.0/assets-dark/combo-entry-button.png Binary files differindex 941a35c..96d567d 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png Binary files differindex d925651..9e8beb1 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png Binary files differindex d62d769..be2efb0 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png +++ b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png Binary files differindex 2efcaf8..20a3674 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus.png b/common/gtk-2.0/assets-dark/combo-entry-focus.png Binary files differindex dd2ed3b..89bde96 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-focus.png +++ b/common/gtk-2.0/assets-dark/combo-entry-focus.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png Binary files differindex 646ec5b..be6754e 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png Binary files differindex 998431f..ae38fe6 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png +++ b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png Binary files differindex ed4ffd1..a8b2157 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive.png Binary files differindex 11f96ca..9d26660 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-insensitive.png +++ b/common/gtk-2.0/assets-dark/combo-entry-insensitive.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png Binary files differindex ca95cce..d6cb959 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-notebook.png b/common/gtk-2.0/assets-dark/combo-entry-notebook.png Binary files differindex b2ee4a5..a6354b9 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-notebook.png +++ b/common/gtk-2.0/assets-dark/combo-entry-notebook.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-rtl.png Binary files differindex 6c0b476..6cf30c1 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry.png b/common/gtk-2.0/assets-dark/combo-entry.png Binary files differindex f18fd1a..852ac10 100644 --- a/common/gtk-2.0/assets-dark/combo-entry.png +++ b/common/gtk-2.0/assets-dark/combo-entry.png diff --git a/common/gtk-2.0/assets-dark/down-background-disable-rtl.png b/common/gtk-2.0/assets-dark/down-background-disable-rtl.png Binary files differindex 9a3b031..a469668 100644 --- a/common/gtk-2.0/assets-dark/down-background-disable-rtl.png +++ b/common/gtk-2.0/assets-dark/down-background-disable-rtl.png diff --git a/common/gtk-2.0/assets-dark/down-background-disable.png b/common/gtk-2.0/assets-dark/down-background-disable.png Binary files differindex 9d49467..ee0cf3c 100644 --- a/common/gtk-2.0/assets-dark/down-background-disable.png +++ b/common/gtk-2.0/assets-dark/down-background-disable.png diff --git a/common/gtk-2.0/assets-dark/down-background-rtl.png b/common/gtk-2.0/assets-dark/down-background-rtl.png Binary files differindex 8279f8a..8b571d8 100644 --- a/common/gtk-2.0/assets-dark/down-background-rtl.png +++ b/common/gtk-2.0/assets-dark/down-background-rtl.png diff --git a/common/gtk-2.0/assets-dark/down-background.png b/common/gtk-2.0/assets-dark/down-background.png Binary files differindex 682ee51..7c47ef4 100644 --- a/common/gtk-2.0/assets-dark/down-background.png +++ b/common/gtk-2.0/assets-dark/down-background.png diff --git a/common/gtk-2.0/assets-dark/entry-active-bg.png b/common/gtk-2.0/assets-dark/entry-active-bg.png Binary files differindex 58955e2..96de780 100644 --- a/common/gtk-2.0/assets-dark/entry-active-bg.png +++ b/common/gtk-2.0/assets-dark/entry-active-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-active-notebook.png b/common/gtk-2.0/assets-dark/entry-active-notebook.png Binary files differindex b5327cd..7842356 100644 --- a/common/gtk-2.0/assets-dark/entry-active-notebook.png +++ b/common/gtk-2.0/assets-dark/entry-active-notebook.png diff --git a/common/gtk-2.0/assets-dark/entry-active-toolbar.png b/common/gtk-2.0/assets-dark/entry-active-toolbar.png Binary files differindex f1e4eb1..9b97754 100644 --- a/common/gtk-2.0/assets-dark/entry-active-toolbar.png +++ b/common/gtk-2.0/assets-dark/entry-active-toolbar.png diff --git a/common/gtk-2.0/assets-dark/entry-background-disabled.png b/common/gtk-2.0/assets-dark/entry-background-disabled.png Binary files differindex 3050562..fc61b94 100644 --- a/common/gtk-2.0/assets-dark/entry-background-disabled.png +++ b/common/gtk-2.0/assets-dark/entry-background-disabled.png diff --git a/common/gtk-2.0/assets-dark/entry-background.png b/common/gtk-2.0/assets-dark/entry-background.png Binary files differindex 3050562..fc61b94 100644 --- a/common/gtk-2.0/assets-dark/entry-background.png +++ b/common/gtk-2.0/assets-dark/entry-background.png diff --git a/common/gtk-2.0/assets-dark/entry-bg.png b/common/gtk-2.0/assets-dark/entry-bg.png Binary files differindex 7a2188d..4d2e72f 100644 --- a/common/gtk-2.0/assets-dark/entry-bg.png +++ b/common/gtk-2.0/assets-dark/entry-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-border-active-bg.png b/common/gtk-2.0/assets-dark/entry-border-active-bg.png Binary files differindex 28aaa30..9814213 100644 --- a/common/gtk-2.0/assets-dark/entry-border-active-bg.png +++ b/common/gtk-2.0/assets-dark/entry-border-active-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-border-bg.png b/common/gtk-2.0/assets-dark/entry-border-bg.png Binary files differindex 09f14e5..9b90b6d 100644 --- a/common/gtk-2.0/assets-dark/entry-border-bg.png +++ b/common/gtk-2.0/assets-dark/entry-border-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-disabled-bg.png b/common/gtk-2.0/assets-dark/entry-disabled-bg.png Binary files differindex 66e262d..99ed733 100644 --- a/common/gtk-2.0/assets-dark/entry-disabled-bg.png +++ b/common/gtk-2.0/assets-dark/entry-disabled-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-disabled-notebook.png b/common/gtk-2.0/assets-dark/entry-disabled-notebook.png Binary files differindex e59952a..3bfcc86 100644 --- a/common/gtk-2.0/assets-dark/entry-disabled-notebook.png +++ b/common/gtk-2.0/assets-dark/entry-disabled-notebook.png diff --git a/common/gtk-2.0/assets-dark/entry-disabled-toolbar.png b/common/gtk-2.0/assets-dark/entry-disabled-toolbar.png Binary files differindex cc72f5d..83f52ee 100644 --- a/common/gtk-2.0/assets-dark/entry-disabled-toolbar.png +++ b/common/gtk-2.0/assets-dark/entry-disabled-toolbar.png diff --git a/common/gtk-2.0/assets-dark/entry-notebook.png b/common/gtk-2.0/assets-dark/entry-notebook.png Binary files differindex 3b1e81f..ad5fba6 100644 --- a/common/gtk-2.0/assets-dark/entry-notebook.png +++ b/common/gtk-2.0/assets-dark/entry-notebook.png diff --git a/common/gtk-2.0/assets-dark/entry-toolbar.png b/common/gtk-2.0/assets-dark/entry-toolbar.png Binary files differindex dec83cb..a777bb0 100644 --- a/common/gtk-2.0/assets-dark/entry-toolbar.png +++ b/common/gtk-2.0/assets-dark/entry-toolbar.png diff --git a/common/gtk-2.0/assets-dark/focus-line.png b/common/gtk-2.0/assets-dark/focus-line.png Binary files differindex 72d4caa..8c7fe48 100644 --- a/common/gtk-2.0/assets-dark/focus-line.png +++ b/common/gtk-2.0/assets-dark/focus-line.png diff --git a/common/gtk-2.0/assets-dark/frame-gap-end.png b/common/gtk-2.0/assets-dark/frame-gap-end.png Binary files differindex 98b3195..603e034 100644 --- a/common/gtk-2.0/assets-dark/frame-gap-end.png +++ b/common/gtk-2.0/assets-dark/frame-gap-end.png diff --git a/common/gtk-2.0/assets-dark/frame-gap-start.png b/common/gtk-2.0/assets-dark/frame-gap-start.png Binary files differindex 98b3195..603e034 100644 --- a/common/gtk-2.0/assets-dark/frame-gap-start.png +++ b/common/gtk-2.0/assets-dark/frame-gap-start.png diff --git a/common/gtk-2.0/assets-dark/frame.png b/common/gtk-2.0/assets-dark/frame.png Binary files differindex ca41cca..dd4b00c 100644 --- a/common/gtk-2.0/assets-dark/frame.png +++ b/common/gtk-2.0/assets-dark/frame.png diff --git a/common/gtk-2.0/assets-dark/handle-h.png b/common/gtk-2.0/assets-dark/handle-h.png Binary files differindex 4e73c5c..6d863d5 100644 --- a/common/gtk-2.0/assets-dark/handle-h.png +++ b/common/gtk-2.0/assets-dark/handle-h.png diff --git a/common/gtk-2.0/assets-dark/handle-v.png b/common/gtk-2.0/assets-dark/handle-v.png Binary files differindex b57bcbc..f8f074a 100644 --- a/common/gtk-2.0/assets-dark/handle-v.png +++ b/common/gtk-2.0/assets-dark/handle-v.png diff --git a/common/gtk-2.0/assets-dark/inline-toolbar.png b/common/gtk-2.0/assets-dark/inline-toolbar.png Binary files differindex 7575e53..03d8c51 100644 --- a/common/gtk-2.0/assets-dark/inline-toolbar.png +++ b/common/gtk-2.0/assets-dark/inline-toolbar.png diff --git a/common/gtk-2.0/assets-dark/line-h.png b/common/gtk-2.0/assets-dark/line-h.png Binary files differindex b6d7d65..9e49009 100644 --- a/common/gtk-2.0/assets-dark/line-h.png +++ b/common/gtk-2.0/assets-dark/line-h.png diff --git a/common/gtk-2.0/assets-dark/line-v.png b/common/gtk-2.0/assets-dark/line-v.png Binary files differindex 0adee1a..5641eba 100644 --- a/common/gtk-2.0/assets-dark/line-v.png +++ b/common/gtk-2.0/assets-dark/line-v.png diff --git a/common/gtk-2.0/assets-dark/menu-arrow-prelight.png b/common/gtk-2.0/assets-dark/menu-arrow-prelight.png Binary files differindex 072cf27..4a019f7 100644 --- a/common/gtk-2.0/assets-dark/menu-arrow-prelight.png +++ b/common/gtk-2.0/assets-dark/menu-arrow-prelight.png diff --git a/common/gtk-2.0/assets-dark/menu-arrow.png b/common/gtk-2.0/assets-dark/menu-arrow.png Binary files differindex 2e21d88..49ab7b3 100644 --- a/common/gtk-2.0/assets-dark/menu-arrow.png +++ b/common/gtk-2.0/assets-dark/menu-arrow.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-checked-insensitive.png b/common/gtk-2.0/assets-dark/menu-checkbox-checked-insensitive.png Binary files differindex 56cfce7..f0d225f 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-checked-insensitive.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-checked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-checked-selected.png b/common/gtk-2.0/assets-dark/menu-checkbox-checked-selected.png Binary files differindex 22b2ced..911d33a 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-checked-selected.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-checked-selected.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-checked.png b/common/gtk-2.0/assets-dark/menu-checkbox-checked.png Binary files differindex 97b99d9..bb965d3 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-checked.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-checked.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-insensitive.png b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-insensitive.png Binary files differindex b096970..0e0648c 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-insensitive.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-selected.png b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-selected.png Binary files differindex d31c64f..50258d4 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-selected.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-selected.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked.png b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked.png Binary files differindex 40db363..0c275f5 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-checked-insensitive.png b/common/gtk-2.0/assets-dark/menu-radio-checked-insensitive.png Binary files differindex 2c95f4f..1ad10c5 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-checked-insensitive.png +++ b/common/gtk-2.0/assets-dark/menu-radio-checked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-checked-selected.png b/common/gtk-2.0/assets-dark/menu-radio-checked-selected.png Binary files differindex b83f8ec..098714d 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-checked-selected.png +++ b/common/gtk-2.0/assets-dark/menu-radio-checked-selected.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-checked.png b/common/gtk-2.0/assets-dark/menu-radio-checked.png Binary files differindex 834798e..6bb53d9 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-checked.png +++ b/common/gtk-2.0/assets-dark/menu-radio-checked.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-unchecked-insensitive.png b/common/gtk-2.0/assets-dark/menu-radio-unchecked-insensitive.png Binary files differindex fc332fb..74dad14 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-unchecked-insensitive.png +++ b/common/gtk-2.0/assets-dark/menu-radio-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-unchecked-selected.png b/common/gtk-2.0/assets-dark/menu-radio-unchecked-selected.png Binary files differindex eae0bd4..70c6956 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-unchecked-selected.png +++ b/common/gtk-2.0/assets-dark/menu-radio-unchecked-selected.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-unchecked.png b/common/gtk-2.0/assets-dark/menu-radio-unchecked.png Binary files differindex fb0bcc9..de3b8ed 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-unchecked.png +++ b/common/gtk-2.0/assets-dark/menu-radio-unchecked.png diff --git a/common/gtk-2.0/assets-dark/menubar.png b/common/gtk-2.0/assets-dark/menubar.png Binary files differindex 2db658e..8e96b72 100644 --- a/common/gtk-2.0/assets-dark/menubar.png +++ b/common/gtk-2.0/assets-dark/menubar.png diff --git a/common/gtk-2.0/assets-dark/menubar_button.png b/common/gtk-2.0/assets-dark/menubar_button.png Binary files differindex 15f54c7..4f70d6f 100644 --- a/common/gtk-2.0/assets-dark/menubar_button.png +++ b/common/gtk-2.0/assets-dark/menubar_button.png diff --git a/common/gtk-2.0/assets-dark/menuitem.png b/common/gtk-2.0/assets-dark/menuitem.png Binary files differindex 835a9d6..8f39da3 100644 --- a/common/gtk-2.0/assets-dark/menuitem.png +++ b/common/gtk-2.0/assets-dark/menuitem.png diff --git a/common/gtk-2.0/assets-dark/minus.png b/common/gtk-2.0/assets-dark/minus.png Binary files differindex ee6ef67..37bc633 100644 --- a/common/gtk-2.0/assets-dark/minus.png +++ b/common/gtk-2.0/assets-dark/minus.png diff --git a/common/gtk-2.0/assets-dark/notebook-gap-horiz.png b/common/gtk-2.0/assets-dark/notebook-gap-horiz.png Binary files differindex 6afebea..63fa811 100644 --- a/common/gtk-2.0/assets-dark/notebook-gap-horiz.png +++ b/common/gtk-2.0/assets-dark/notebook-gap-horiz.png diff --git a/common/gtk-2.0/assets-dark/notebook-gap-vert.png b/common/gtk-2.0/assets-dark/notebook-gap-vert.png Binary files differindex d64edff..c1c4cb1 100644 --- a/common/gtk-2.0/assets-dark/notebook-gap-vert.png +++ b/common/gtk-2.0/assets-dark/notebook-gap-vert.png diff --git a/common/gtk-2.0/assets-dark/notebook.png b/common/gtk-2.0/assets-dark/notebook.png Binary files differindex ca41cca..dd4b00c 100644 --- a/common/gtk-2.0/assets-dark/notebook.png +++ b/common/gtk-2.0/assets-dark/notebook.png diff --git a/common/gtk-2.0/assets-dark/null.png b/common/gtk-2.0/assets-dark/null.png Binary files differindex d7a1600..d82fb34 100644 --- a/common/gtk-2.0/assets-dark/null.png +++ b/common/gtk-2.0/assets-dark/null.png diff --git a/common/gtk-2.0/assets-dark/plus.png b/common/gtk-2.0/assets-dark/plus.png Binary files differindex 6ba153e..754064a 100644 --- a/common/gtk-2.0/assets-dark/plus.png +++ b/common/gtk-2.0/assets-dark/plus.png diff --git a/common/gtk-2.0/assets-dark/progressbar.png b/common/gtk-2.0/assets-dark/progressbar.png Binary files differindex e269d58..3a8076b 100644 --- a/common/gtk-2.0/assets-dark/progressbar.png +++ b/common/gtk-2.0/assets-dark/progressbar.png diff --git a/common/gtk-2.0/assets-dark/progressbar_v.png b/common/gtk-2.0/assets-dark/progressbar_v.png Binary files differindex 5303da4..7e94a9d 100644 --- a/common/gtk-2.0/assets-dark/progressbar_v.png +++ b/common/gtk-2.0/assets-dark/progressbar_v.png diff --git a/common/gtk-2.0/assets-dark/radio-checked-insensitive.png b/common/gtk-2.0/assets-dark/radio-checked-insensitive.png Binary files differindex 6f5ffec..0be6d88 100644 --- a/common/gtk-2.0/assets-dark/radio-checked-insensitive.png +++ b/common/gtk-2.0/assets-dark/radio-checked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/radio-checked.png b/common/gtk-2.0/assets-dark/radio-checked.png Binary files differindex 02141ef..b9fd269 100644 --- a/common/gtk-2.0/assets-dark/radio-checked.png +++ b/common/gtk-2.0/assets-dark/radio-checked.png diff --git a/common/gtk-2.0/assets-dark/radio-unchecked-insensitive.png b/common/gtk-2.0/assets-dark/radio-unchecked-insensitive.png Binary files differindex 661dc7b..c52de28 100644 --- a/common/gtk-2.0/assets-dark/radio-unchecked-insensitive.png +++ b/common/gtk-2.0/assets-dark/radio-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/radio-unchecked.png b/common/gtk-2.0/assets-dark/radio-unchecked.png Binary files differindex 810ed1e..eabd078 100644 --- a/common/gtk-2.0/assets-dark/radio-unchecked.png +++ b/common/gtk-2.0/assets-dark/radio-unchecked.png diff --git a/common/gtk-2.0/assets-dark/slider-horiz-active.png b/common/gtk-2.0/assets-dark/slider-horiz-active.png Binary files differindex 908cf57..d8b744a 100644 --- a/common/gtk-2.0/assets-dark/slider-horiz-active.png +++ b/common/gtk-2.0/assets-dark/slider-horiz-active.png diff --git a/common/gtk-2.0/assets-dark/slider-horiz-insens.png b/common/gtk-2.0/assets-dark/slider-horiz-insens.png Binary files differindex bc049cd..106d14e 100644 --- a/common/gtk-2.0/assets-dark/slider-horiz-insens.png +++ b/common/gtk-2.0/assets-dark/slider-horiz-insens.png diff --git a/common/gtk-2.0/assets-dark/slider-horiz-prelight.png b/common/gtk-2.0/assets-dark/slider-horiz-prelight.png Binary files differindex a02f399..deed755 100644 --- a/common/gtk-2.0/assets-dark/slider-horiz-prelight.png +++ b/common/gtk-2.0/assets-dark/slider-horiz-prelight.png diff --git a/common/gtk-2.0/assets-dark/slider-horiz.png b/common/gtk-2.0/assets-dark/slider-horiz.png Binary files differindex 5c6668e..e0f6a2a 100644 --- a/common/gtk-2.0/assets-dark/slider-horiz.png +++ b/common/gtk-2.0/assets-dark/slider-horiz.png diff --git a/common/gtk-2.0/assets-dark/slider-insensitive.png b/common/gtk-2.0/assets-dark/slider-insensitive.png Binary files differindex 7f175f2..e849832 100644 --- a/common/gtk-2.0/assets-dark/slider-insensitive.png +++ b/common/gtk-2.0/assets-dark/slider-insensitive.png diff --git a/common/gtk-2.0/assets-dark/slider-prelight.png b/common/gtk-2.0/assets-dark/slider-prelight.png Binary files differindex 3710a7e..ba5f941 100644 --- a/common/gtk-2.0/assets-dark/slider-prelight.png +++ b/common/gtk-2.0/assets-dark/slider-prelight.png diff --git a/common/gtk-2.0/assets-dark/slider-vert-active.png b/common/gtk-2.0/assets-dark/slider-vert-active.png Binary files differindex 791c307..7f8b3ab 100644 --- a/common/gtk-2.0/assets-dark/slider-vert-active.png +++ b/common/gtk-2.0/assets-dark/slider-vert-active.png diff --git a/common/gtk-2.0/assets-dark/slider-vert-insens.png b/common/gtk-2.0/assets-dark/slider-vert-insens.png Binary files differindex 136fb50..3a2e01e 100644 --- a/common/gtk-2.0/assets-dark/slider-vert-insens.png +++ b/common/gtk-2.0/assets-dark/slider-vert-insens.png diff --git a/common/gtk-2.0/assets-dark/slider-vert-prelight.png b/common/gtk-2.0/assets-dark/slider-vert-prelight.png Binary files differindex b6c913e..1f04aaf 100644 --- a/common/gtk-2.0/assets-dark/slider-vert-prelight.png +++ b/common/gtk-2.0/assets-dark/slider-vert-prelight.png diff --git a/common/gtk-2.0/assets-dark/slider-vert.png b/common/gtk-2.0/assets-dark/slider-vert.png Binary files differindex 103c32b..81e4f40 100644 --- a/common/gtk-2.0/assets-dark/slider-vert.png +++ b/common/gtk-2.0/assets-dark/slider-vert.png diff --git a/common/gtk-2.0/assets-dark/slider.png b/common/gtk-2.0/assets-dark/slider.png Binary files differindex fa2101e..87282e9 100644 --- a/common/gtk-2.0/assets-dark/slider.png +++ b/common/gtk-2.0/assets-dark/slider.png diff --git a/common/gtk-2.0/assets-dark/tab-bottom-active.png b/common/gtk-2.0/assets-dark/tab-bottom-active.png Binary files differindex f21689c..07cf09b 100644 --- a/common/gtk-2.0/assets-dark/tab-bottom-active.png +++ b/common/gtk-2.0/assets-dark/tab-bottom-active.png diff --git a/common/gtk-2.0/assets-dark/tab-left-active.png b/common/gtk-2.0/assets-dark/tab-left-active.png Binary files differindex 4736fdd..81bdfb6 100644 --- a/common/gtk-2.0/assets-dark/tab-left-active.png +++ b/common/gtk-2.0/assets-dark/tab-left-active.png diff --git a/common/gtk-2.0/assets-dark/tab-right-active.png b/common/gtk-2.0/assets-dark/tab-right-active.png Binary files differindex b15cece..25197c9 100644 --- a/common/gtk-2.0/assets-dark/tab-right-active.png +++ b/common/gtk-2.0/assets-dark/tab-right-active.png diff --git a/common/gtk-2.0/assets-dark/tab-top-active.png b/common/gtk-2.0/assets-dark/tab-top-active.png Binary files differindex cbb3ed5..b5e16f1 100644 --- a/common/gtk-2.0/assets-dark/tab-top-active.png +++ b/common/gtk-2.0/assets-dark/tab-top-active.png diff --git a/common/gtk-2.0/assets-dark/toolbar.png b/common/gtk-2.0/assets-dark/toolbar.png Binary files differindex d20015c..fe6d1ce 100644 --- a/common/gtk-2.0/assets-dark/toolbar.png +++ b/common/gtk-2.0/assets-dark/toolbar.png diff --git a/common/gtk-2.0/assets-dark/tree_header.png b/common/gtk-2.0/assets-dark/tree_header.png Binary files differindex 69d414a..eeba9c7 100644 --- a/common/gtk-2.0/assets-dark/tree_header.png +++ b/common/gtk-2.0/assets-dark/tree_header.png diff --git a/common/gtk-2.0/assets-dark/trough-horizontal-active.png b/common/gtk-2.0/assets-dark/trough-horizontal-active.png Binary files differindex 9fe455f..ba6e059 100644 --- a/common/gtk-2.0/assets-dark/trough-horizontal-active.png +++ b/common/gtk-2.0/assets-dark/trough-horizontal-active.png diff --git a/common/gtk-2.0/assets-dark/trough-horizontal.png b/common/gtk-2.0/assets-dark/trough-horizontal.png Binary files differindex 745089b..0fc5579 100644 --- a/common/gtk-2.0/assets-dark/trough-horizontal.png +++ b/common/gtk-2.0/assets-dark/trough-horizontal.png diff --git a/common/gtk-2.0/assets-dark/trough-progressbar.png b/common/gtk-2.0/assets-dark/trough-progressbar.png Binary files differindex 6a4c6e3..c36659d 100644 --- a/common/gtk-2.0/assets-dark/trough-progressbar.png +++ b/common/gtk-2.0/assets-dark/trough-progressbar.png diff --git a/common/gtk-2.0/assets-dark/trough-progressbar_v.png b/common/gtk-2.0/assets-dark/trough-progressbar_v.png Binary files differindex 42ea2b1..cad6baa 100644 --- a/common/gtk-2.0/assets-dark/trough-progressbar_v.png +++ b/common/gtk-2.0/assets-dark/trough-progressbar_v.png diff --git a/common/gtk-2.0/assets-dark/trough-scrollbar-horiz.png b/common/gtk-2.0/assets-dark/trough-scrollbar-horiz.png Binary files differindex d7d3d82..2da7ab5 100644 --- a/common/gtk-2.0/assets-dark/trough-scrollbar-horiz.png +++ b/common/gtk-2.0/assets-dark/trough-scrollbar-horiz.png diff --git a/common/gtk-2.0/assets-dark/trough-scrollbar-vert.png b/common/gtk-2.0/assets-dark/trough-scrollbar-vert.png Binary files differindex 96220cb..8c3db52 100644 --- a/common/gtk-2.0/assets-dark/trough-scrollbar-vert.png +++ b/common/gtk-2.0/assets-dark/trough-scrollbar-vert.png diff --git a/common/gtk-2.0/assets-dark/trough-vertical-active.png b/common/gtk-2.0/assets-dark/trough-vertical-active.png Binary files differindex ae8e429..3217ee2 100644 --- a/common/gtk-2.0/assets-dark/trough-vertical-active.png +++ b/common/gtk-2.0/assets-dark/trough-vertical-active.png diff --git a/common/gtk-2.0/assets-dark/trough-vertical.png b/common/gtk-2.0/assets-dark/trough-vertical.png Binary files differindex ca78ff7..e86199b 100644 --- a/common/gtk-2.0/assets-dark/trough-vertical.png +++ b/common/gtk-2.0/assets-dark/trough-vertical.png diff --git a/common/gtk-2.0/assets-dark/up-background-disable-rtl.png b/common/gtk-2.0/assets-dark/up-background-disable-rtl.png Binary files differindex e0691e3..c5f2b1b 100644 --- a/common/gtk-2.0/assets-dark/up-background-disable-rtl.png +++ b/common/gtk-2.0/assets-dark/up-background-disable-rtl.png diff --git a/common/gtk-2.0/assets-dark/up-background-disable.png b/common/gtk-2.0/assets-dark/up-background-disable.png Binary files differindex 94e348e..3c0c741 100644 --- a/common/gtk-2.0/assets-dark/up-background-disable.png +++ b/common/gtk-2.0/assets-dark/up-background-disable.png diff --git a/common/gtk-2.0/assets-dark/up-background-rtl.png b/common/gtk-2.0/assets-dark/up-background-rtl.png Binary files differindex 026ff54..2d9d6da 100644 --- a/common/gtk-2.0/assets-dark/up-background-rtl.png +++ b/common/gtk-2.0/assets-dark/up-background-rtl.png diff --git a/common/gtk-2.0/assets-dark/up-background.png b/common/gtk-2.0/assets-dark/up-background.png Binary files differindex 334e1d1..43cbd09 100644 --- a/common/gtk-2.0/assets-dark/up-background.png +++ b/common/gtk-2.0/assets-dark/up-background.png diff --git a/common/gtk-2.0/assets.svg b/common/gtk-2.0/assets.svg index ea245f1..0b7786a 100644 --- a/common/gtk-2.0/assets.svg +++ b/common/gtk-2.0/assets.svg @@ -20,6 +20,20 @@ <defs id="defs9894"> <linearGradient + id="linearGradient6614"> + <stop + style="stop-color:#657b83;stop-opacity:1;" + offset="0" + id="stop6616" /> + </linearGradient> + <linearGradient + id="linearGradient5167"> + <stop + style="stop-color:#657b83;stop-opacity:1;" + offset="0" + id="stop5169" /> + </linearGradient> + <linearGradient id="linearGradient5117"> <stop style="stop-color:#657b83;stop-opacity:1;" @@ -866,6 +880,90 @@ x2="51.5" y2="-256.63782" gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-9" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1-0"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-9-1" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171-1" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618-1" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-8"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-7" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> </defs> <sodipodi:namedview id="base" @@ -874,11 +972,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="2.828427" - inkscape:cx="74.28003" - inkscape:cy="188.10678" + inkscape:zoom="1.4142135" + inkscape:cx="205.16573" + inkscape:cy="193.28696" inkscape:document-units="px" - inkscape:current-layer="combo-entry-focus-notebook-rtl" + inkscape:current-layer="layer1" showgrid="true" showborder="false" inkscape:window-width="1366" @@ -6009,5 +6107,129 @@ rx="2.7755599e-17" ry="2.7755599e-17" inkscape:label="#rect5008-1" /> + <g + style="display:inline" + id="combo-entry-border" + inkscape:label="#g9335" + transform="translate(161,169)" + clip-path="url(#clipPath4466-3)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70" + style="display:inline;opacity:0.3;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus" + inkscape:label="#g9335" + transform="translate(186,169)" + clip-path="url(#clipPath4466-3-1)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9" + style="display:inline;opacity:1;fill:url(#linearGradient6618);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,176,199)" + clip-path="url(#clipPath4466-3-8)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-30" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-6" + style="display:inline;opacity:0.3;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,201,199)" + clip-path="url(#clipPath4466-3-1-0)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3-8" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171-1);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9-8" + style="display:inline;opacity:1;fill:url(#linearGradient6618-1);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> </g> </svg> diff --git a/common/gtk-2.0/assets.txt b/common/gtk-2.0/assets.txt index 853a182..710871e 100644 --- a/common/gtk-2.0/assets.txt +++ b/common/gtk-2.0/assets.txt @@ -56,13 +56,17 @@ entry-toolbar entry-active-toolbar entry-disabled-toolbar combo-entry +combo-entry-border combo-entry-focus +combo-entry-border-focus combo-entry-insensitive combo-entry-notebook combo-entry-focus-notebook combo-entry-insensitive-notebook combo-entry-rtl +combo-entry-border-rtl combo-entry-focus-rtl +combo-entry-border-focus-rtl combo-entry-insensitive-rtl combo-entry-notebook-rtl combo-entry-focus-notebook-rtl diff --git a/common/gtk-2.0/assets/arrow-down-insens.png b/common/gtk-2.0/assets/arrow-down-insens.png Binary files differindex cabbabb..a797cef 100644 --- a/common/gtk-2.0/assets/arrow-down-insens.png +++ b/common/gtk-2.0/assets/arrow-down-insens.png diff --git a/common/gtk-2.0/assets/arrow-down-prelight.png b/common/gtk-2.0/assets/arrow-down-prelight.png Binary files differindex ffcd1f9..6c62a9e 100644 --- a/common/gtk-2.0/assets/arrow-down-prelight.png +++ b/common/gtk-2.0/assets/arrow-down-prelight.png diff --git a/common/gtk-2.0/assets/arrow-down-small-insens.png b/common/gtk-2.0/assets/arrow-down-small-insens.png Binary files differindex 8a67e67..c976fd8 100644 --- a/common/gtk-2.0/assets/arrow-down-small-insens.png +++ b/common/gtk-2.0/assets/arrow-down-small-insens.png diff --git a/common/gtk-2.0/assets/arrow-down-small-prelight.png b/common/gtk-2.0/assets/arrow-down-small-prelight.png Binary files differindex 11d6369..7af9d33 100644 --- a/common/gtk-2.0/assets/arrow-down-small-prelight.png +++ b/common/gtk-2.0/assets/arrow-down-small-prelight.png diff --git a/common/gtk-2.0/assets/arrow-down-small.png b/common/gtk-2.0/assets/arrow-down-small.png Binary files differindex dcd14a1..95344a0 100644 --- a/common/gtk-2.0/assets/arrow-down-small.png +++ b/common/gtk-2.0/assets/arrow-down-small.png diff --git a/common/gtk-2.0/assets/arrow-down.png b/common/gtk-2.0/assets/arrow-down.png Binary files differindex 395f3b8..c6b656c 100644 --- a/common/gtk-2.0/assets/arrow-down.png +++ b/common/gtk-2.0/assets/arrow-down.png diff --git a/common/gtk-2.0/assets/arrow-left-insens.png b/common/gtk-2.0/assets/arrow-left-insens.png Binary files differindex 63b0bdd..b117e1f 100644 --- a/common/gtk-2.0/assets/arrow-left-insens.png +++ b/common/gtk-2.0/assets/arrow-left-insens.png diff --git a/common/gtk-2.0/assets/arrow-left-prelight.png b/common/gtk-2.0/assets/arrow-left-prelight.png Binary files differindex 75701fe..65c6a07 100644 --- a/common/gtk-2.0/assets/arrow-left-prelight.png +++ b/common/gtk-2.0/assets/arrow-left-prelight.png diff --git a/common/gtk-2.0/assets/arrow-left.png b/common/gtk-2.0/assets/arrow-left.png Binary files differindex 624a3bb..5d7caa1 100644 --- a/common/gtk-2.0/assets/arrow-left.png +++ b/common/gtk-2.0/assets/arrow-left.png diff --git a/common/gtk-2.0/assets/arrow-right-insens.png b/common/gtk-2.0/assets/arrow-right-insens.png Binary files differindex e687f2e..b521645 100644 --- a/common/gtk-2.0/assets/arrow-right-insens.png +++ b/common/gtk-2.0/assets/arrow-right-insens.png diff --git a/common/gtk-2.0/assets/arrow-right-prelight.png b/common/gtk-2.0/assets/arrow-right-prelight.png Binary files differindex bfce546..736de9e 100644 --- a/common/gtk-2.0/assets/arrow-right-prelight.png +++ b/common/gtk-2.0/assets/arrow-right-prelight.png diff --git a/common/gtk-2.0/assets/arrow-right.png b/common/gtk-2.0/assets/arrow-right.png Binary files differindex 2efcbe8..cea5190 100644 --- a/common/gtk-2.0/assets/arrow-right.png +++ b/common/gtk-2.0/assets/arrow-right.png diff --git a/common/gtk-2.0/assets/arrow-up-insens.png b/common/gtk-2.0/assets/arrow-up-insens.png Binary files differindex adeb1cb..fd0d7f9 100644 --- a/common/gtk-2.0/assets/arrow-up-insens.png +++ b/common/gtk-2.0/assets/arrow-up-insens.png diff --git a/common/gtk-2.0/assets/arrow-up-prelight.png b/common/gtk-2.0/assets/arrow-up-prelight.png Binary files differindex 58fb7a8..51765dd 100644 --- a/common/gtk-2.0/assets/arrow-up-prelight.png +++ b/common/gtk-2.0/assets/arrow-up-prelight.png diff --git a/common/gtk-2.0/assets/arrow-up-small-insens.png b/common/gtk-2.0/assets/arrow-up-small-insens.png Binary files differindex 70a10bd..945d13d 100644 --- a/common/gtk-2.0/assets/arrow-up-small-insens.png +++ b/common/gtk-2.0/assets/arrow-up-small-insens.png diff --git a/common/gtk-2.0/assets/arrow-up-small-prelight.png b/common/gtk-2.0/assets/arrow-up-small-prelight.png Binary files differindex 6ce79e5..5bed8c7 100644 --- a/common/gtk-2.0/assets/arrow-up-small-prelight.png +++ b/common/gtk-2.0/assets/arrow-up-small-prelight.png diff --git a/common/gtk-2.0/assets/arrow-up-small.png b/common/gtk-2.0/assets/arrow-up-small.png Binary files differindex 2559ee2..4011130 100644 --- a/common/gtk-2.0/assets/arrow-up-small.png +++ b/common/gtk-2.0/assets/arrow-up-small.png diff --git a/common/gtk-2.0/assets/arrow-up.png b/common/gtk-2.0/assets/arrow-up.png Binary files differindex 90f9952..1498865 100644 --- a/common/gtk-2.0/assets/arrow-up.png +++ b/common/gtk-2.0/assets/arrow-up.png diff --git a/common/gtk-2.0/assets/button-active.png b/common/gtk-2.0/assets/button-active.png Binary files differindex a989d2c..646ba54 100644 --- a/common/gtk-2.0/assets/button-active.png +++ b/common/gtk-2.0/assets/button-active.png diff --git a/common/gtk-2.0/assets/button-hover.png b/common/gtk-2.0/assets/button-hover.png Binary files differindex 58c852c..5eac5c2 100644 --- a/common/gtk-2.0/assets/button-hover.png +++ b/common/gtk-2.0/assets/button-hover.png diff --git a/common/gtk-2.0/assets/button-insensitive.png b/common/gtk-2.0/assets/button-insensitive.png Binary files differindex e94649c..7364638 100644 --- a/common/gtk-2.0/assets/button-insensitive.png +++ b/common/gtk-2.0/assets/button-insensitive.png diff --git a/common/gtk-2.0/assets/button.png b/common/gtk-2.0/assets/button.png Binary files differindex 95f81cf..f472b8d 100644 --- a/common/gtk-2.0/assets/button.png +++ b/common/gtk-2.0/assets/button.png diff --git a/common/gtk-2.0/assets/checkbox-checked-insensitive.png b/common/gtk-2.0/assets/checkbox-checked-insensitive.png Binary files differindex 3174605..10d5538 100644 --- a/common/gtk-2.0/assets/checkbox-checked-insensitive.png +++ b/common/gtk-2.0/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-2.0/assets/checkbox-checked.png b/common/gtk-2.0/assets/checkbox-checked.png Binary files differindex 385787b..7c05b6f 100644 --- a/common/gtk-2.0/assets/checkbox-checked.png +++ b/common/gtk-2.0/assets/checkbox-checked.png diff --git a/common/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/common/gtk-2.0/assets/checkbox-unchecked-insensitive.png Binary files differindex e7a889c..efdce37 100644 --- a/common/gtk-2.0/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-2.0/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets/checkbox-unchecked.png b/common/gtk-2.0/assets/checkbox-unchecked.png Binary files differindex 74611f6..f0ef6f5 100644 --- a/common/gtk-2.0/assets/checkbox-unchecked.png +++ b/common/gtk-2.0/assets/checkbox-unchecked.png diff --git a/common/gtk-2.0/assets/combo-entry-border-focus-rtl.png b/common/gtk-2.0/assets/combo-entry-border-focus-rtl.png Binary files differnew file mode 100644 index 0000000..9c81f69 --- /dev/null +++ b/common/gtk-2.0/assets/combo-entry-border-focus-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-border-focus.png b/common/gtk-2.0/assets/combo-entry-border-focus.png Binary files differnew file mode 100644 index 0000000..d54a423 --- /dev/null +++ b/common/gtk-2.0/assets/combo-entry-border-focus.png diff --git a/common/gtk-2.0/assets/combo-entry-border-rtl.png b/common/gtk-2.0/assets/combo-entry-border-rtl.png Binary files differnew file mode 100644 index 0000000..6177904 --- /dev/null +++ b/common/gtk-2.0/assets/combo-entry-border-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-border.png b/common/gtk-2.0/assets/combo-entry-border.png Binary files differnew file mode 100644 index 0000000..9755aa6 --- /dev/null +++ b/common/gtk-2.0/assets/combo-entry-border.png diff --git a/common/gtk-2.0/assets/combo-entry-button-active-rtl.png b/common/gtk-2.0/assets/combo-entry-button-active-rtl.png Binary files differindex 2806b22..fce80aa 100644 --- a/common/gtk-2.0/assets/combo-entry-button-active-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-button-active-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-button-active.png b/common/gtk-2.0/assets/combo-entry-button-active.png Binary files differindex 4adbcd3..2d28a84 100644 --- a/common/gtk-2.0/assets/combo-entry-button-active.png +++ b/common/gtk-2.0/assets/combo-entry-button-active.png diff --git a/common/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/common/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png Binary files differindex 3274d9d..227d0a9 100644 --- a/common/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-button-insensitive.png b/common/gtk-2.0/assets/combo-entry-button-insensitive.png Binary files differindex b77380f..fe16c55 100644 --- a/common/gtk-2.0/assets/combo-entry-button-insensitive.png +++ b/common/gtk-2.0/assets/combo-entry-button-insensitive.png diff --git a/common/gtk-2.0/assets/combo-entry-button-rtl.png b/common/gtk-2.0/assets/combo-entry-button-rtl.png Binary files differindex 81731c0..dab4f09 100644 --- a/common/gtk-2.0/assets/combo-entry-button-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-button-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-button.png b/common/gtk-2.0/assets/combo-entry-button.png Binary files differindex 47dd1c3..7c1576b 100644 --- a/common/gtk-2.0/assets/combo-entry-button.png +++ b/common/gtk-2.0/assets/combo-entry-button.png diff --git a/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png Binary files differindex 82ce040..065e6e7 100644 --- a/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-focus-notebook.png b/common/gtk-2.0/assets/combo-entry-focus-notebook.png Binary files differindex d35d642..1c72642 100644 --- a/common/gtk-2.0/assets/combo-entry-focus-notebook.png +++ b/common/gtk-2.0/assets/combo-entry-focus-notebook.png diff --git a/common/gtk-2.0/assets/combo-entry-focus-rtl.png b/common/gtk-2.0/assets/combo-entry-focus-rtl.png Binary files differindex ad06372..504bed8 100644 --- a/common/gtk-2.0/assets/combo-entry-focus-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-focus-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-focus.png b/common/gtk-2.0/assets/combo-entry-focus.png Binary files differindex 552c7f4..b49d8cf 100644 --- a/common/gtk-2.0/assets/combo-entry-focus.png +++ b/common/gtk-2.0/assets/combo-entry-focus.png diff --git a/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png Binary files differindex 177deae..c4559b6 100644 --- a/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png Binary files differindex f057b9c..52e7382 100644 --- a/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png +++ b/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png diff --git a/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png Binary files differindex 4c446bb..1c9b24d 100644 --- a/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-insensitive.png b/common/gtk-2.0/assets/combo-entry-insensitive.png Binary files differindex 721bf78..9c44b2a 100644 --- a/common/gtk-2.0/assets/combo-entry-insensitive.png +++ b/common/gtk-2.0/assets/combo-entry-insensitive.png diff --git a/common/gtk-2.0/assets/combo-entry-notebook-rtl.png b/common/gtk-2.0/assets/combo-entry-notebook-rtl.png Binary files differindex 1837fdf..290f82f 100644 --- a/common/gtk-2.0/assets/combo-entry-notebook-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-notebook-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-notebook.png b/common/gtk-2.0/assets/combo-entry-notebook.png Binary files differindex 78327eb..f59ac4f 100644 --- a/common/gtk-2.0/assets/combo-entry-notebook.png +++ b/common/gtk-2.0/assets/combo-entry-notebook.png diff --git a/common/gtk-2.0/assets/combo-entry-rtl.png b/common/gtk-2.0/assets/combo-entry-rtl.png Binary files differindex f985db5..1dbd87a 100644 --- a/common/gtk-2.0/assets/combo-entry-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry.png b/common/gtk-2.0/assets/combo-entry.png Binary files differindex 3c78070..98369c3 100644 --- a/common/gtk-2.0/assets/combo-entry.png +++ b/common/gtk-2.0/assets/combo-entry.png diff --git a/common/gtk-2.0/assets/down-background-disable-rtl.png b/common/gtk-2.0/assets/down-background-disable-rtl.png Binary files differindex 2d15372..220c14a 100644 --- a/common/gtk-2.0/assets/down-background-disable-rtl.png +++ b/common/gtk-2.0/assets/down-background-disable-rtl.png diff --git a/common/gtk-2.0/assets/down-background-disable.png b/common/gtk-2.0/assets/down-background-disable.png Binary files differindex b1e591f..0f139a8 100644 --- a/common/gtk-2.0/assets/down-background-disable.png +++ b/common/gtk-2.0/assets/down-background-disable.png diff --git a/common/gtk-2.0/assets/down-background-rtl.png b/common/gtk-2.0/assets/down-background-rtl.png Binary files differindex b839b86..61b64f8 100644 --- a/common/gtk-2.0/assets/down-background-rtl.png +++ b/common/gtk-2.0/assets/down-background-rtl.png diff --git a/common/gtk-2.0/assets/down-background.png b/common/gtk-2.0/assets/down-background.png Binary files differindex ea151c6..d94ca10 100644 --- a/common/gtk-2.0/assets/down-background.png +++ b/common/gtk-2.0/assets/down-background.png diff --git a/common/gtk-2.0/assets/entry-active-bg.png b/common/gtk-2.0/assets/entry-active-bg.png Binary files differindex 6c77607..9c26b59 100644 --- a/common/gtk-2.0/assets/entry-active-bg.png +++ b/common/gtk-2.0/assets/entry-active-bg.png diff --git a/common/gtk-2.0/assets/entry-active-notebook.png b/common/gtk-2.0/assets/entry-active-notebook.png Binary files differindex 4fccd88..c62743b 100644 --- a/common/gtk-2.0/assets/entry-active-notebook.png +++ b/common/gtk-2.0/assets/entry-active-notebook.png diff --git a/common/gtk-2.0/assets/entry-active-toolbar.png b/common/gtk-2.0/assets/entry-active-toolbar.png Binary files differindex 9c48f7c..cdfb6a6 100644 --- a/common/gtk-2.0/assets/entry-active-toolbar.png +++ b/common/gtk-2.0/assets/entry-active-toolbar.png diff --git a/common/gtk-2.0/assets/entry-background-disabled.png b/common/gtk-2.0/assets/entry-background-disabled.png Binary files differindex 6b2c6b9..a710a2c 100644 --- a/common/gtk-2.0/assets/entry-background-disabled.png +++ b/common/gtk-2.0/assets/entry-background-disabled.png diff --git a/common/gtk-2.0/assets/entry-background.png b/common/gtk-2.0/assets/entry-background.png Binary files differindex 07e9ca0..5526c03 100644 --- a/common/gtk-2.0/assets/entry-background.png +++ b/common/gtk-2.0/assets/entry-background.png diff --git a/common/gtk-2.0/assets/entry-bg.png b/common/gtk-2.0/assets/entry-bg.png Binary files differindex 74c4f3a..d35003f 100644 --- a/common/gtk-2.0/assets/entry-bg.png +++ b/common/gtk-2.0/assets/entry-bg.png diff --git a/common/gtk-2.0/assets/entry-border-active-bg.png b/common/gtk-2.0/assets/entry-border-active-bg.png Binary files differindex e130ff6..d66a6d4 100644 --- a/common/gtk-2.0/assets/entry-border-active-bg.png +++ b/common/gtk-2.0/assets/entry-border-active-bg.png diff --git a/common/gtk-2.0/assets/entry-border-bg.png b/common/gtk-2.0/assets/entry-border-bg.png Binary files differindex 6b4b6d8..b949f4b 100644 --- a/common/gtk-2.0/assets/entry-border-bg.png +++ b/common/gtk-2.0/assets/entry-border-bg.png diff --git a/common/gtk-2.0/assets/entry-disabled-bg.png b/common/gtk-2.0/assets/entry-disabled-bg.png Binary files differindex d550136..d8550f1 100644 --- a/common/gtk-2.0/assets/entry-disabled-bg.png +++ b/common/gtk-2.0/assets/entry-disabled-bg.png diff --git a/common/gtk-2.0/assets/entry-disabled-notebook.png b/common/gtk-2.0/assets/entry-disabled-notebook.png Binary files differindex 93760d7..e0d5a44 100644 --- a/common/gtk-2.0/assets/entry-disabled-notebook.png +++ b/common/gtk-2.0/assets/entry-disabled-notebook.png diff --git a/common/gtk-2.0/assets/entry-disabled-toolbar.png b/common/gtk-2.0/assets/entry-disabled-toolbar.png Binary files differindex 58dcce7..e2bb778 100644 --- a/common/gtk-2.0/assets/entry-disabled-toolbar.png +++ b/common/gtk-2.0/assets/entry-disabled-toolbar.png diff --git a/common/gtk-2.0/assets/entry-notebook.png b/common/gtk-2.0/assets/entry-notebook.png Binary files differindex b615491..a340d63 100644 --- a/common/gtk-2.0/assets/entry-notebook.png +++ b/common/gtk-2.0/assets/entry-notebook.png diff --git a/common/gtk-2.0/assets/entry-toolbar.png b/common/gtk-2.0/assets/entry-toolbar.png Binary files differindex 25a3be7..ec243b6 100644 --- a/common/gtk-2.0/assets/entry-toolbar.png +++ b/common/gtk-2.0/assets/entry-toolbar.png diff --git a/common/gtk-2.0/assets/focus-line.png b/common/gtk-2.0/assets/focus-line.png Binary files differindex ee66643..9f694a2 100644 --- a/common/gtk-2.0/assets/focus-line.png +++ b/common/gtk-2.0/assets/focus-line.png diff --git a/common/gtk-2.0/assets/frame-gap-end.png b/common/gtk-2.0/assets/frame-gap-end.png Binary files differindex 8d25364..db7cf6b 100644 --- a/common/gtk-2.0/assets/frame-gap-end.png +++ b/common/gtk-2.0/assets/frame-gap-end.png diff --git a/common/gtk-2.0/assets/frame-gap-start.png b/common/gtk-2.0/assets/frame-gap-start.png Binary files differindex b575a6e..d1c200c 100644 --- a/common/gtk-2.0/assets/frame-gap-start.png +++ b/common/gtk-2.0/assets/frame-gap-start.png diff --git a/common/gtk-2.0/assets/frame.png b/common/gtk-2.0/assets/frame.png Binary files differindex 82945e9..aa660b0 100644 --- a/common/gtk-2.0/assets/frame.png +++ b/common/gtk-2.0/assets/frame.png diff --git a/common/gtk-2.0/assets/handle-h.png b/common/gtk-2.0/assets/handle-h.png Binary files differindex eabdc4a..975e587 100644 --- a/common/gtk-2.0/assets/handle-h.png +++ b/common/gtk-2.0/assets/handle-h.png diff --git a/common/gtk-2.0/assets/handle-v.png b/common/gtk-2.0/assets/handle-v.png Binary files differindex 28d0d2b..92c4c8b 100644 --- a/common/gtk-2.0/assets/handle-v.png +++ b/common/gtk-2.0/assets/handle-v.png diff --git a/common/gtk-2.0/assets/inline-toolbar.png b/common/gtk-2.0/assets/inline-toolbar.png Binary files differindex 9815a92..b8b2cce 100644 --- a/common/gtk-2.0/assets/inline-toolbar.png +++ b/common/gtk-2.0/assets/inline-toolbar.png diff --git a/common/gtk-2.0/assets/line-h.png b/common/gtk-2.0/assets/line-h.png Binary files differindex 8320e2a..9d13426 100644 --- a/common/gtk-2.0/assets/line-h.png +++ b/common/gtk-2.0/assets/line-h.png diff --git a/common/gtk-2.0/assets/line-v.png b/common/gtk-2.0/assets/line-v.png Binary files differindex c13ee45..335aad9 100644 --- a/common/gtk-2.0/assets/line-v.png +++ b/common/gtk-2.0/assets/line-v.png diff --git a/common/gtk-2.0/assets/menu-arrow-prelight.png b/common/gtk-2.0/assets/menu-arrow-prelight.png Binary files differindex 072cf27..4a019f7 100644 --- a/common/gtk-2.0/assets/menu-arrow-prelight.png +++ b/common/gtk-2.0/assets/menu-arrow-prelight.png diff --git a/common/gtk-2.0/assets/menu-arrow.png b/common/gtk-2.0/assets/menu-arrow.png Binary files differindex 1e95c5d..993ecc8 100644 --- a/common/gtk-2.0/assets/menu-arrow.png +++ b/common/gtk-2.0/assets/menu-arrow.png diff --git a/common/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/common/gtk-2.0/assets/menu-checkbox-checked-insensitive.png Binary files differindex d5cab9f..a7782cf 100644 --- a/common/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +++ b/common/gtk-2.0/assets/menu-checkbox-checked-insensitive.png diff --git a/common/gtk-2.0/assets/menu-checkbox-checked-selected.png b/common/gtk-2.0/assets/menu-checkbox-checked-selected.png Binary files differindex 22b2ced..911d33a 100644 --- a/common/gtk-2.0/assets/menu-checkbox-checked-selected.png +++ b/common/gtk-2.0/assets/menu-checkbox-checked-selected.png diff --git a/common/gtk-2.0/assets/menu-checkbox-checked.png b/common/gtk-2.0/assets/menu-checkbox-checked.png Binary files differindex 2387ab2..4d72af8 100644 --- a/common/gtk-2.0/assets/menu-checkbox-checked.png +++ b/common/gtk-2.0/assets/menu-checkbox-checked.png diff --git a/common/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/common/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png Binary files differindex 1435214..4f04ff0 100644 --- a/common/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +++ b/common/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets/menu-checkbox-unchecked-selected.png b/common/gtk-2.0/assets/menu-checkbox-unchecked-selected.png Binary files differindex d31c64f..50258d4 100644 --- a/common/gtk-2.0/assets/menu-checkbox-unchecked-selected.png +++ b/common/gtk-2.0/assets/menu-checkbox-unchecked-selected.png diff --git a/common/gtk-2.0/assets/menu-checkbox-unchecked.png b/common/gtk-2.0/assets/menu-checkbox-unchecked.png Binary files differindex 40afa29..fec9139 100644 --- a/common/gtk-2.0/assets/menu-checkbox-unchecked.png +++ b/common/gtk-2.0/assets/menu-checkbox-unchecked.png diff --git a/common/gtk-2.0/assets/menu-radio-checked-insensitive.png b/common/gtk-2.0/assets/menu-radio-checked-insensitive.png Binary files differindex 6a9730b..3fc9189 100644 --- a/common/gtk-2.0/assets/menu-radio-checked-insensitive.png +++ b/common/gtk-2.0/assets/menu-radio-checked-insensitive.png diff --git a/common/gtk-2.0/assets/menu-radio-checked-selected.png b/common/gtk-2.0/assets/menu-radio-checked-selected.png Binary files differindex b83f8ec..098714d 100644 --- a/common/gtk-2.0/assets/menu-radio-checked-selected.png +++ b/common/gtk-2.0/assets/menu-radio-checked-selected.png diff --git a/common/gtk-2.0/assets/menu-radio-checked.png b/common/gtk-2.0/assets/menu-radio-checked.png Binary files differindex 16639de..4545352 100644 --- a/common/gtk-2.0/assets/menu-radio-checked.png +++ b/common/gtk-2.0/assets/menu-radio-checked.png diff --git a/common/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/common/gtk-2.0/assets/menu-radio-unchecked-insensitive.png Binary files differindex f80d859..74e1e20 100644 --- a/common/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +++ b/common/gtk-2.0/assets/menu-radio-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets/menu-radio-unchecked-selected.png b/common/gtk-2.0/assets/menu-radio-unchecked-selected.png Binary files differindex eae0bd4..70c6956 100644 --- a/common/gtk-2.0/assets/menu-radio-unchecked-selected.png +++ b/common/gtk-2.0/assets/menu-radio-unchecked-selected.png diff --git a/common/gtk-2.0/assets/menu-radio-unchecked.png b/common/gtk-2.0/assets/menu-radio-unchecked.png Binary files differindex 3f71f83..4dfcd29 100644 --- a/common/gtk-2.0/assets/menu-radio-unchecked.png +++ b/common/gtk-2.0/assets/menu-radio-unchecked.png diff --git a/common/gtk-2.0/assets/menubar.png b/common/gtk-2.0/assets/menubar.png Binary files differindex e5568a9..8ef6deb 100644 --- a/common/gtk-2.0/assets/menubar.png +++ b/common/gtk-2.0/assets/menubar.png diff --git a/common/gtk-2.0/assets/menubar_button.png b/common/gtk-2.0/assets/menubar_button.png Binary files differindex 15f54c7..4f70d6f 100644 --- a/common/gtk-2.0/assets/menubar_button.png +++ b/common/gtk-2.0/assets/menubar_button.png diff --git a/common/gtk-2.0/assets/menuitem.png b/common/gtk-2.0/assets/menuitem.png Binary files differindex 835a9d6..8f39da3 100644 --- a/common/gtk-2.0/assets/menuitem.png +++ b/common/gtk-2.0/assets/menuitem.png diff --git a/common/gtk-2.0/assets/minus.png b/common/gtk-2.0/assets/minus.png Binary files differindex c9ecf7a..c1454f1 100644 --- a/common/gtk-2.0/assets/minus.png +++ b/common/gtk-2.0/assets/minus.png diff --git a/common/gtk-2.0/assets/notebook-gap-horiz.png b/common/gtk-2.0/assets/notebook-gap-horiz.png Binary files differindex c3a2348..5c725a3 100644 --- a/common/gtk-2.0/assets/notebook-gap-horiz.png +++ b/common/gtk-2.0/assets/notebook-gap-horiz.png diff --git a/common/gtk-2.0/assets/notebook-gap-vert.png b/common/gtk-2.0/assets/notebook-gap-vert.png Binary files differindex f2a79fa..adbf85a 100644 --- a/common/gtk-2.0/assets/notebook-gap-vert.png +++ b/common/gtk-2.0/assets/notebook-gap-vert.png diff --git a/common/gtk-2.0/assets/notebook.png b/common/gtk-2.0/assets/notebook.png Binary files differindex 30ba1bc..c7a32df 100644 --- a/common/gtk-2.0/assets/notebook.png +++ b/common/gtk-2.0/assets/notebook.png diff --git a/common/gtk-2.0/assets/null.png b/common/gtk-2.0/assets/null.png Binary files differindex d7a1600..d82fb34 100644 --- a/common/gtk-2.0/assets/null.png +++ b/common/gtk-2.0/assets/null.png diff --git a/common/gtk-2.0/assets/plus.png b/common/gtk-2.0/assets/plus.png Binary files differindex 5f24e2c..c92a8b3 100644 --- a/common/gtk-2.0/assets/plus.png +++ b/common/gtk-2.0/assets/plus.png diff --git a/common/gtk-2.0/assets/progressbar.png b/common/gtk-2.0/assets/progressbar.png Binary files differindex e269d58..3a8076b 100644 --- a/common/gtk-2.0/assets/progressbar.png +++ b/common/gtk-2.0/assets/progressbar.png diff --git a/common/gtk-2.0/assets/progressbar_v.png b/common/gtk-2.0/assets/progressbar_v.png Binary files differindex 5303da4..7e94a9d 100644 --- a/common/gtk-2.0/assets/progressbar_v.png +++ b/common/gtk-2.0/assets/progressbar_v.png diff --git a/common/gtk-2.0/assets/radio-checked-insensitive.png b/common/gtk-2.0/assets/radio-checked-insensitive.png Binary files differindex 337c195..41abc23 100644 --- a/common/gtk-2.0/assets/radio-checked-insensitive.png +++ b/common/gtk-2.0/assets/radio-checked-insensitive.png diff --git a/common/gtk-2.0/assets/radio-checked.png b/common/gtk-2.0/assets/radio-checked.png Binary files differindex 007c163..6b3b2e1 100644 --- a/common/gtk-2.0/assets/radio-checked.png +++ b/common/gtk-2.0/assets/radio-checked.png diff --git a/common/gtk-2.0/assets/radio-unchecked-insensitive.png b/common/gtk-2.0/assets/radio-unchecked-insensitive.png Binary files differindex a4f9c5a..51a0e3f 100644 --- a/common/gtk-2.0/assets/radio-unchecked-insensitive.png +++ b/common/gtk-2.0/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets/radio-unchecked.png b/common/gtk-2.0/assets/radio-unchecked.png Binary files differindex 23d249b..a0c2873 100644 --- a/common/gtk-2.0/assets/radio-unchecked.png +++ b/common/gtk-2.0/assets/radio-unchecked.png diff --git a/common/gtk-2.0/assets/slider-horiz-active.png b/common/gtk-2.0/assets/slider-horiz-active.png Binary files differindex 908cf57..d8b744a 100644 --- a/common/gtk-2.0/assets/slider-horiz-active.png +++ b/common/gtk-2.0/assets/slider-horiz-active.png diff --git a/common/gtk-2.0/assets/slider-horiz-insens.png b/common/gtk-2.0/assets/slider-horiz-insens.png Binary files differindex 82e29b4..694092e 100644 --- a/common/gtk-2.0/assets/slider-horiz-insens.png +++ b/common/gtk-2.0/assets/slider-horiz-insens.png diff --git a/common/gtk-2.0/assets/slider-horiz-prelight.png b/common/gtk-2.0/assets/slider-horiz-prelight.png Binary files differindex 543a7b7..2e54f70 100644 --- a/common/gtk-2.0/assets/slider-horiz-prelight.png +++ b/common/gtk-2.0/assets/slider-horiz-prelight.png diff --git a/common/gtk-2.0/assets/slider-horiz.png b/common/gtk-2.0/assets/slider-horiz.png Binary files differindex a9ebcf6..8279c97 100644 --- a/common/gtk-2.0/assets/slider-horiz.png +++ b/common/gtk-2.0/assets/slider-horiz.png diff --git a/common/gtk-2.0/assets/slider-insensitive.png b/common/gtk-2.0/assets/slider-insensitive.png Binary files differindex 67522bb..a465424 100644 --- a/common/gtk-2.0/assets/slider-insensitive.png +++ b/common/gtk-2.0/assets/slider-insensitive.png diff --git a/common/gtk-2.0/assets/slider-prelight.png b/common/gtk-2.0/assets/slider-prelight.png Binary files differindex 3710a7e..ba5f941 100644 --- a/common/gtk-2.0/assets/slider-prelight.png +++ b/common/gtk-2.0/assets/slider-prelight.png diff --git a/common/gtk-2.0/assets/slider-vert-active.png b/common/gtk-2.0/assets/slider-vert-active.png Binary files differindex 791c307..7f8b3ab 100644 --- a/common/gtk-2.0/assets/slider-vert-active.png +++ b/common/gtk-2.0/assets/slider-vert-active.png diff --git a/common/gtk-2.0/assets/slider-vert-insens.png b/common/gtk-2.0/assets/slider-vert-insens.png Binary files differindex 8653755..51fa909 100644 --- a/common/gtk-2.0/assets/slider-vert-insens.png +++ b/common/gtk-2.0/assets/slider-vert-insens.png diff --git a/common/gtk-2.0/assets/slider-vert-prelight.png b/common/gtk-2.0/assets/slider-vert-prelight.png Binary files differindex c5dc146..ec22eb7 100644 --- a/common/gtk-2.0/assets/slider-vert-prelight.png +++ b/common/gtk-2.0/assets/slider-vert-prelight.png diff --git a/common/gtk-2.0/assets/slider-vert.png b/common/gtk-2.0/assets/slider-vert.png Binary files differindex ad9da33..97ead79 100644 --- a/common/gtk-2.0/assets/slider-vert.png +++ b/common/gtk-2.0/assets/slider-vert.png diff --git a/common/gtk-2.0/assets/slider.png b/common/gtk-2.0/assets/slider.png Binary files differindex ee227f2..f3a3e70 100644 --- a/common/gtk-2.0/assets/slider.png +++ b/common/gtk-2.0/assets/slider.png diff --git a/common/gtk-2.0/assets/tab-bottom-active.png b/common/gtk-2.0/assets/tab-bottom-active.png Binary files differindex 04e8c16..0040e6a 100644 --- a/common/gtk-2.0/assets/tab-bottom-active.png +++ b/common/gtk-2.0/assets/tab-bottom-active.png diff --git a/common/gtk-2.0/assets/tab-left-active.png b/common/gtk-2.0/assets/tab-left-active.png Binary files differindex 4bd1cf2..67e1f07 100644 --- a/common/gtk-2.0/assets/tab-left-active.png +++ b/common/gtk-2.0/assets/tab-left-active.png diff --git a/common/gtk-2.0/assets/tab-right-active.png b/common/gtk-2.0/assets/tab-right-active.png Binary files differindex 81973f4..2c58a8a 100644 --- a/common/gtk-2.0/assets/tab-right-active.png +++ b/common/gtk-2.0/assets/tab-right-active.png diff --git a/common/gtk-2.0/assets/tab-top-active.png b/common/gtk-2.0/assets/tab-top-active.png Binary files differindex 414b162..f5756d0 100644 --- a/common/gtk-2.0/assets/tab-top-active.png +++ b/common/gtk-2.0/assets/tab-top-active.png diff --git a/common/gtk-2.0/assets/toolbar.png b/common/gtk-2.0/assets/toolbar.png Binary files differindex 86aa3bc..2454831 100644 --- a/common/gtk-2.0/assets/toolbar.png +++ b/common/gtk-2.0/assets/toolbar.png diff --git a/common/gtk-2.0/assets/tree_header.png b/common/gtk-2.0/assets/tree_header.png Binary files differindex 8b8ca06..ff3aa43 100644 --- a/common/gtk-2.0/assets/tree_header.png +++ b/common/gtk-2.0/assets/tree_header.png diff --git a/common/gtk-2.0/assets/trough-horizontal-active.png b/common/gtk-2.0/assets/trough-horizontal-active.png Binary files differindex 9fe455f..ba6e059 100644 --- a/common/gtk-2.0/assets/trough-horizontal-active.png +++ b/common/gtk-2.0/assets/trough-horizontal-active.png diff --git a/common/gtk-2.0/assets/trough-horizontal.png b/common/gtk-2.0/assets/trough-horizontal.png Binary files differindex 681ec6c..96fdddc 100644 --- a/common/gtk-2.0/assets/trough-horizontal.png +++ b/common/gtk-2.0/assets/trough-horizontal.png diff --git a/common/gtk-2.0/assets/trough-progressbar.png b/common/gtk-2.0/assets/trough-progressbar.png Binary files differindex fbf043c..ea8988e 100644 --- a/common/gtk-2.0/assets/trough-progressbar.png +++ b/common/gtk-2.0/assets/trough-progressbar.png diff --git a/common/gtk-2.0/assets/trough-progressbar_v.png b/common/gtk-2.0/assets/trough-progressbar_v.png Binary files differindex 32e885b..b79ee3d 100644 --- a/common/gtk-2.0/assets/trough-progressbar_v.png +++ b/common/gtk-2.0/assets/trough-progressbar_v.png diff --git a/common/gtk-2.0/assets/trough-scrollbar-horiz.png b/common/gtk-2.0/assets/trough-scrollbar-horiz.png Binary files differindex 19625d7..794dc1b 100644 --- a/common/gtk-2.0/assets/trough-scrollbar-horiz.png +++ b/common/gtk-2.0/assets/trough-scrollbar-horiz.png diff --git a/common/gtk-2.0/assets/trough-scrollbar-vert.png b/common/gtk-2.0/assets/trough-scrollbar-vert.png Binary files differindex b1077e0..8ce9c6c 100644 --- a/common/gtk-2.0/assets/trough-scrollbar-vert.png +++ b/common/gtk-2.0/assets/trough-scrollbar-vert.png diff --git a/common/gtk-2.0/assets/trough-vertical-active.png b/common/gtk-2.0/assets/trough-vertical-active.png Binary files differindex ae8e429..3217ee2 100644 --- a/common/gtk-2.0/assets/trough-vertical-active.png +++ b/common/gtk-2.0/assets/trough-vertical-active.png diff --git a/common/gtk-2.0/assets/trough-vertical.png b/common/gtk-2.0/assets/trough-vertical.png Binary files differindex 2f720fa..77ac68e 100644 --- a/common/gtk-2.0/assets/trough-vertical.png +++ b/common/gtk-2.0/assets/trough-vertical.png diff --git a/common/gtk-2.0/assets/up-background-disable-rtl.png b/common/gtk-2.0/assets/up-background-disable-rtl.png Binary files differindex b179242..9560158 100644 --- a/common/gtk-2.0/assets/up-background-disable-rtl.png +++ b/common/gtk-2.0/assets/up-background-disable-rtl.png diff --git a/common/gtk-2.0/assets/up-background-disable.png b/common/gtk-2.0/assets/up-background-disable.png Binary files differindex f553547..34b3fba 100644 --- a/common/gtk-2.0/assets/up-background-disable.png +++ b/common/gtk-2.0/assets/up-background-disable.png diff --git a/common/gtk-2.0/assets/up-background-rtl.png b/common/gtk-2.0/assets/up-background-rtl.png Binary files differindex b6721a1..e8a207e 100644 --- a/common/gtk-2.0/assets/up-background-rtl.png +++ b/common/gtk-2.0/assets/up-background-rtl.png diff --git a/common/gtk-2.0/assets/up-background.png b/common/gtk-2.0/assets/up-background.png Binary files differindex 527e93c..6a20beb 100644 --- a/common/gtk-2.0/assets/up-background.png +++ b/common/gtk-2.0/assets/up-background.png diff --git a/common/gtk-2.0/menubar-toolbar/button-active.png b/common/gtk-2.0/menubar-toolbar/button-active.png Binary files differindex abde967..91cab74 100644 --- a/common/gtk-2.0/menubar-toolbar/button-active.png +++ b/common/gtk-2.0/menubar-toolbar/button-active.png diff --git a/common/gtk-2.0/menubar-toolbar/button-hover.png b/common/gtk-2.0/menubar-toolbar/button-hover.png Binary files differindex ec020de..dacc818 100644 --- a/common/gtk-2.0/menubar-toolbar/button-hover.png +++ b/common/gtk-2.0/menubar-toolbar/button-hover.png diff --git a/common/gtk-2.0/menubar-toolbar/button-insensitive.png b/common/gtk-2.0/menubar-toolbar/button-insensitive.png Binary files differindex a96be6e..2d3156f 100644 --- a/common/gtk-2.0/menubar-toolbar/button-insensitive.png +++ b/common/gtk-2.0/menubar-toolbar/button-insensitive.png diff --git a/common/gtk-2.0/menubar-toolbar/button.png b/common/gtk-2.0/menubar-toolbar/button.png Binary files differindex 132ba73..a396038 100644 --- a/common/gtk-2.0/menubar-toolbar/button.png +++ b/common/gtk-2.0/menubar-toolbar/button.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png b/common/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png Binary files differindex f1e4eb1..9b97754 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png +++ b/common/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-active-toolbar.png b/common/gtk-2.0/menubar-toolbar/entry-active-toolbar.png Binary files differindex 9c48f7c..cdfb6a6 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-active-toolbar.png +++ b/common/gtk-2.0/menubar-toolbar/entry-active-toolbar.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png b/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png Binary files differindex cc72f5d..83f52ee 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png +++ b/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png b/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png Binary files differindex 58dcce7..e2bb778 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png +++ b/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png b/common/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png Binary files differindex dec83cb..a777bb0 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png +++ b/common/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-toolbar.png b/common/gtk-2.0/menubar-toolbar/entry-toolbar.png Binary files differindex 25a3be7..ec243b6 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-toolbar.png +++ b/common/gtk-2.0/menubar-toolbar/entry-toolbar.png diff --git a/common/gtk-2.0/menubar-toolbar/menubar-dark.png b/common/gtk-2.0/menubar-toolbar/menubar-dark.png Binary files differindex 2db658e..8e96b72 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar-dark.png +++ b/common/gtk-2.0/menubar-toolbar/menubar-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/menubar.png b/common/gtk-2.0/menubar-toolbar/menubar.png Binary files differindex e5568a9..8ef6deb 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar.png +++ b/common/gtk-2.0/menubar-toolbar/menubar.png diff --git a/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png Binary files differindex 15f54c7..4f70d6f 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png +++ b/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/menubar_button.png b/common/gtk-2.0/menubar-toolbar/menubar_button.png Binary files differindex 15f54c7..4f70d6f 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar_button.png +++ b/common/gtk-2.0/menubar-toolbar/menubar_button.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png Binary files differindex 3ca0429..a2fd5a9 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png Binary files differindex ed4df92..949c369 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png Binary files differindex 10ce564..423046a 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png Binary files differindex dab5f0b..2a98299 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png Binary files differindex 4ecee5f..36f2199 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png Binary files differindex ba99748..55cc55f 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png Binary files differindex a75eb05..d3d0b4d 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png Binary files differindex 585a2c4..89045de 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selected.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selected.png Binary files differindex 26d7908..82e8ca0 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png Binary files differindex 50dda46..3dac7a3 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png Binary files differindex 8aaafa6..cc27557 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark@2.png Binary files differindex fc7b8ef..f1a9623 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png Binary files differindex 912ad60..8af572b 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode@2.png Binary files differindex 4bf7e90..42f89c1 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked.png b/common/gtk-3.0/3.14/assets/checkbox-checked.png Binary files differindex 385787b..7c05b6f 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked@2.png Binary files differindex 38a9666..0cfd9a0 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png Binary files differindex c0410a4..8759a90 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png Binary files differindex 0dda7f8..795faee 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png Binary files differindex 9ee9665..a8e008b 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png Binary files differindex deb04d8..c220ca8 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png Binary files differindex 3f1450b..793f169 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png Binary files differindex b47a9ce..2033da8 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png Binary files differindex 94413b7..705ee02 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png Binary files differindex b7433cd..44d6c7e 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png Binary files differindex 33c3737..bea1ec8 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-selected@2.png Binary files differindex 5f07df5..37cf7f0 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed.png b/common/gtk-3.0/3.14/assets/checkbox-mixed.png Binary files differindex b13fc9f..feb67c4 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png Binary files differindex 01e2f54..f2557d0 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark.png Binary files differindex 49a97c2..ea0568f 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png Binary files differindex 160f9cc..f4e3df3 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png Binary files differindex bff9d02..8cc9263 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png +++ b/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode@2.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode@2.png Binary files differindex 84000da..78fb2fd 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-selectionmode@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-selectionmode@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark.png Binary files differindex 9a314e6..fca1226 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark@2.png Binary files differindex 789d16b..fc28667 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark.png Binary files differindex 587604b..75dc9bc 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png Binary files differindex 0936ddc..15efb6c 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected.png Binary files differindex f2aadbf..7cdc8ee 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png Binary files differindex dbaf0ec..8d3f333 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png Binary files differindex a83df99..36ee76b 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png Binary files differindex 2f5a429..142d618 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png Binary files differindex 1294025..8063c54 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png Binary files differindex 2192d08..b01c60a 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked.png Binary files differindex 6539cd5..43ca15f 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png Binary files differindex 53115ff..e7a1da3 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-dark.png b/common/gtk-3.0/3.14/assets/radio-checked-dark.png Binary files differindex 02141ef..b9fd269 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-dark@2.png b/common/gtk-3.0/3.14/assets/radio-checked-dark@2.png Binary files differindex faa6063..b6a49ee 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png Binary files differindex 0306818..b7aefb4 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png Binary files differindex 1605542..550ef00 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png Binary files differindex 61c6e4c..2ccd53f 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected@2.png Binary files differindex dce31c0..decbba7 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive.png Binary files differindex d343dc5..f1f7c1e 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png Binary files differindex 37316d2..f9f6a6d 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-selected.png b/common/gtk-3.0/3.14/assets/radio-checked-selected.png Binary files differindex ee6522b..40eb50d 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-selected@2.png b/common/gtk-3.0/3.14/assets/radio-checked-selected@2.png Binary files differindex e833438..177e6db 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked.png b/common/gtk-3.0/3.14/assets/radio-checked.png Binary files differindex 007c163..6b3b2e1 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked.png +++ b/common/gtk-3.0/3.14/assets/radio-checked.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked@2.png b/common/gtk-3.0/3.14/assets/radio-checked@2.png Binary files differindex 17a48d8..f526cd9 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-dark.png b/common/gtk-3.0/3.14/assets/radio-mixed-dark.png Binary files differindex 4d52ba5..08a8f5c 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png Binary files differindex ccbd276..e99eb45 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png Binary files differindex cb5a919..fed746c 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png Binary files differindex a77c345..2658ab5 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png Binary files differindex ffed3f5..8714335 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png Binary files differindex 3bb67c4..67afea7 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png Binary files differindex 54d0630..06d4d8d 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png Binary files differindex e66b10e..e2e4569 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-selected.png b/common/gtk-3.0/3.14/assets/radio-mixed-selected.png Binary files differindex d437dd9..8324389 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png Binary files differindex b0ff5a8..0088a2b 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed.png b/common/gtk-3.0/3.14/assets/radio-mixed.png Binary files differindex 2ff5bfb..e8f8d56 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed@2.png b/common/gtk-3.0/3.14/assets/radio-mixed@2.png Binary files differindex f3ae67a..62350cc 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png Binary files differindex 94a9e74..ec5fac5 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-dark@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-dark@2.png Binary files differindex 162da3e..b9b8a2f 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark.png Binary files differindex a85863c..a37d472 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark@2.png Binary files differindex 526cdd3..704bd30 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png Binary files differindex 3c4eaad..077be10 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png Binary files differindex 67f1a7d..f3c6806 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png Binary files differindex 3804593..ea595ef 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive@2.png Binary files differindex 9927ab0..95d1ff7 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-selected.png b/common/gtk-3.0/3.14/assets/radio-unchecked-selected.png Binary files differindex 896c5ad..d66b77b 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-selected@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-selected@2.png Binary files differindex f72ea4d..fc66493 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked.png b/common/gtk-3.0/3.14/assets/radio-unchecked.png Binary files differindex f1e4b07..0e1275c 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked@2.png Binary files differindex 6fa8572..ec1ce1d 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-dark.png b/common/gtk-3.0/3.14/assets/switch-active-dark.png Binary files differindex aa1118e..2e395ba 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-active-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-dark@2.png Binary files differindex 1a55df1..307b7f0 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-header-dark.png b/common/gtk-3.0/3.14/assets/switch-active-header-dark.png Binary files differindex 032a26c..5f33bac 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-header-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-active-header-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-header-dark@2.png Binary files differindex 7cca4f9..7690f3f 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-header-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-header-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-header.png b/common/gtk-3.0/3.14/assets/switch-active-header.png Binary files differindex db33743..f8e9eb1 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-header.png +++ b/common/gtk-3.0/3.14/assets/switch-active-header.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-header@2.png b/common/gtk-3.0/3.14/assets/switch-active-header@2.png Binary files differindex 588457c..c6e287a 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-header@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-header@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark.png Binary files differindex b41fadb..85ecc9e 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png Binary files differindex cb3f3f2..135cf60 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png Binary files differindex a1bc7e3..1b3ab46 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png Binary files differindex c509938..506f801 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png Binary files differindex 9ea6fdf..59cf260 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header@2.png Binary files differindex e12f2fd..e9f7b10 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png Binary files differindex 1e9eb3f..f128fe1 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png Binary files differindex a462fc2..14044f6 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive.png Binary files differindex 9ea6fdf..59cf260 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive@2.png Binary files differindex e12f2fd..e9f7b10 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-selected.png b/common/gtk-3.0/3.14/assets/switch-active-selected.png Binary files differindex 7599320..ee2bfb6 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-selected.png +++ b/common/gtk-3.0/3.14/assets/switch-active-selected.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-selected@2.png b/common/gtk-3.0/3.14/assets/switch-active-selected@2.png Binary files differindex b9ec173..07387dd 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-selected@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active.png b/common/gtk-3.0/3.14/assets/switch-active.png Binary files differindex db33743..f8e9eb1 100644 --- a/common/gtk-3.0/3.14/assets/switch-active.png +++ b/common/gtk-3.0/3.14/assets/switch-active.png diff --git a/common/gtk-3.0/3.14/assets/switch-active@2.png b/common/gtk-3.0/3.14/assets/switch-active@2.png Binary files differindex 588457c..c6e287a 100644 --- a/common/gtk-3.0/3.14/assets/switch-active@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-dark.png b/common/gtk-3.0/3.14/assets/switch-dark.png Binary files differindex d780bc3..279c8a0 100644 --- a/common/gtk-3.0/3.14/assets/switch-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-dark@2.png b/common/gtk-3.0/3.14/assets/switch-dark@2.png Binary files differindex ab932e2..66d958d 100644 --- a/common/gtk-3.0/3.14/assets/switch-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-header-dark.png b/common/gtk-3.0/3.14/assets/switch-header-dark.png Binary files differindex 0e9ac1c..8d2dde7 100644 --- a/common/gtk-3.0/3.14/assets/switch-header-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-header-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-header-dark@2.png Binary files differindex faa606e..2fbc761 100644 --- a/common/gtk-3.0/3.14/assets/switch-header-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-header-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-header.png b/common/gtk-3.0/3.14/assets/switch-header.png Binary files differindex bbae80e..57eaa12 100644 --- a/common/gtk-3.0/3.14/assets/switch-header.png +++ b/common/gtk-3.0/3.14/assets/switch-header.png diff --git a/common/gtk-3.0/3.14/assets/switch-header@2.png b/common/gtk-3.0/3.14/assets/switch-header@2.png Binary files differindex a58ba64..de51cd6 100644 --- a/common/gtk-3.0/3.14/assets/switch-header@2.png +++ b/common/gtk-3.0/3.14/assets/switch-header@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-dark.png b/common/gtk-3.0/3.14/assets/switch-insensitive-dark.png Binary files differindex e18d92e..59b0be1 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-dark@2.png Binary files differindex defa45e..c19fc0b 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark.png Binary files differindex 9c54bd5..f0bd585 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png Binary files differindex 524abe7..4af14c4 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header.png Binary files differindex 3c9f6df..9beee2f 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-header.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-header.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png Binary files differindex 15bd252..5ce1694 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png Binary files differindex 54b0e56..3ff04e0 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png Binary files differindex 921f57b..c9b6af9 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive.png b/common/gtk-3.0/3.14/assets/switch-insensitive.png Binary files differindex 1cc0da9..10ad419 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive@2.png Binary files differindex 1b20d17..15b7e09 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-selected.png b/common/gtk-3.0/3.14/assets/switch-selected.png Binary files differindex 0e35735..652844e 100644 --- a/common/gtk-3.0/3.14/assets/switch-selected.png +++ b/common/gtk-3.0/3.14/assets/switch-selected.png diff --git a/common/gtk-3.0/3.14/assets/switch-selected@2.png b/common/gtk-3.0/3.14/assets/switch-selected@2.png Binary files differindex 2e21039..1ffc32e 100644 --- a/common/gtk-3.0/3.14/assets/switch-selected@2.png +++ b/common/gtk-3.0/3.14/assets/switch-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/switch.png b/common/gtk-3.0/3.14/assets/switch.png Binary files differindex 05fe8c5..7368c5d 100644 --- a/common/gtk-3.0/3.14/assets/switch.png +++ b/common/gtk-3.0/3.14/assets/switch.png diff --git a/common/gtk-3.0/3.14/assets/switch@2.png b/common/gtk-3.0/3.14/assets/switch@2.png Binary files differindex cdd8a22..c5f5dc9 100644 --- a/common/gtk-3.0/3.14/assets/switch@2.png +++ b/common/gtk-3.0/3.14/assets/switch@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png Binary files differindex 313f6e3..ef7c8bd 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark@2.png Binary files differindex d9ce717..56b81c0 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-active.png b/common/gtk-3.0/3.14/assets/titlebutton-close-active.png Binary files differindex 15c4300..e7d701f 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-active.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-active.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-active@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-active@2.png Binary files differindex 870a798..83913ef 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-active@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-active@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark.png Binary files differindex 7611f5d..d9ea7f9 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark@2.png Binary files differindex 0c58794..1742875 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop.png b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop.png Binary files differindex 47ec30d..9f5dad1 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop@2.png Binary files differindex 3a27f10..b440ff4 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png Binary files differindex 313f6e3..ef7c8bd 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png Binary files differindex d9ce717..56b81c0 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark.png Binary files differindex 6eeab64..d3a7a7d 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png Binary files differindex 8ea69a9..ba84765 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-hover.png b/common/gtk-3.0/3.14/assets/titlebutton-close-hover.png Binary files differindex ee915d6..9b2df11 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-hover.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-hover.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-hover@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-hover@2.png Binary files differindex 6c9afb6..9cb9284 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-hover@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-hover@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close.png b/common/gtk-3.0/3.14/assets/titlebutton-close.png Binary files differindex 62ee2d0..345605b 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close@2.png Binary files differindex 28b625e..b83f497 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png Binary files differindex 01e355e..6c44511 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png Binary files differindex 989d4f3..042c5bb 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active.png Binary files differindex 01e355e..6c44511 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png Binary files differindex 989d4f3..042c5bb 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark.png Binary files differindex 0883ca7..0b40ca5 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark@2.png Binary files differindex 4542b7f..4b2db99 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop.png Binary files differindex 36858b0..85e145c 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop@2.png Binary files differindex 061e356..3429d54 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark.png Binary files differindex 8addbf8..e684efd 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark@2.png Binary files differindex dedcc38..fb52df8 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png Binary files differindex 8c73d43..a6dfa04 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png Binary files differindex c357ecd..6f8b847 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png Binary files differindex 4290272..6ead74b 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover@2.png Binary files differindex 9bdc65c..4c310f2 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize.png Binary files differindex 14e5e3e..0f9e481 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize@2.png Binary files differindex a1a13bb..0520158 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png Binary files differindex f887640..16243b2 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png Binary files differindex 673429e..eb97748 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png Binary files differindex f887640..16243b2 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png Binary files differindex 673429e..eb97748 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark.png Binary files differindex b04db91..8205fb7 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark@2.png Binary files differindex 5b8cf4d..4e9b3d6 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop.png Binary files differindex b83cb7d..97763fb 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop@2.png Binary files differindex f83b673..3c4a021 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark.png Binary files differindex b5c9732..5cada74 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark@2.png Binary files differindex 29b6465..76c3c8f 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark.png Binary files differindex fcebe9b..daec11d 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark@2.png Binary files differindex 548c26c..080ce9f 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png Binary files differindex 5cddced..39cdfbf 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png Binary files differindex 47d599b..42ba5d1 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize.png Binary files differindex f4b6db0..cffbf94 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize@2.png Binary files differindex 9a35819..2a6ba85 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize@2.png diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css index f612057..df31af8 100644 --- a/common/gtk-3.0/3.14/gtk-dark.css +++ b/common/gtk-3.0/3.14/gtk-dark.css @@ -3521,11 +3521,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css index 4b8a55a..1c98822 100644 --- a/common/gtk-3.0/3.14/gtk-darker.css +++ b/common/gtk-3.0/3.14/gtk-darker.css @@ -3524,11 +3524,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css index 731a4f8..29679d8 100644 --- a/common/gtk-3.0/3.14/gtk-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-solid-dark.css @@ -3521,11 +3521,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css index 810e664..e6dd188 100644 --- a/common/gtk-3.0/3.14/gtk-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-solid-darker.css @@ -3524,11 +3524,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css index d4e6573..a965315 100644 --- a/common/gtk-3.0/3.14/gtk-solid.css +++ b/common/gtk-3.0/3.14/gtk-solid.css @@ -3524,11 +3524,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css index ee41f76..4c1e29c 100644 --- a/common/gtk-3.0/3.14/gtk.css +++ b/common/gtk-3.0/3.14/gtk.css @@ -3524,11 +3524,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.14/sass/_lightdm.scss b/common/gtk-3.0/3.14/sass/_lightdm.scss index 89cdfcd..bb7214a 100644 --- a/common/gtk-3.0/3.14/sass/_lightdm.scss +++ b/common/gtk-3.0/3.14/sass/_lightdm.scss @@ -6,11 +6,14 @@ box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators - .menubar, - .menubar > .menuitem { - background-color: transparent; - color: $panel_fg; - font: bold; + .menubar { + padding-left: 5px; + + &, > .menuitem { + background-color: transparent; + color: $panel_fg; + font: bold; + } } .menubar .menuitem:insensitive { diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png Binary files differindex 3ca0429..a2fd5a9 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png Binary files differindex ed4df92..949c369 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png Binary files differindex 10ce564..423046a 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png Binary files differindex dab5f0b..2a98299 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png Binary files differindex 4ecee5f..36f2199 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png Binary files differindex ba99748..55cc55f 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png Binary files differindex a75eb05..d3d0b4d 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png Binary files differindex 585a2c4..89045de 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selected.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selected.png Binary files differindex 26d7908..82e8ca0 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png Binary files differindex 50dda46..3dac7a3 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png Binary files differindex 8aaafa6..cc27557 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark@2.png Binary files differindex fc7b8ef..f1a9623 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png Binary files differindex 912ad60..8af572b 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode@2.png Binary files differindex 4bf7e90..42f89c1 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked.png b/common/gtk-3.0/3.16/assets/checkbox-checked.png Binary files differindex 385787b..7c05b6f 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked@2.png Binary files differindex 38a9666..0cfd9a0 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png Binary files differindex c0410a4..8759a90 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png Binary files differindex 0dda7f8..795faee 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png Binary files differindex 9ee9665..a8e008b 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png Binary files differindex deb04d8..c220ca8 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png Binary files differindex 3f1450b..793f169 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png Binary files differindex b47a9ce..2033da8 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png Binary files differindex 94413b7..705ee02 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png Binary files differindex b7433cd..44d6c7e 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png Binary files differindex 33c3737..bea1ec8 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-selected@2.png Binary files differindex 5f07df5..37cf7f0 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed.png b/common/gtk-3.0/3.16/assets/checkbox-mixed.png Binary files differindex b13fc9f..feb67c4 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png Binary files differindex 01e2f54..f2557d0 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark.png Binary files differindex 49a97c2..ea0568f 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png Binary files differindex 160f9cc..f4e3df3 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png Binary files differindex bff9d02..8cc9263 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png +++ b/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode@2.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode@2.png Binary files differindex 84000da..78fb2fd 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-selectionmode@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-selectionmode@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark.png Binary files differindex 9a314e6..fca1226 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark@2.png Binary files differindex 789d16b..fc28667 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark.png Binary files differindex 587604b..75dc9bc 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png Binary files differindex 0936ddc..15efb6c 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected.png Binary files differindex f2aadbf..7cdc8ee 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png Binary files differindex dbaf0ec..8d3f333 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png Binary files differindex a83df99..36ee76b 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png Binary files differindex 2f5a429..142d618 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png Binary files differindex 1294025..8063c54 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png Binary files differindex 2192d08..b01c60a 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked.png Binary files differindex 6539cd5..43ca15f 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png Binary files differindex 53115ff..e7a1da3 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-dark.png b/common/gtk-3.0/3.16/assets/radio-checked-dark.png Binary files differindex 02141ef..b9fd269 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-dark@2.png b/common/gtk-3.0/3.16/assets/radio-checked-dark@2.png Binary files differindex faa6063..b6a49ee 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png Binary files differindex 0306818..b7aefb4 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png Binary files differindex 1605542..550ef00 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png Binary files differindex 61c6e4c..2ccd53f 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected@2.png Binary files differindex dce31c0..decbba7 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive.png Binary files differindex d343dc5..f1f7c1e 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png Binary files differindex 37316d2..f9f6a6d 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-selected.png b/common/gtk-3.0/3.16/assets/radio-checked-selected.png Binary files differindex ee6522b..40eb50d 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-selected@2.png b/common/gtk-3.0/3.16/assets/radio-checked-selected@2.png Binary files differindex e833438..177e6db 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked.png b/common/gtk-3.0/3.16/assets/radio-checked.png Binary files differindex 007c163..6b3b2e1 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked.png +++ b/common/gtk-3.0/3.16/assets/radio-checked.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked@2.png b/common/gtk-3.0/3.16/assets/radio-checked@2.png Binary files differindex 17a48d8..f526cd9 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-dark.png b/common/gtk-3.0/3.16/assets/radio-mixed-dark.png Binary files differindex 4d52ba5..08a8f5c 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png Binary files differindex ccbd276..e99eb45 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png Binary files differindex cb5a919..fed746c 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png Binary files differindex a77c345..2658ab5 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png Binary files differindex ffed3f5..8714335 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png Binary files differindex 3bb67c4..67afea7 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png Binary files differindex 54d0630..06d4d8d 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png Binary files differindex e66b10e..e2e4569 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-selected.png b/common/gtk-3.0/3.16/assets/radio-mixed-selected.png Binary files differindex d437dd9..8324389 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png Binary files differindex b0ff5a8..0088a2b 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed.png b/common/gtk-3.0/3.16/assets/radio-mixed.png Binary files differindex 2ff5bfb..e8f8d56 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed@2.png b/common/gtk-3.0/3.16/assets/radio-mixed@2.png Binary files differindex f3ae67a..62350cc 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png Binary files differindex 94a9e74..ec5fac5 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-dark@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-dark@2.png Binary files differindex 162da3e..b9b8a2f 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark.png Binary files differindex a85863c..a37d472 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark@2.png Binary files differindex 526cdd3..704bd30 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png Binary files differindex 3c4eaad..077be10 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png Binary files differindex 67f1a7d..f3c6806 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png Binary files differindex 3804593..ea595ef 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive@2.png Binary files differindex 9927ab0..95d1ff7 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-selected.png b/common/gtk-3.0/3.16/assets/radio-unchecked-selected.png Binary files differindex 896c5ad..d66b77b 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-selected@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-selected@2.png Binary files differindex f72ea4d..fc66493 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked.png b/common/gtk-3.0/3.16/assets/radio-unchecked.png Binary files differindex f1e4b07..0e1275c 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked@2.png Binary files differindex 6fa8572..ec1ce1d 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-dark.png b/common/gtk-3.0/3.16/assets/switch-active-dark.png Binary files differindex aa1118e..2e395ba 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-active-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-dark@2.png Binary files differindex 1a55df1..307b7f0 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-header-dark.png b/common/gtk-3.0/3.16/assets/switch-active-header-dark.png Binary files differindex 032a26c..5f33bac 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-header-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-active-header-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-header-dark@2.png Binary files differindex 7cca4f9..7690f3f 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-header-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-header-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-header.png b/common/gtk-3.0/3.16/assets/switch-active-header.png Binary files differindex db33743..f8e9eb1 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-header.png +++ b/common/gtk-3.0/3.16/assets/switch-active-header.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-header@2.png b/common/gtk-3.0/3.16/assets/switch-active-header@2.png Binary files differindex 588457c..c6e287a 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-header@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-header@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark.png Binary files differindex b41fadb..85ecc9e 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png Binary files differindex cb3f3f2..135cf60 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png Binary files differindex a1bc7e3..1b3ab46 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png Binary files differindex c509938..506f801 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png Binary files differindex 9ea6fdf..59cf260 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header@2.png Binary files differindex e12f2fd..e9f7b10 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png Binary files differindex 1e9eb3f..f128fe1 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png Binary files differindex a462fc2..14044f6 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive.png Binary files differindex 9ea6fdf..59cf260 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive@2.png Binary files differindex e12f2fd..e9f7b10 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-selected.png b/common/gtk-3.0/3.16/assets/switch-active-selected.png Binary files differindex 7599320..ee2bfb6 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-selected.png +++ b/common/gtk-3.0/3.16/assets/switch-active-selected.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-selected@2.png b/common/gtk-3.0/3.16/assets/switch-active-selected@2.png Binary files differindex b9ec173..07387dd 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-selected@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active.png b/common/gtk-3.0/3.16/assets/switch-active.png Binary files differindex db33743..f8e9eb1 100644 --- a/common/gtk-3.0/3.16/assets/switch-active.png +++ b/common/gtk-3.0/3.16/assets/switch-active.png diff --git a/common/gtk-3.0/3.16/assets/switch-active@2.png b/common/gtk-3.0/3.16/assets/switch-active@2.png Binary files differindex 588457c..c6e287a 100644 --- a/common/gtk-3.0/3.16/assets/switch-active@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-dark.png b/common/gtk-3.0/3.16/assets/switch-dark.png Binary files differindex d780bc3..279c8a0 100644 --- a/common/gtk-3.0/3.16/assets/switch-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-dark@2.png b/common/gtk-3.0/3.16/assets/switch-dark@2.png Binary files differindex ab932e2..66d958d 100644 --- a/common/gtk-3.0/3.16/assets/switch-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-header-dark.png b/common/gtk-3.0/3.16/assets/switch-header-dark.png Binary files differindex 0e9ac1c..8d2dde7 100644 --- a/common/gtk-3.0/3.16/assets/switch-header-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-header-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-header-dark@2.png Binary files differindex faa606e..2fbc761 100644 --- a/common/gtk-3.0/3.16/assets/switch-header-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-header-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-header.png b/common/gtk-3.0/3.16/assets/switch-header.png Binary files differindex bbae80e..57eaa12 100644 --- a/common/gtk-3.0/3.16/assets/switch-header.png +++ b/common/gtk-3.0/3.16/assets/switch-header.png diff --git a/common/gtk-3.0/3.16/assets/switch-header@2.png b/common/gtk-3.0/3.16/assets/switch-header@2.png Binary files differindex a58ba64..de51cd6 100644 --- a/common/gtk-3.0/3.16/assets/switch-header@2.png +++ b/common/gtk-3.0/3.16/assets/switch-header@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-dark.png b/common/gtk-3.0/3.16/assets/switch-insensitive-dark.png Binary files differindex e18d92e..59b0be1 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-dark@2.png Binary files differindex defa45e..c19fc0b 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark.png Binary files differindex 9c54bd5..f0bd585 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png Binary files differindex 524abe7..4af14c4 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header.png Binary files differindex 3c9f6df..9beee2f 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-header.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-header.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png Binary files differindex 15bd252..5ce1694 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png Binary files differindex 54b0e56..3ff04e0 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png Binary files differindex 921f57b..c9b6af9 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive.png b/common/gtk-3.0/3.16/assets/switch-insensitive.png Binary files differindex 1cc0da9..10ad419 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive@2.png Binary files differindex 1b20d17..15b7e09 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-selected.png b/common/gtk-3.0/3.16/assets/switch-selected.png Binary files differindex 0e35735..652844e 100644 --- a/common/gtk-3.0/3.16/assets/switch-selected.png +++ b/common/gtk-3.0/3.16/assets/switch-selected.png diff --git a/common/gtk-3.0/3.16/assets/switch-selected@2.png b/common/gtk-3.0/3.16/assets/switch-selected@2.png Binary files differindex 2e21039..1ffc32e 100644 --- a/common/gtk-3.0/3.16/assets/switch-selected@2.png +++ b/common/gtk-3.0/3.16/assets/switch-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/switch.png b/common/gtk-3.0/3.16/assets/switch.png Binary files differindex 05fe8c5..7368c5d 100644 --- a/common/gtk-3.0/3.16/assets/switch.png +++ b/common/gtk-3.0/3.16/assets/switch.png diff --git a/common/gtk-3.0/3.16/assets/switch@2.png b/common/gtk-3.0/3.16/assets/switch@2.png Binary files differindex cdd8a22..c5f5dc9 100644 --- a/common/gtk-3.0/3.16/assets/switch@2.png +++ b/common/gtk-3.0/3.16/assets/switch@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png Binary files differindex 313f6e3..ef7c8bd 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark@2.png Binary files differindex d9ce717..56b81c0 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-active.png b/common/gtk-3.0/3.16/assets/titlebutton-close-active.png Binary files differindex 15c4300..e7d701f 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-active.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-active.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-active@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-active@2.png Binary files differindex 870a798..83913ef 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-active@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-active@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark.png Binary files differindex 7611f5d..d9ea7f9 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark@2.png Binary files differindex 0c58794..1742875 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop.png b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop.png Binary files differindex 47ec30d..9f5dad1 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop@2.png Binary files differindex 3a27f10..b440ff4 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png Binary files differindex 313f6e3..ef7c8bd 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png Binary files differindex d9ce717..56b81c0 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark.png Binary files differindex 6eeab64..d3a7a7d 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png Binary files differindex 8ea69a9..ba84765 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-hover.png b/common/gtk-3.0/3.16/assets/titlebutton-close-hover.png Binary files differindex ee915d6..9b2df11 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-hover.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-hover.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-hover@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-hover@2.png Binary files differindex 6c9afb6..9cb9284 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-hover@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-hover@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close.png b/common/gtk-3.0/3.16/assets/titlebutton-close.png Binary files differindex 62ee2d0..345605b 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close@2.png Binary files differindex 28b625e..b83f497 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png Binary files differindex 01e355e..6c44511 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png Binary files differindex 989d4f3..042c5bb 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active.png Binary files differindex 01e355e..6c44511 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png Binary files differindex 989d4f3..042c5bb 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark.png Binary files differindex 0883ca7..0b40ca5 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark@2.png Binary files differindex 4542b7f..4b2db99 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop.png Binary files differindex 36858b0..85e145c 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop@2.png Binary files differindex 061e356..3429d54 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark.png Binary files differindex 8addbf8..e684efd 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark@2.png Binary files differindex dedcc38..fb52df8 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png Binary files differindex 8c73d43..a6dfa04 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png Binary files differindex c357ecd..6f8b847 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png Binary files differindex 4290272..6ead74b 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover@2.png Binary files differindex 9bdc65c..4c310f2 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize.png Binary files differindex 14e5e3e..0f9e481 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize@2.png Binary files differindex a1a13bb..0520158 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png Binary files differindex f887640..16243b2 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png Binary files differindex 673429e..eb97748 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png Binary files differindex f887640..16243b2 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png Binary files differindex 673429e..eb97748 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark.png Binary files differindex b04db91..8205fb7 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark@2.png Binary files differindex 5b8cf4d..4e9b3d6 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop.png Binary files differindex b83cb7d..97763fb 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop@2.png Binary files differindex f83b673..3c4a021 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark.png Binary files differindex b5c9732..5cada74 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark@2.png Binary files differindex 29b6465..76c3c8f 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark.png Binary files differindex fcebe9b..daec11d 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark@2.png Binary files differindex 548c26c..080ce9f 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png Binary files differindex 5cddced..39cdfbf 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png Binary files differindex 47d599b..42ba5d1 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize.png Binary files differindex f4b6db0..cffbf94 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize@2.png Binary files differindex 9a35819..2a6ba85 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize@2.png diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css index b9b8e7e..d332894 100644 --- a/common/gtk-3.0/3.16/gtk-dark.css +++ b/common/gtk-3.0/3.16/gtk-dark.css @@ -3398,11 +3398,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css index d1c015b..5c4ca56 100644 --- a/common/gtk-3.0/3.16/gtk-darker.css +++ b/common/gtk-3.0/3.16/gtk-darker.css @@ -3401,11 +3401,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css index 4677ed7..12d9fd1 100644 --- a/common/gtk-3.0/3.16/gtk-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-solid-dark.css @@ -3398,11 +3398,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css index 5a7bf09..19d64ac 100644 --- a/common/gtk-3.0/3.16/gtk-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-solid-darker.css @@ -3401,11 +3401,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css index 5116dab..9745732 100644 --- a/common/gtk-3.0/3.16/gtk-solid.css +++ b/common/gtk-3.0/3.16/gtk-solid.css @@ -3401,11 +3401,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css index c0427b9..c086d75 100644 --- a/common/gtk-3.0/3.16/gtk.css +++ b/common/gtk-3.0/3.16/gtk.css @@ -3401,11 +3401,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.16/sass/_lightdm.scss b/common/gtk-3.0/3.16/sass/_lightdm.scss index 89cdfcd..bb7214a 100644 --- a/common/gtk-3.0/3.16/sass/_lightdm.scss +++ b/common/gtk-3.0/3.16/sass/_lightdm.scss @@ -6,11 +6,14 @@ box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators - .menubar, - .menubar > .menuitem { - background-color: transparent; - color: $panel_fg; - font: bold; + .menubar { + padding-left: 5px; + + &, > .menuitem { + background-color: transparent; + color: $panel_fg; + font: bold; + } } .menubar .menuitem:insensitive { diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.18/assets/checkbox-checked-dark.png Binary files differindex 3ca0429..a2fd5a9 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-dark@2.png Binary files differindex ed4df92..949c369 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark.png Binary files differindex 10ce564..423046a 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark@2.png Binary files differindex dab5f0b..2a98299 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected.png Binary files differindex 4ecee5f..36f2199 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected@2.png Binary files differindex ba99748..55cc55f 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive.png Binary files differindex a75eb05..d3d0b4d 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive@2.png Binary files differindex 585a2c4..89045de 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selected.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selected.png Binary files differindex 26d7908..82e8ca0 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selected@2.png Binary files differindex 50dda46..3dac7a3 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark.png Binary files differindex 8aaafa6..cc27557 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark@2.png Binary files differindex fc7b8ef..f1a9623 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode.png Binary files differindex 912ad60..8af572b 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode@2.png Binary files differindex 4bf7e90..42f89c1 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked.png b/common/gtk-3.0/3.18/assets/checkbox-checked.png Binary files differindex 385787b..7c05b6f 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked@2.png Binary files differindex 38a9666..0cfd9a0 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-dark.png Binary files differindex c0410a4..8759a90 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-dark@2.png Binary files differindex 0dda7f8..795faee 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark.png Binary files differindex 9ee9665..a8e008b 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark@2.png Binary files differindex deb04d8..c220ca8 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected.png Binary files differindex 3f1450b..793f169 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected@2.png Binary files differindex b47a9ce..2033da8 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive.png Binary files differindex 94413b7..705ee02 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive@2.png Binary files differindex b7433cd..44d6c7e 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-selected.png Binary files differindex 33c3737..bea1ec8 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-selected@2.png Binary files differindex 5f07df5..37cf7f0 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed.png b/common/gtk-3.0/3.18/assets/checkbox-mixed.png Binary files differindex b13fc9f..feb67c4 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed@2.png Binary files differindex 01e2f54..f2557d0 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark.png b/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark.png Binary files differindex 49a97c2..ea0568f 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark@2.png Binary files differindex 160f9cc..f4e3df3 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.18/assets/checkbox-selectionmode.png Binary files differindex bff9d02..8cc9263 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-selectionmode.png +++ b/common/gtk-3.0/3.18/assets/checkbox-selectionmode.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-selectionmode@2.png b/common/gtk-3.0/3.18/assets/checkbox-selectionmode@2.png Binary files differindex 84000da..78fb2fd 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-selectionmode@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-selectionmode@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark.png Binary files differindex 9a314e6..fca1226 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark@2.png Binary files differindex 789d16b..fc28667 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark.png Binary files differindex 587604b..75dc9bc 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark@2.png Binary files differindex 0936ddc..15efb6c 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected.png Binary files differindex f2aadbf..7cdc8ee 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected@2.png Binary files differindex dbaf0ec..8d3f333 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive.png Binary files differindex a83df99..36ee76b 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive@2.png Binary files differindex 2f5a429..142d618 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected.png Binary files differindex 1294025..8063c54 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected@2.png Binary files differindex 2192d08..b01c60a 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked.png Binary files differindex 6539cd5..43ca15f 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked@2.png Binary files differindex 53115ff..e7a1da3 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-dark.png b/common/gtk-3.0/3.18/assets/radio-checked-dark.png Binary files differindex 02141ef..b9fd269 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-dark@2.png b/common/gtk-3.0/3.18/assets/radio-checked-dark@2.png Binary files differindex faa6063..b6a49ee 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark.png Binary files differindex 0306818..b7aefb4 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark@2.png Binary files differindex 1605542..550ef00 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected.png Binary files differindex 61c6e4c..2ccd53f 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected@2.png Binary files differindex dce31c0..decbba7 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive.png Binary files differindex d343dc5..f1f7c1e 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive@2.png Binary files differindex 37316d2..f9f6a6d 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-selected.png b/common/gtk-3.0/3.18/assets/radio-checked-selected.png Binary files differindex ee6522b..40eb50d 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-selected@2.png b/common/gtk-3.0/3.18/assets/radio-checked-selected@2.png Binary files differindex e833438..177e6db 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked.png b/common/gtk-3.0/3.18/assets/radio-checked.png Binary files differindex 007c163..6b3b2e1 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked.png +++ b/common/gtk-3.0/3.18/assets/radio-checked.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked@2.png b/common/gtk-3.0/3.18/assets/radio-checked@2.png Binary files differindex 17a48d8..f526cd9 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-dark.png b/common/gtk-3.0/3.18/assets/radio-mixed-dark.png Binary files differindex 4d52ba5..08a8f5c 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-dark@2.png Binary files differindex ccbd276..e99eb45 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark.png Binary files differindex cb5a919..fed746c 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark@2.png Binary files differindex a77c345..2658ab5 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected.png Binary files differindex ffed3f5..8714335 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected@2.png Binary files differindex 3bb67c4..67afea7 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive.png Binary files differindex 54d0630..06d4d8d 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive@2.png Binary files differindex e66b10e..e2e4569 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-selected.png b/common/gtk-3.0/3.18/assets/radio-mixed-selected.png Binary files differindex d437dd9..8324389 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-selected@2.png Binary files differindex b0ff5a8..0088a2b 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed.png b/common/gtk-3.0/3.18/assets/radio-mixed.png Binary files differindex 2ff5bfb..e8f8d56 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed@2.png b/common/gtk-3.0/3.18/assets/radio-mixed@2.png Binary files differindex f3ae67a..62350cc 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.18/assets/radio-unchecked-dark.png Binary files differindex 94a9e74..ec5fac5 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-dark@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-dark@2.png Binary files differindex 162da3e..b9b8a2f 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark.png Binary files differindex a85863c..a37d472 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark@2.png Binary files differindex 526cdd3..704bd30 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected.png Binary files differindex 3c4eaad..077be10 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected@2.png Binary files differindex 67f1a7d..f3c6806 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive.png Binary files differindex 3804593..ea595ef 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive@2.png Binary files differindex 9927ab0..95d1ff7 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-selected.png b/common/gtk-3.0/3.18/assets/radio-unchecked-selected.png Binary files differindex 896c5ad..d66b77b 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-selected@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-selected@2.png Binary files differindex f72ea4d..fc66493 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked.png b/common/gtk-3.0/3.18/assets/radio-unchecked.png Binary files differindex f1e4b07..0e1275c 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked@2.png Binary files differindex 6fa8572..ec1ce1d 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-dark.png b/common/gtk-3.0/3.18/assets/switch-active-dark.png Binary files differindex aa1118e..2e395ba 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-active-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-dark@2.png b/common/gtk-3.0/3.18/assets/switch-active-dark@2.png Binary files differindex 1a55df1..307b7f0 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-header-dark.png b/common/gtk-3.0/3.18/assets/switch-active-header-dark.png Binary files differindex 032a26c..5f33bac 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-header-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-active-header-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-header-dark@2.png b/common/gtk-3.0/3.18/assets/switch-active-header-dark@2.png Binary files differindex 7cca4f9..7690f3f 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-header-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-header-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-header.png b/common/gtk-3.0/3.18/assets/switch-active-header.png Binary files differindex db33743..f8e9eb1 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-header.png +++ b/common/gtk-3.0/3.18/assets/switch-active-header.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-header@2.png b/common/gtk-3.0/3.18/assets/switch-active-header@2.png Binary files differindex 588457c..c6e287a 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-header@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-header@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark.png Binary files differindex b41fadb..85ecc9e 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark@2.png Binary files differindex cb3f3f2..135cf60 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark.png Binary files differindex a1bc7e3..1b3ab46 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark@2.png Binary files differindex c509938..506f801 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header.png Binary files differindex 9ea6fdf..59cf260 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header@2.png Binary files differindex e12f2fd..e9f7b10 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected.png Binary files differindex 1e9eb3f..f128fe1 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected@2.png Binary files differindex a462fc2..14044f6 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive.png Binary files differindex 9ea6fdf..59cf260 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive@2.png Binary files differindex e12f2fd..e9f7b10 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-selected.png b/common/gtk-3.0/3.18/assets/switch-active-selected.png Binary files differindex 7599320..ee2bfb6 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-selected.png +++ b/common/gtk-3.0/3.18/assets/switch-active-selected.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-selected@2.png b/common/gtk-3.0/3.18/assets/switch-active-selected@2.png Binary files differindex b9ec173..07387dd 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-selected@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active.png b/common/gtk-3.0/3.18/assets/switch-active.png Binary files differindex db33743..f8e9eb1 100644 --- a/common/gtk-3.0/3.18/assets/switch-active.png +++ b/common/gtk-3.0/3.18/assets/switch-active.png diff --git a/common/gtk-3.0/3.18/assets/switch-active@2.png b/common/gtk-3.0/3.18/assets/switch-active@2.png Binary files differindex 588457c..c6e287a 100644 --- a/common/gtk-3.0/3.18/assets/switch-active@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-dark.png b/common/gtk-3.0/3.18/assets/switch-dark.png Binary files differindex d780bc3..279c8a0 100644 --- a/common/gtk-3.0/3.18/assets/switch-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-dark@2.png b/common/gtk-3.0/3.18/assets/switch-dark@2.png Binary files differindex ab932e2..66d958d 100644 --- a/common/gtk-3.0/3.18/assets/switch-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-header-dark.png b/common/gtk-3.0/3.18/assets/switch-header-dark.png Binary files differindex 0e9ac1c..8d2dde7 100644 --- a/common/gtk-3.0/3.18/assets/switch-header-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-header-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-header-dark@2.png b/common/gtk-3.0/3.18/assets/switch-header-dark@2.png Binary files differindex faa606e..2fbc761 100644 --- a/common/gtk-3.0/3.18/assets/switch-header-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-header-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-header.png b/common/gtk-3.0/3.18/assets/switch-header.png Binary files differindex bbae80e..57eaa12 100644 --- a/common/gtk-3.0/3.18/assets/switch-header.png +++ b/common/gtk-3.0/3.18/assets/switch-header.png diff --git a/common/gtk-3.0/3.18/assets/switch-header@2.png b/common/gtk-3.0/3.18/assets/switch-header@2.png Binary files differindex a58ba64..de51cd6 100644 --- a/common/gtk-3.0/3.18/assets/switch-header@2.png +++ b/common/gtk-3.0/3.18/assets/switch-header@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-dark.png b/common/gtk-3.0/3.18/assets/switch-insensitive-dark.png Binary files differindex e18d92e..59b0be1 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive-dark@2.png Binary files differindex defa45e..c19fc0b 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark.png b/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark.png Binary files differindex 9c54bd5..f0bd585 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark@2.png Binary files differindex 524abe7..4af14c4 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-header.png b/common/gtk-3.0/3.18/assets/switch-insensitive-header.png Binary files differindex 3c9f6df..9beee2f 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-header.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-header.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive-header@2.png Binary files differindex 15bd252..5ce1694 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-header@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-header@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.18/assets/switch-insensitive-selected.png Binary files differindex 54b0e56..3ff04e0 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive-selected@2.png Binary files differindex 921f57b..c9b6af9 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive.png b/common/gtk-3.0/3.18/assets/switch-insensitive.png Binary files differindex 1cc0da9..10ad419 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive@2.png Binary files differindex 1b20d17..15b7e09 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-selected.png b/common/gtk-3.0/3.18/assets/switch-selected.png Binary files differindex 0e35735..652844e 100644 --- a/common/gtk-3.0/3.18/assets/switch-selected.png +++ b/common/gtk-3.0/3.18/assets/switch-selected.png diff --git a/common/gtk-3.0/3.18/assets/switch-selected@2.png b/common/gtk-3.0/3.18/assets/switch-selected@2.png Binary files differindex 2e21039..1ffc32e 100644 --- a/common/gtk-3.0/3.18/assets/switch-selected@2.png +++ b/common/gtk-3.0/3.18/assets/switch-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/switch.png b/common/gtk-3.0/3.18/assets/switch.png Binary files differindex 05fe8c5..7368c5d 100644 --- a/common/gtk-3.0/3.18/assets/switch.png +++ b/common/gtk-3.0/3.18/assets/switch.png diff --git a/common/gtk-3.0/3.18/assets/switch@2.png b/common/gtk-3.0/3.18/assets/switch@2.png Binary files differindex cdd8a22..c5f5dc9 100644 --- a/common/gtk-3.0/3.18/assets/switch@2.png +++ b/common/gtk-3.0/3.18/assets/switch@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark.png Binary files differindex 313f6e3..ef7c8bd 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark@2.png Binary files differindex d9ce717..56b81c0 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-active.png b/common/gtk-3.0/3.18/assets/titlebutton-close-active.png Binary files differindex 15c4300..e7d701f 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-active.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-active.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-active@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-active@2.png Binary files differindex 870a798..83913ef 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-active@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-active@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop-dark.png Binary files differindex 7611f5d..d9ea7f9 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop-dark@2.png Binary files differindex 0c58794..1742875 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop.png b/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop.png Binary files differindex 47ec30d..9f5dad1 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop@2.png Binary files differindex 3a27f10..b440ff4 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-backdrop@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-close-dark.png Binary files differindex 313f6e3..ef7c8bd 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-dark@2.png Binary files differindex d9ce717..56b81c0 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark.png Binary files differindex 6eeab64..d3a7a7d 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark@2.png Binary files differindex 8ea69a9..ba84765 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-hover.png b/common/gtk-3.0/3.18/assets/titlebutton-close-hover.png Binary files differindex ee915d6..9b2df11 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-hover.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-hover.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-hover@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-hover@2.png Binary files differindex 6c9afb6..9cb9284 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-hover@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-hover@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close.png b/common/gtk-3.0/3.18/assets/titlebutton-close.png Binary files differindex 62ee2d0..345605b 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close@2.png Binary files differindex 28b625e..b83f497 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark.png Binary files differindex 01e355e..6c44511 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark@2.png Binary files differindex 989d4f3..042c5bb 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active.png Binary files differindex 01e355e..6c44511 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active@2.png Binary files differindex 989d4f3..042c5bb 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop-dark.png Binary files differindex 0883ca7..0b40ca5 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop-dark@2.png Binary files differindex 4542b7f..4b2db99 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop.png Binary files differindex 36858b0..85e145c 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop@2.png Binary files differindex 061e356..3429d54 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-backdrop@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-dark.png Binary files differindex 8addbf8..e684efd 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-dark@2.png Binary files differindex dedcc38..fb52df8 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark.png Binary files differindex 8c73d43..a6dfa04 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark@2.png Binary files differindex c357ecd..6f8b847 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover.png Binary files differindex 4290272..6ead74b 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover@2.png Binary files differindex 9bdc65c..4c310f2 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize.png Binary files differindex 14e5e3e..0f9e481 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize@2.png Binary files differindex a1a13bb..0520158 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark.png Binary files differindex f887640..16243b2 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark@2.png Binary files differindex 673429e..eb97748 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active.png Binary files differindex f887640..16243b2 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active@2.png Binary files differindex 673429e..eb97748 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop-dark.png Binary files differindex b04db91..8205fb7 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop-dark@2.png Binary files differindex 5b8cf4d..4e9b3d6 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop.png Binary files differindex b83cb7d..97763fb 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop@2.png Binary files differindex f83b673..3c4a021 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-backdrop@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-dark.png Binary files differindex b5c9732..5cada74 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-dark@2.png Binary files differindex 29b6465..76c3c8f 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark.png Binary files differindex fcebe9b..daec11d 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark@2.png Binary files differindex 548c26c..080ce9f 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover.png Binary files differindex 5cddced..39cdfbf 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover@2.png Binary files differindex 47d599b..42ba5d1 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize.png Binary files differindex f4b6db0..cffbf94 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize@2.png Binary files differindex 9a35819..2a6ba85 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize@2.png diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css index ca8e7fe..1968555 100644 --- a/common/gtk-3.0/3.18/gtk-dark.css +++ b/common/gtk-3.0/3.18/gtk-dark.css @@ -3076,14 +3076,14 @@ SynapseGuiViewVirgilio *:selected { .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + background-color: #05242c; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3578,11 +3578,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index 0f9f08a..4351b22 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -3082,14 +3082,14 @@ SynapseGuiViewVirgilio *:selected { .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + background-color: #05242c; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3584,11 +3584,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css index b112431..53a296a 100644 --- a/common/gtk-3.0/3.18/gtk-solid-dark.css +++ b/common/gtk-3.0/3.18/gtk-solid-dark.css @@ -3076,14 +3076,14 @@ SynapseGuiViewVirgilio *:selected { .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + background-color: #05242c; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3578,11 +3578,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css index 0d1aa34..59ca6e5 100644 --- a/common/gtk-3.0/3.18/gtk-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-solid-darker.css @@ -3082,14 +3082,14 @@ SynapseGuiViewVirgilio *:selected { .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + background-color: #05242c; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3584,11 +3584,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css index 4f2884e..f0ca81d 100644 --- a/common/gtk-3.0/3.18/gtk-solid.css +++ b/common/gtk-3.0/3.18/gtk-solid.css @@ -3086,14 +3086,14 @@ SynapseGuiViewVirgilio *:selected { .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + background-color: #05242c; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3588,11 +3588,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index 345c4a1..4270dbe 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -3086,14 +3086,14 @@ SynapseGuiViewVirgilio *:selected { .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + background-color: #05242c; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3588,11 +3588,12 @@ GtkListBox .h4 { color: #657b83; font: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #657b83; + font: bold; } #panel_window .menubar .menuitem:insensitive { color: rgba(101, 123, 131, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index 1bbcde6..ed61afe 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -525,14 +525,14 @@ SynapseGuiViewVirgilio *:selected { background-color: $selected_bg_color; } // // Fallback Mode/Budgie Panel // -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { color: $panel_fg; - background-image: linear-gradient(to bottom, $panel_bg); + background-color: opacify($panel_bg, 1); } PanelApplet .button, PanelApplet .button:backdrop { diff --git a/common/gtk-3.0/3.18/sass/_lightdm.scss b/common/gtk-3.0/3.18/sass/_lightdm.scss index 89cdfcd..bb7214a 100644 --- a/common/gtk-3.0/3.18/sass/_lightdm.scss +++ b/common/gtk-3.0/3.18/sass/_lightdm.scss @@ -6,11 +6,14 @@ box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators - .menubar, - .menubar > .menuitem { - background-color: transparent; - color: $panel_fg; - font: bold; + .menubar { + padding-left: 5px; + + &, > .menuitem { + background-color: transparent; + color: $panel_fg; + font: bold; + } } .menubar .menuitem:insensitive { diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.20/assets/checkbox-checked-dark.png Binary files differindex 3ca0429..a2fd5a9 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-dark@2.png Binary files differindex ed4df92..949c369 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark.png Binary files differindex 10ce564..423046a 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark@2.png Binary files differindex dab5f0b..2a98299 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected.png Binary files differindex 4ecee5f..36f2199 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected@2.png Binary files differindex ba99748..55cc55f 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive.png Binary files differindex a75eb05..d3d0b4d 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive@2.png Binary files differindex 585a2c4..89045de 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selected.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selected.png Binary files differindex 26d7908..82e8ca0 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selected@2.png Binary files differindex 50dda46..3dac7a3 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark.png Binary files differindex 8aaafa6..cc27557 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark@2.png Binary files differindex fc7b8ef..f1a9623 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode.png Binary files differindex 912ad60..8af572b 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode@2.png Binary files differindex 4bf7e90..42f89c1 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked.png b/common/gtk-3.0/3.20/assets/checkbox-checked.png Binary files differindex 385787b..7c05b6f 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked@2.png Binary files differindex 38a9666..0cfd9a0 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-dark.png Binary files differindex c0410a4..8759a90 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-dark@2.png Binary files differindex 0dda7f8..795faee 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark.png Binary files differindex 9ee9665..a8e008b 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark@2.png Binary files differindex deb04d8..c220ca8 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected.png Binary files differindex 3f1450b..793f169 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected@2.png Binary files differindex b47a9ce..2033da8 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive.png Binary files differindex 94413b7..705ee02 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive@2.png Binary files differindex b7433cd..44d6c7e 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-selected.png Binary files differindex 33c3737..bea1ec8 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-selected@2.png Binary files differindex 5f07df5..37cf7f0 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed.png b/common/gtk-3.0/3.20/assets/checkbox-mixed.png Binary files differindex b13fc9f..feb67c4 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed@2.png Binary files differindex 01e2f54..f2557d0 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark.png b/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark.png Binary files differindex 49a97c2..ea0568f 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark@2.png Binary files differindex 160f9cc..f4e3df3 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.20/assets/checkbox-selectionmode.png Binary files differindex bff9d02..8cc9263 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-selectionmode.png +++ b/common/gtk-3.0/3.20/assets/checkbox-selectionmode.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-selectionmode@2.png b/common/gtk-3.0/3.20/assets/checkbox-selectionmode@2.png Binary files differindex 84000da..78fb2fd 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-selectionmode@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-selectionmode@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark.png Binary files differindex 9a314e6..fca1226 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark@2.png Binary files differindex 789d16b..fc28667 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark.png Binary files differindex 587604b..75dc9bc 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark@2.png Binary files differindex 0936ddc..15efb6c 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected.png Binary files differindex f2aadbf..7cdc8ee 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected@2.png Binary files differindex dbaf0ec..8d3f333 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive.png Binary files differindex a83df99..36ee76b 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive@2.png Binary files differindex 2f5a429..142d618 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected.png Binary files differindex 1294025..8063c54 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected@2.png Binary files differindex 2192d08..b01c60a 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked.png Binary files differindex 6539cd5..43ca15f 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked@2.png Binary files differindex 53115ff..e7a1da3 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-dark.png b/common/gtk-3.0/3.20/assets/radio-checked-dark.png Binary files differindex 02141ef..b9fd269 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-dark@2.png b/common/gtk-3.0/3.20/assets/radio-checked-dark@2.png Binary files differindex faa6063..b6a49ee 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark.png Binary files differindex 0306818..b7aefb4 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark@2.png Binary files differindex 1605542..550ef00 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected.png Binary files differindex 61c6e4c..2ccd53f 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected@2.png Binary files differindex dce31c0..decbba7 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive.png Binary files differindex d343dc5..f1f7c1e 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive@2.png Binary files differindex 37316d2..f9f6a6d 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-selected.png b/common/gtk-3.0/3.20/assets/radio-checked-selected.png Binary files differindex ee6522b..40eb50d 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-selected@2.png b/common/gtk-3.0/3.20/assets/radio-checked-selected@2.png Binary files differindex e833438..177e6db 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked.png b/common/gtk-3.0/3.20/assets/radio-checked.png Binary files differindex 007c163..6b3b2e1 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked.png +++ b/common/gtk-3.0/3.20/assets/radio-checked.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked@2.png b/common/gtk-3.0/3.20/assets/radio-checked@2.png Binary files differindex 17a48d8..f526cd9 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-dark.png b/common/gtk-3.0/3.20/assets/radio-mixed-dark.png Binary files differindex 4d52ba5..08a8f5c 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-dark@2.png Binary files differindex ccbd276..e99eb45 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark.png Binary files differindex cb5a919..fed746c 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark@2.png Binary files differindex a77c345..2658ab5 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected.png Binary files differindex ffed3f5..8714335 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected@2.png Binary files differindex 3bb67c4..67afea7 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive.png Binary files differindex 54d0630..06d4d8d 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive@2.png Binary files differindex e66b10e..e2e4569 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-selected.png b/common/gtk-3.0/3.20/assets/radio-mixed-selected.png Binary files differindex d437dd9..8324389 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-selected@2.png Binary files differindex b0ff5a8..0088a2b 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed.png b/common/gtk-3.0/3.20/assets/radio-mixed.png Binary files differindex 2ff5bfb..e8f8d56 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed@2.png b/common/gtk-3.0/3.20/assets/radio-mixed@2.png Binary files differindex f3ae67a..62350cc 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.20/assets/radio-unchecked-dark.png Binary files differindex 94a9e74..ec5fac5 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-dark@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-dark@2.png Binary files differindex 162da3e..b9b8a2f 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark.png Binary files differindex a85863c..a37d472 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark@2.png Binary files differindex 526cdd3..704bd30 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected.png Binary files differindex 3c4eaad..077be10 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected@2.png Binary files differindex 67f1a7d..f3c6806 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive.png Binary files differindex 3804593..ea595ef 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive@2.png Binary files differindex 9927ab0..95d1ff7 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-selected.png b/common/gtk-3.0/3.20/assets/radio-unchecked-selected.png Binary files differindex 896c5ad..d66b77b 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-selected@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-selected@2.png Binary files differindex f72ea4d..fc66493 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked.png b/common/gtk-3.0/3.20/assets/radio-unchecked.png Binary files differindex f1e4b07..0e1275c 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked@2.png Binary files differindex 6fa8572..ec1ce1d 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-dark.png b/common/gtk-3.0/3.20/assets/switch-active-dark.png Binary files differindex aa1118e..2e395ba 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-active-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-dark@2.png b/common/gtk-3.0/3.20/assets/switch-active-dark@2.png Binary files differindex 1a55df1..307b7f0 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-header-dark.png b/common/gtk-3.0/3.20/assets/switch-active-header-dark.png Binary files differindex 032a26c..5f33bac 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-header-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-active-header-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-header-dark@2.png b/common/gtk-3.0/3.20/assets/switch-active-header-dark@2.png Binary files differindex 7cca4f9..7690f3f 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-header-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-header-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-header.png b/common/gtk-3.0/3.20/assets/switch-active-header.png Binary files differindex db33743..f8e9eb1 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-header.png +++ b/common/gtk-3.0/3.20/assets/switch-active-header.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-header@2.png b/common/gtk-3.0/3.20/assets/switch-active-header@2.png Binary files differindex 588457c..c6e287a 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-header@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-header@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark.png Binary files differindex b41fadb..85ecc9e 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark@2.png Binary files differindex cb3f3f2..135cf60 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark.png Binary files differindex a1bc7e3..1b3ab46 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark@2.png Binary files differindex c509938..506f801 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header.png Binary files differindex 9ea6fdf..59cf260 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header@2.png Binary files differindex e12f2fd..e9f7b10 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected.png Binary files differindex 1e9eb3f..f128fe1 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected@2.png Binary files differindex a462fc2..14044f6 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive.png Binary files differindex 9ea6fdf..59cf260 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive@2.png Binary files differindex e12f2fd..e9f7b10 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-selected.png b/common/gtk-3.0/3.20/assets/switch-active-selected.png Binary files differindex 7599320..ee2bfb6 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-selected.png +++ b/common/gtk-3.0/3.20/assets/switch-active-selected.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-selected@2.png b/common/gtk-3.0/3.20/assets/switch-active-selected@2.png Binary files differindex b9ec173..07387dd 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-selected@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active.png b/common/gtk-3.0/3.20/assets/switch-active.png Binary files differindex db33743..f8e9eb1 100644 --- a/common/gtk-3.0/3.20/assets/switch-active.png +++ b/common/gtk-3.0/3.20/assets/switch-active.png diff --git a/common/gtk-3.0/3.20/assets/switch-active@2.png b/common/gtk-3.0/3.20/assets/switch-active@2.png Binary files differindex 588457c..c6e287a 100644 --- a/common/gtk-3.0/3.20/assets/switch-active@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-dark.png b/common/gtk-3.0/3.20/assets/switch-dark.png Binary files differindex d780bc3..279c8a0 100644 --- a/common/gtk-3.0/3.20/assets/switch-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-dark@2.png b/common/gtk-3.0/3.20/assets/switch-dark@2.png Binary files differindex ab932e2..66d958d 100644 --- a/common/gtk-3.0/3.20/assets/switch-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-header-dark.png b/common/gtk-3.0/3.20/assets/switch-header-dark.png Binary files differindex 0e9ac1c..8d2dde7 100644 --- a/common/gtk-3.0/3.20/assets/switch-header-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-header-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-header-dark@2.png b/common/gtk-3.0/3.20/assets/switch-header-dark@2.png Binary files differindex faa606e..2fbc761 100644 --- a/common/gtk-3.0/3.20/assets/switch-header-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-header-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-header.png b/common/gtk-3.0/3.20/assets/switch-header.png Binary files differindex bbae80e..57eaa12 100644 --- a/common/gtk-3.0/3.20/assets/switch-header.png +++ b/common/gtk-3.0/3.20/assets/switch-header.png diff --git a/common/gtk-3.0/3.20/assets/switch-header@2.png b/common/gtk-3.0/3.20/assets/switch-header@2.png Binary files differindex a58ba64..de51cd6 100644 --- a/common/gtk-3.0/3.20/assets/switch-header@2.png +++ b/common/gtk-3.0/3.20/assets/switch-header@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-dark.png b/common/gtk-3.0/3.20/assets/switch-insensitive-dark.png Binary files differindex e18d92e..59b0be1 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive-dark@2.png Binary files differindex defa45e..c19fc0b 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark.png b/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark.png Binary files differindex 9c54bd5..f0bd585 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark@2.png Binary files differindex 524abe7..4af14c4 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-header.png b/common/gtk-3.0/3.20/assets/switch-insensitive-header.png Binary files differindex 3c9f6df..9beee2f 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-header.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-header.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive-header@2.png Binary files differindex 15bd252..5ce1694 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-header@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-header@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.20/assets/switch-insensitive-selected.png Binary files differindex 54b0e56..3ff04e0 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive-selected@2.png Binary files differindex 921f57b..c9b6af9 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive.png b/common/gtk-3.0/3.20/assets/switch-insensitive.png Binary files differindex 1cc0da9..10ad419 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive@2.png Binary files differindex 1b20d17..15b7e09 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-selected.png b/common/gtk-3.0/3.20/assets/switch-selected.png Binary files differindex 0e35735..652844e 100644 --- a/common/gtk-3.0/3.20/assets/switch-selected.png +++ b/common/gtk-3.0/3.20/assets/switch-selected.png diff --git a/common/gtk-3.0/3.20/assets/switch-selected@2.png b/common/gtk-3.0/3.20/assets/switch-selected@2.png Binary files differindex 2e21039..1ffc32e 100644 --- a/common/gtk-3.0/3.20/assets/switch-selected@2.png +++ b/common/gtk-3.0/3.20/assets/switch-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/switch.png b/common/gtk-3.0/3.20/assets/switch.png Binary files differindex 05fe8c5..7368c5d 100644 --- a/common/gtk-3.0/3.20/assets/switch.png +++ b/common/gtk-3.0/3.20/assets/switch.png diff --git a/common/gtk-3.0/3.20/assets/switch@2.png b/common/gtk-3.0/3.20/assets/switch@2.png Binary files differindex cdd8a22..c5f5dc9 100644 --- a/common/gtk-3.0/3.20/assets/switch@2.png +++ b/common/gtk-3.0/3.20/assets/switch@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark.png Binary files differindex 313f6e3..ef7c8bd 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark@2.png Binary files differindex d9ce717..56b81c0 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-active.png b/common/gtk-3.0/3.20/assets/titlebutton-close-active.png Binary files differindex 15c4300..e7d701f 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-active.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-active.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-active@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-active@2.png Binary files differindex 870a798..83913ef 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-active@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-active@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop-dark.png Binary files differindex 7611f5d..d9ea7f9 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop-dark@2.png Binary files differindex 0c58794..1742875 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop.png b/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop.png Binary files differindex 47ec30d..9f5dad1 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop@2.png Binary files differindex 3a27f10..b440ff4 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-backdrop@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-close-dark.png Binary files differindex 313f6e3..ef7c8bd 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-dark@2.png Binary files differindex d9ce717..56b81c0 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark.png Binary files differindex 6eeab64..d3a7a7d 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark@2.png Binary files differindex 8ea69a9..ba84765 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-hover.png b/common/gtk-3.0/3.20/assets/titlebutton-close-hover.png Binary files differindex ee915d6..9b2df11 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-hover.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-hover.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-hover@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-hover@2.png Binary files differindex 6c9afb6..9cb9284 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-hover@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-hover@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close.png b/common/gtk-3.0/3.20/assets/titlebutton-close.png Binary files differindex 62ee2d0..345605b 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close@2.png Binary files differindex 28b625e..b83f497 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark.png Binary files differindex 01e355e..6c44511 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark@2.png Binary files differindex 989d4f3..042c5bb 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active.png Binary files differindex 01e355e..6c44511 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active@2.png Binary files differindex 989d4f3..042c5bb 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop-dark.png Binary files differindex 0883ca7..0b40ca5 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop-dark@2.png Binary files differindex 4542b7f..4b2db99 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop.png Binary files differindex 36858b0..85e145c 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop@2.png Binary files differindex 061e356..3429d54 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-backdrop@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-dark.png Binary files differindex 8addbf8..e684efd 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-dark@2.png Binary files differindex dedcc38..fb52df8 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark.png Binary files differindex 8c73d43..a6dfa04 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark@2.png Binary files differindex c357ecd..6f8b847 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover.png Binary files differindex 4290272..6ead74b 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover@2.png Binary files differindex 9bdc65c..4c310f2 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize.png Binary files differindex 14e5e3e..0f9e481 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize@2.png Binary files differindex a1a13bb..0520158 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark.png Binary files differindex f887640..16243b2 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark@2.png Binary files differindex 673429e..eb97748 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active.png Binary files differindex f887640..16243b2 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active@2.png Binary files differindex 673429e..eb97748 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop-dark.png Binary files differindex b04db91..8205fb7 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop-dark@2.png Binary files differindex 5b8cf4d..4e9b3d6 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop.png Binary files differindex b83cb7d..97763fb 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop@2.png Binary files differindex f83b673..3c4a021 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-backdrop@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-dark.png Binary files differindex b5c9732..5cada74 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-dark@2.png Binary files differindex 29b6465..76c3c8f 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark.png Binary files differindex fcebe9b..daec11d 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark@2.png Binary files differindex 548c26c..080ce9f 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover.png Binary files differindex 5cddced..39cdfbf 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover@2.png Binary files differindex 47d599b..42ba5d1 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize.png Binary files differindex f4b6db0..cffbf94 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize@2.png Binary files differindex 9a35819..2a6ba85 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize@2.png diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 986e158..e3de3a4 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -670,20 +670,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1038,318 +1038,318 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { +.primary-toolbar entry, headerbar entry { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { + .primary-toolbar entry:focus, headerbar entry:focus { color: #fdf6e3; border-color: transparent; background-color: #268bd2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { + .primary-toolbar entry:focus image, headerbar entry:focus image { color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { + .primary-toolbar entry:disabled, headerbar entry:disabled { color: rgba(89, 128, 143, 0.35); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.22); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { + .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #fdf6e3; color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { + .primary-toolbar entry progress, headerbar entry progress { border-color: #268bd2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; border-color: rgba(0, 0, 0, 0.37); background-color: rgba(125, 63, 34, 0.988); } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + .primary-toolbar entry.error, headerbar entry.error { color: white; border-color: rgba(0, 0, 0, 0.37); background-color: rgba(135, 47, 50, 0.988); } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { +.primary-toolbar button, headerbar button { color: rgba(89, 128, 143, 0.8); outline-offset: -3px; background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { + .primary-toolbar button:hover, headerbar button:hover { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { color: rgba(89, 128, 143, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(253, 246, 227, 0.75); border-color: rgba(38, 139, 210, 0.65); background-color: rgba(38, 139, 210, 0.65); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(0, 193, 243, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(89, 128, 143, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; background-color: #2aa198; border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; background-color: #35c9be; border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; background-color: #1f7972; border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { color: rgba(89, 128, 143, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; background-color: #dc322f; border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; background-color: #e35d5b; border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; background-color: #b9221f; border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { color: rgba(89, 128, 143, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { color: #fdf6e3; caret-color: #fdf6e3; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { background-color: rgba(0, 193, 243, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(89, 128, 143, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { +.primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(89, 128, 143, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #fdf6e3; border-color: transparent; background-color: #268bd2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(89, 128, 143, 0.35); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.22); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { +.primary-toolbar progressbar trough, headerbar progressbar trough { background-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { +.primary-toolbar scale slider, headerbar scale slider { background-color: #005469; border-color: rgba(0, 0, 0, 0.67); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { + .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: #006883; border-color: rgba(0, 0, 0, 0.67); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { + .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #268bd2; border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: rgba(0, 72, 90, 0.991); border-color: rgba(0, 0, 0, 0.67); } -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { +.primary-toolbar scale trough, headerbar scale trough { background-color: rgba(0, 0, 0, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { background-color: rgba(0, 0, 0, 0.27); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { @@ -2683,7 +2683,7 @@ infobar { color: #268bd2; background-color: #fdf6e3; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { color: #fdf6e3; background-color: rgba(253, 246, 227, 0); border-color: rgba(253, 246, 227, 0.5); } @@ -2694,7 +2694,7 @@ row:selected button.flat, row:selected button.sidebar-button, infobar.info butto background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { color: rgba(253, 246, 227, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { @@ -2702,7 +2702,7 @@ row:selected button:hover, infobar.info button:hover, infobar.question button:ho background-color: rgba(253, 246, 227, 0.2); border-color: rgba(253, 246, 227, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { color: #268bd2; background-color: #fdf6e3; border-color: #fdf6e3; } @@ -2712,7 +2712,7 @@ row:selected button:disabled, infobar.info button:disabled, infobar.question but border-color: rgba(253, 246, 227, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { color: #268bd2; background-color: rgba(253, 246, 227, 0.5); border-color: rgba(253, 246, 227, 0.4); } @@ -3393,6 +3393,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #073642, #073642); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3926,11 +3930,12 @@ GtkListBox .h4 { color: #657b83; font-weight: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #657b83; + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(101, 123, 131, 0.5); } #panel_window menubar menuitem:disabled label { diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index fb2cffe..c579aa7 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1037,318 +1037,318 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { +.primary-toolbar entry, headerbar entry { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { + .primary-toolbar entry:focus, headerbar entry:focus { color: #fdf6e3; border-color: transparent; background-color: #268bd2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { + .primary-toolbar entry:focus image, headerbar entry:focus image { color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { + .primary-toolbar entry:disabled, headerbar entry:disabled { color: rgba(89, 128, 143, 0.35); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.22); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { + .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #fdf6e3; color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { + .primary-toolbar entry progress, headerbar entry progress { border-color: #268bd2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; border-color: rgba(0, 0, 0, 0.37); background-color: rgba(125, 63, 34, 0.988); } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + .primary-toolbar entry.error, headerbar entry.error { color: white; border-color: rgba(0, 0, 0, 0.37); background-color: rgba(135, 47, 50, 0.988); } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { +.primary-toolbar button, headerbar button { color: rgba(89, 128, 143, 0.8); outline-offset: -3px; background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { + .primary-toolbar button:hover, headerbar button:hover { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { color: rgba(89, 128, 143, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(253, 246, 227, 0.75); border-color: rgba(38, 139, 210, 0.65); background-color: rgba(38, 139, 210, 0.65); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(0, 193, 243, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(89, 128, 143, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; background-color: #2aa198; border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; background-color: #35c9be; border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; background-color: #1f7972; border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { color: rgba(89, 128, 143, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; background-color: #dc322f; border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; background-color: #e35d5b; border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; background-color: #b9221f; border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { color: rgba(89, 128, 143, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { color: #fdf6e3; caret-color: #fdf6e3; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { background-color: rgba(0, 193, 243, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(89, 128, 143, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { border-left-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { +.primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(89, 128, 143, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #fdf6e3; border-color: transparent; background-color: #268bd2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(89, 128, 143, 0.35); border-color: rgba(0, 0, 0, 0.37); background-color: rgba(0, 132, 166, 0.22); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { +.primary-toolbar progressbar trough, headerbar progressbar trough { background-color: rgba(0, 0, 0, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { +.primary-toolbar scale slider, headerbar scale slider { background-color: #005469; border-color: rgba(0, 0, 0, 0.67); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { + .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: #006883; border-color: rgba(0, 0, 0, 0.67); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { + .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #268bd2; border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: rgba(0, 72, 90, 0.991); border-color: rgba(0, 0, 0, 0.67); } -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { +.primary-toolbar scale trough, headerbar scale trough { background-color: rgba(0, 0, 0, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { background-color: rgba(0, 0, 0, 0.27); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { @@ -2682,7 +2682,7 @@ infobar { color: #268bd2; background-color: #fdf6e3; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { color: #fdf6e3; background-color: rgba(253, 246, 227, 0); border-color: rgba(253, 246, 227, 0.5); } @@ -2693,7 +2693,7 @@ row:selected button.flat, row:selected button.sidebar-button, infobar.info butto background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { color: rgba(253, 246, 227, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { @@ -2701,7 +2701,7 @@ row:selected button:hover, infobar.info button:hover, infobar.question button:ho background-color: rgba(253, 246, 227, 0.2); border-color: rgba(253, 246, 227, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { color: #268bd2; background-color: #fdf6e3; border-color: #fdf6e3; } @@ -2711,7 +2711,7 @@ row:selected button:disabled, infobar.info button:disabled, infobar.question but border-color: rgba(253, 246, 227, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { color: #268bd2; background-color: rgba(253, 246, 227, 0.5); border-color: rgba(253, 246, 227, 0.4); } @@ -3392,6 +3392,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3925,11 +3929,12 @@ GtkListBox .h4 { color: #657b83; font-weight: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #657b83; + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(101, 123, 131, 0.5); } #panel_window menubar menuitem:disabled label { diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index c8c79aa..f215a35 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -670,20 +670,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1038,318 +1038,318 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { +.primary-toolbar entry, headerbar entry { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { + .primary-toolbar entry:focus, headerbar entry:focus { color: #fdf6e3; border-color: transparent; background-color: #268bd2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { + .primary-toolbar entry:focus image, headerbar entry:focus image { color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { + .primary-toolbar entry:disabled, headerbar entry:disabled { color: rgba(89, 128, 143, 0.35); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.25); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { + .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #fdf6e3; color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { + .primary-toolbar entry progress, headerbar entry progress { border-color: #268bd2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; border-color: rgba(0, 0, 0, 0.4); background-color: #7a3e23; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + .primary-toolbar entry.error, headerbar entry.error { color: white; border-color: rgba(0, 0, 0, 0.4); background-color: #842f32; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { +.primary-toolbar button, headerbar button { color: rgba(89, 128, 143, 0.8); outline-offset: -3px; background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { + .primary-toolbar button:hover, headerbar button:hover { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { color: rgba(89, 128, 143, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(253, 246, 227, 0.75); border-color: rgba(38, 139, 210, 0.65); background-color: rgba(38, 139, 210, 0.65); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(0, 193, 243, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(89, 128, 143, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; background-color: #2aa198; border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; background-color: #35c9be; border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; background-color: #1f7972; border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { color: rgba(89, 128, 143, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; background-color: #dc322f; border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; background-color: #e35d5b; border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; background-color: #b9221f; border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { color: rgba(89, 128, 143, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { color: #fdf6e3; caret-color: #fdf6e3; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { background-color: rgba(0, 193, 243, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(89, 128, 143, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { +.primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(89, 128, 143, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #fdf6e3; border-color: transparent; background-color: #268bd2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(89, 128, 143, 0.35); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.25); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { +.primary-toolbar progressbar trough, headerbar progressbar trough { background-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { +.primary-toolbar scale slider, headerbar scale slider { background-color: #005469; border-color: rgba(0, 0, 0, 0.7); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { + .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: #006883; border-color: rgba(0, 0, 0, 0.7); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { + .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #268bd2; border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: #00475a; border-color: rgba(0, 0, 0, 0.7); } -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { +.primary-toolbar scale trough, headerbar scale trough { background-color: rgba(0, 0, 0, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { background-color: rgba(0, 0, 0, 0.3); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { @@ -2683,7 +2683,7 @@ infobar { color: #268bd2; background-color: #fdf6e3; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { color: #fdf6e3; background-color: rgba(253, 246, 227, 0); border-color: rgba(253, 246, 227, 0.5); } @@ -2694,7 +2694,7 @@ row:selected button.flat, row:selected button.sidebar-button, infobar.info butto background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { color: rgba(253, 246, 227, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { @@ -2702,7 +2702,7 @@ row:selected button:hover, infobar.info button:hover, infobar.question button:ho background-color: rgba(253, 246, 227, 0.2); border-color: rgba(253, 246, 227, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { color: #268bd2; background-color: #fdf6e3; border-color: #fdf6e3; } @@ -2712,7 +2712,7 @@ row:selected button:disabled, infobar.info button:disabled, infobar.question but border-color: rgba(253, 246, 227, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { color: #268bd2; background-color: rgba(253, 246, 227, 0.5); border-color: rgba(253, 246, 227, 0.4); } @@ -3393,6 +3393,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #073642, #073642); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3926,11 +3930,12 @@ GtkListBox .h4 { color: #657b83; font-weight: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #657b83; + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(101, 123, 131, 0.5); } #panel_window menubar menuitem:disabled label { diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 14143f7..1e912c3 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1037,318 +1037,318 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { +.primary-toolbar entry, headerbar entry { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { + .primary-toolbar entry:focus, headerbar entry:focus { color: #fdf6e3; border-color: transparent; background-color: #268bd2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { + .primary-toolbar entry:focus image, headerbar entry:focus image { color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { + .primary-toolbar entry:disabled, headerbar entry:disabled { color: rgba(89, 128, 143, 0.35); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.25); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { + .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #fdf6e3; color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { + .primary-toolbar entry progress, headerbar entry progress { border-color: #268bd2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; border-color: rgba(0, 0, 0, 0.4); background-color: #7a3e23; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + .primary-toolbar entry.error, headerbar entry.error { color: white; border-color: rgba(0, 0, 0, 0.4); background-color: #842f32; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { +.primary-toolbar button, headerbar button { color: rgba(89, 128, 143, 0.8); outline-offset: -3px; background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { + .primary-toolbar button:hover, headerbar button:hover { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { color: rgba(89, 128, 143, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(253, 246, 227, 0.75); border-color: rgba(38, 139, 210, 0.65); background-color: rgba(38, 139, 210, 0.65); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(0, 193, 243, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(89, 128, 143, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { border-left-color: transparent; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; background-color: #2aa198; border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; background-color: #35c9be; border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; background-color: #1f7972; border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { color: rgba(89, 128, 143, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; background-color: #dc322f; border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; background-color: #e35d5b; border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; background-color: #b9221f; border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { background-color: rgba(0, 43, 54, 0); border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { color: rgba(89, 128, 143, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { color: #fdf6e3; caret-color: #fdf6e3; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { background-color: rgba(0, 193, 243, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { color: #fdf6e3; border-color: transparent; background-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(89, 128, 143, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { border-left-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { +.primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(89, 128, 143, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { color: rgba(89, 128, 143, 0.8); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #fdf6e3; border-color: transparent; background-color: #268bd2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(89, 128, 143, 0.35); border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 132, 166, 0.25); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { +.primary-toolbar progressbar trough, headerbar progressbar trough { background-color: rgba(0, 0, 0, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { +.primary-toolbar scale slider, headerbar scale slider { background-color: #005469; border-color: rgba(0, 0, 0, 0.7); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { + .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: #006883; border-color: rgba(0, 0, 0, 0.7); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { + .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #268bd2; border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: #00475a; border-color: rgba(0, 0, 0, 0.7); } -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { +.primary-toolbar scale trough, headerbar scale trough { background-color: rgba(0, 0, 0, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { background-color: rgba(0, 0, 0, 0.3); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { @@ -2682,7 +2682,7 @@ infobar { color: #268bd2; background-color: #fdf6e3; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { color: #fdf6e3; background-color: rgba(253, 246, 227, 0); border-color: rgba(253, 246, 227, 0.5); } @@ -2693,7 +2693,7 @@ row:selected button.flat, row:selected button.sidebar-button, infobar.info butto background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { color: rgba(253, 246, 227, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { @@ -2701,7 +2701,7 @@ row:selected button:hover, infobar.info button:hover, infobar.question button:ho background-color: rgba(253, 246, 227, 0.2); border-color: rgba(253, 246, 227, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { color: #268bd2; background-color: #fdf6e3; border-color: #fdf6e3; } @@ -2711,7 +2711,7 @@ row:selected button:disabled, infobar.info button:disabled, infobar.question but border-color: rgba(253, 246, 227, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { color: #268bd2; background-color: rgba(253, 246, 227, 0.5); border-color: rgba(253, 246, 227, 0.4); } @@ -3392,6 +3392,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3925,11 +3929,12 @@ GtkListBox .h4 { color: #657b83; font-weight: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #657b83; + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(101, 123, 131, 0.5); } #panel_window menubar menuitem:disabled label { diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 676e0d4..821381f 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1037,322 +1037,322 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { +.primary-toolbar entry, headerbar entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(253, 246, 227, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { + .primary-toolbar entry:focus, headerbar entry:focus { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; background-clip: border-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { + .primary-toolbar entry:focus image, headerbar entry:focus image { color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { + .primary-toolbar entry:disabled, headerbar entry:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(253, 246, 227, 0.75); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { + .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #fdf6e3; color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { + .primary-toolbar entry progress, headerbar entry progress { border-color: #268bd2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; border-color: #cb4b16; background-color: #d98a62; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + .primary-toolbar entry.error, headerbar entry.error { color: white; border-color: #dc322f; background-color: #e37b71; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { +.primary-toolbar button, headerbar button { color: rgba(82, 93, 118, 0.8); outline-offset: -3px; background-color: rgba(238, 232, 213, 0); border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { + .primary-toolbar button:hover, headerbar button:hover { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; background-clip: border-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(238, 232, 213, 0); border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { color: rgba(82, 93, 118, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(253, 246, 227, 0.75); border-color: rgba(38, 139, 210, 0.65); background-color: rgba(38, 139, 210, 0.65); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: rgba(82, 93, 118, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { border-left-color: #cb4b16; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { border-left-color: #d43f23; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { border-left-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { border-left-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { border-left-color: #b58900; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-left-color: #b58900; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { border-left-color: #cb4b16; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { border-left-color: #cb4b16; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { border-left-color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { border-left-color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { border-left-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; background-color: #2aa198; border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; background-color: #35c9be; border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; background-color: #1f7972; border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { background-color: rgba(238, 232, 213, 0); border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; background-color: #dc322f; border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; background-color: #e35d5b; border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; background-color: #b9221f; border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { background-color: rgba(238, 232, 213, 0); border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { color: #fdf6e3; caret-color: #fdf6e3; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { background-color: rgba(255, 255, 255, 0.9); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { border-left-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { +.primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(82, 93, 118, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(253, 246, 227, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(253, 246, 227, 0.75); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: 1px 0 #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: -1px 0 #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { +.primary-toolbar progressbar trough, headerbar progressbar trough { background-color: rgba(82, 93, 118, 0.15); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { +.primary-toolbar scale slider, headerbar scale slider { background-color: #fbfbfc; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { + .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: white; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { + .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #268bd2; border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: #f7f5f0; border-color: rgba(82, 93, 118, 0.3); } -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { +.primary-toolbar scale trough, headerbar scale trough { background-color: rgba(82, 93, 118, 0.15); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { background-color: rgba(82, 93, 118, 0.1); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { @@ -2686,7 +2686,7 @@ infobar { color: #268bd2; background-color: #fdf6e3; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { color: #fdf6e3; background-color: rgba(253, 246, 227, 0); border-color: rgba(253, 246, 227, 0.5); } @@ -2697,7 +2697,7 @@ row:selected button.flat, row:selected button.sidebar-button, infobar.info butto background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { color: rgba(253, 246, 227, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { @@ -2705,7 +2705,7 @@ row:selected button:hover, infobar.info button:hover, infobar.question button:ho background-color: rgba(253, 246, 227, 0.2); border-color: rgba(253, 246, 227, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { color: #268bd2; background-color: #fdf6e3; border-color: #fdf6e3; } @@ -2715,7 +2715,7 @@ row:selected button:disabled, infobar.info button:disabled, infobar.question but border-color: rgba(253, 246, 227, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { color: #268bd2; background-color: rgba(253, 246, 227, 0.5); border-color: rgba(253, 246, 227, 0.4); } @@ -3396,6 +3396,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3929,11 +3933,12 @@ GtkListBox .h4 { color: #657b83; font-weight: bold; box-shadow: inset 0 -1px #010a0c; } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #657b83; + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(101, 123, 131, 0.5); } #panel_window menubar menuitem:disabled label { diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 8c1fa06..6bc09c3 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1037,322 +1037,322 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { +.primary-toolbar entry, headerbar entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(253, 246, 227, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { + .primary-toolbar entry:focus, headerbar entry:focus { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; background-clip: border-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { + .primary-toolbar entry:focus image, headerbar entry:focus image { color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { + .primary-toolbar entry:disabled, headerbar entry:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(253, 246, 227, 0.75); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { + .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #fdf6e3; color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { + .primary-toolbar entry progress, headerbar entry progress { border-color: #268bd2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; border-color: #cb4b16; background-color: rgba(216, 134, 94, 0.98); } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + .primary-toolbar entry.error, headerbar entry.error { color: white; border-color: #dc322f; background-color: rgba(227, 118, 109, 0.98); } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { +.primary-toolbar button, headerbar button { color: rgba(82, 93, 118, 0.8); outline-offset: -3px; background-color: rgba(238, 232, 213, 0); border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { + .primary-toolbar button:hover, headerbar button:hover { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; background-clip: border-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(238, 232, 213, 0); border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { color: rgba(82, 93, 118, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(253, 246, 227, 0.75); border-color: rgba(38, 139, 210, 0.65); background-color: rgba(38, 139, 210, 0.65); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: rgba(82, 93, 118, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { border-left-color: #cb4b16; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { border-left-color: #d43f23; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { border-left-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { border-left-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { border-left-color: #b58900; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-left-color: #b58900; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { border-left-color: #cb4b16; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { border-left-color: #cb4b16; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { border-left-color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { border-left-color: #dc322f; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { border-left-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; background-color: #2aa198; border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; background-color: #35c9be; border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; background-color: #1f7972; border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { background-color: rgba(238, 232, 213, 0); border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; background-color: #dc322f; border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; background-color: #e35d5b; border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; background-color: #b9221f; border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { background-color: rgba(238, 232, 213, 0); border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { color: #fdf6e3; caret-color: #fdf6e3; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { background-color: rgba(255, 255, 255, 0.9); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { border-left-color: #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { +.primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(82, 93, 118, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(253, 246, 227, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #fdf6e3; border-color: #268bd2; background-color: #268bd2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(253, 246, 227, 0.75); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: 1px 0 #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: -1px 0 #268bd2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { +.primary-toolbar progressbar trough, headerbar progressbar trough { background-color: rgba(82, 93, 118, 0.15); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { +.primary-toolbar scale slider, headerbar scale slider { background-color: #fbfbfc; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { + .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: white; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { + .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #268bd2; border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: rgba(247, 246, 241, 0.985); border-color: rgba(82, 93, 118, 0.3); } -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { +.primary-toolbar scale trough, headerbar scale trough { background-color: rgba(82, 93, 118, 0.15); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { background-color: rgba(82, 93, 118, 0.1); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { @@ -2686,7 +2686,7 @@ infobar { color: #268bd2; background-color: #fdf6e3; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { color: #fdf6e3; background-color: rgba(253, 246, 227, 0); border-color: rgba(253, 246, 227, 0.5); } @@ -2697,7 +2697,7 @@ row:selected button.flat, row:selected button.sidebar-button, infobar.info butto background-image: none; color: #fdf6e3; background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { color: rgba(253, 246, 227, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { @@ -2705,7 +2705,7 @@ row:selected button:hover, infobar.info button:hover, infobar.question button:ho background-color: rgba(253, 246, 227, 0.2); border-color: rgba(253, 246, 227, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { color: #268bd2; background-color: #fdf6e3; border-color: #fdf6e3; } @@ -2715,7 +2715,7 @@ row:selected button:disabled, infobar.info button:disabled, infobar.question but border-color: rgba(253, 246, 227, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { color: #268bd2; background-color: rgba(253, 246, 227, 0.5); border-color: rgba(253, 246, 227, 0.4); } @@ -3396,6 +3396,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3929,11 +3933,12 @@ GtkListBox .h4 { color: #657b83; font-weight: bold; box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #657b83; + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(101, 123, 131, 0.5); } #panel_window menubar menuitem:disabled label { diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index 7f1012d..9697e9d 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -502,6 +502,14 @@ button.documents-favorite:active:hover { } // +// Gnome Tweak Tool +// +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: _solid($base_color); +} + +// // Transmission // .tr-workarea undershoot, diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 8b0ec66..9671ae6 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -939,10 +939,10 @@ toolbar { //&:backdrop { background-color: opacify($header_bg_backdrop, 1); } separator { @extend %header_separator; } - - @extend %header_widgets; } +.primary-toolbar { @extend %header_widgets; } + .inline-toolbar { @extend toolbar; background-color: darken($bg_color, 3%); diff --git a/common/gtk-3.0/3.20/sass/_lightdm.scss b/common/gtk-3.0/3.20/sass/_lightdm.scss index 0b91ff2..a9ab2fd 100644 --- a/common/gtk-3.0/3.20/sass/_lightdm.scss +++ b/common/gtk-3.0/3.20/sass/_lightdm.scss @@ -6,11 +6,14 @@ box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators - menubar, - menubar > menuitem { - background-color: transparent; - color: $panel_fg; - font-weight: bold; + menubar { + padding-left: 5px; + + &, > menuitem { + background-color: transparent; + color: $panel_fg; + font-weight: bold; + } } menubar menuitem:disabled { diff --git a/common/gtk-3.0/thumbnail-dark.png b/common/gtk-3.0/thumbnail-dark.png Binary files differnew file mode 100644 index 0000000..daf3162 --- /dev/null +++ b/common/gtk-3.0/thumbnail-dark.png diff --git a/common/gtk-3.0/thumbnail.png b/common/gtk-3.0/thumbnail.png Binary files differnew file mode 100644 index 0000000..322bba6 --- /dev/null +++ b/common/gtk-3.0/thumbnail.png diff --git a/common/metacity-1/thumbnail-dark.png b/common/metacity-1/thumbnail-dark.png Binary files differnew file mode 100644 index 0000000..02c3590 --- /dev/null +++ b/common/metacity-1/thumbnail-dark.png diff --git a/common/metacity-1/thumbnail.png b/common/metacity-1/thumbnail.png Binary files differnew file mode 100644 index 0000000..44f4038 --- /dev/null +++ b/common/metacity-1/thumbnail.png diff --git a/configure.ac b/configure.ac index fcefc70..2009b8b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT( [solarc-theme], - [v1.0.0-beta.2], + [v1.0.0], [https://github.com/apheleia/solarc-theme/issues], [solarc-theme], [https://github.com/apheleia/solarc-theme], diff --git a/package.json b/package.json index 163fd77..2f2b367 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { - "gulp": "~3.9.1", - "gulp-sass": "~2.2.0", - "gulp-rename": "~1.2.2" + "gulp": "^3.9", + "gulp-sass": "^2.2", + "gulp-rename": "^1.2" } } |