mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-builder fixes
This commit is contained in:
parent
8a535a8c3c
commit
5d8c7d7eb7
@ -274,17 +274,13 @@ GbSearchBox.linked {
|
|||||||
|
|
||||||
> GtkMenuButton.button:last-child:dir(ltr),
|
> GtkMenuButton.button:last-child:dir(ltr),
|
||||||
> GtkMenuButton.button:first-child:dir(rtl) {
|
> GtkMenuButton.button:first-child:dir(rtl) {
|
||||||
border-color: transparentize($header_fg, 0.7);
|
padding: 0 10px;
|
||||||
background-color: transparentize($button_bg, 0.1);
|
|
||||||
|
|
||||||
&:hover {
|
@include entry(header-normal);
|
||||||
border-color: $selected_bg_color;
|
|
||||||
}
|
&:hover { @include entry(header-normal); border-color: $selected_bg_color; }
|
||||||
&:active, &:checked {
|
&:active, &:checked { @include entry(header-focus); }
|
||||||
color: $selected_fg_color;
|
&:insensitive { @include entry(header-insensitive); }
|
||||||
background-color: $selected_bg_color;
|
|
||||||
border-color: $selected_bg_color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> GtkMenuButton.button:last-child:dir(ltr) {
|
> GtkMenuButton.button:last-child:dir(ltr) {
|
||||||
|
@ -2545,17 +2545,36 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider {
|
|||||||
|
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
||||||
border-color: rgba(207, 218, 231, 0.1);
|
padding: 0 10px;
|
||||||
background-color: rgba(61, 65, 75, 0.9); }
|
color: rgba(207, 218, 231, 0.8);
|
||||||
|
border-color: rgba(24, 27, 31, 0.97);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
|
||||||
|
background-color: transparent; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
||||||
|
color: rgba(207, 218, 231, 0.8);
|
||||||
|
border-color: rgba(24, 27, 31, 0.97);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
|
||||||
|
background-color: transparent;
|
||||||
border-color: #5294E2; }
|
border-color: #5294E2; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
border-color: #5294E2;
|
||||||
border-color: #5294E2; }
|
background-image: linear-gradient(to bottom, #5294E2); }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
|
||||||
|
color: rgba(207, 218, 231, 0.35);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.52)); }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
border-radius: 0 14.5px 14.5px 0;
|
border-radius: 0 14.5px 14.5px 0;
|
||||||
@ -3212,8 +3231,7 @@ GtkListBox .h4 {
|
|||||||
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
||||||
color: rgba(36, 39, 45, 0.97); }
|
color: rgba(36, 39, 45, 0.97); }
|
||||||
|
|
||||||
GtkFileChooserDialog .dialog-action-box,
|
GtkFileChooserDialog .dialog-action-box {
|
||||||
GtkFileChooserDialog .dialog-vbox {
|
|
||||||
background-color: #444852; }
|
background-color: #444852; }
|
||||||
|
|
||||||
NemoWindow GtkEventBox {
|
NemoWindow GtkEventBox {
|
||||||
|
@ -2546,17 +2546,36 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider {
|
|||||||
|
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
||||||
border-color: rgba(207, 218, 231, 0.1);
|
padding: 0 10px;
|
||||||
background-color: rgba(251, 251, 252, 0.9); }
|
color: rgba(207, 218, 231, 0.8);
|
||||||
|
border-color: rgba(24, 27, 31, 0.97);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
|
||||||
|
background-color: transparent; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
||||||
|
color: rgba(207, 218, 231, 0.8);
|
||||||
|
border-color: rgba(24, 27, 31, 0.97);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
|
||||||
|
background-color: transparent;
|
||||||
border-color: #5294E2; }
|
border-color: #5294E2; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
border-color: #5294E2;
|
||||||
border-color: #5294E2; }
|
background-image: linear-gradient(to bottom, #5294E2); }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
|
||||||
|
color: rgba(207, 218, 231, 0.35);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.52)); }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
border-radius: 0 14.5px 14.5px 0;
|
border-radius: 0 14.5px 14.5px 0;
|
||||||
@ -3213,8 +3232,7 @@ GtkListBox .h4 {
|
|||||||
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
||||||
color: rgba(31, 34, 39, 0.97); }
|
color: rgba(31, 34, 39, 0.97); }
|
||||||
|
|
||||||
GtkFileChooserDialog .dialog-action-box,
|
GtkFileChooserDialog .dialog-action-box {
|
||||||
GtkFileChooserDialog .dialog-vbox {
|
|
||||||
background-color: #F5F6F7; }
|
background-color: #F5F6F7; }
|
||||||
|
|
||||||
NemoWindow GtkEventBox {
|
NemoWindow GtkEventBox {
|
||||||
|
@ -2545,17 +2545,36 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider {
|
|||||||
|
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
||||||
border-color: rgba(207, 218, 231, 0.1);
|
padding: 0 10px;
|
||||||
background-color: rgba(61, 65, 75, 0.9); }
|
color: rgba(207, 218, 231, 0.8);
|
||||||
|
border-color: #181b1f;
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
|
||||||
|
background-color: transparent; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
||||||
|
color: rgba(207, 218, 231, 0.8);
|
||||||
|
border-color: #181b1f;
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
|
||||||
|
background-color: transparent;
|
||||||
border-color: #5294E2; }
|
border-color: #5294E2; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
border-color: #5294E2;
|
||||||
border-color: #5294E2; }
|
background-image: linear-gradient(to bottom, #5294E2); }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
|
||||||
|
color: rgba(207, 218, 231, 0.35);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.55)); }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
border-radius: 0 14.5px 14.5px 0;
|
border-radius: 0 14.5px 14.5px 0;
|
||||||
@ -3212,8 +3231,7 @@ GtkListBox .h4 {
|
|||||||
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
||||||
color: #24272d; }
|
color: #24272d; }
|
||||||
|
|
||||||
GtkFileChooserDialog .dialog-action-box,
|
GtkFileChooserDialog .dialog-action-box {
|
||||||
GtkFileChooserDialog .dialog-vbox {
|
|
||||||
background-color: #444852; }
|
background-color: #444852; }
|
||||||
|
|
||||||
NemoWindow GtkEventBox {
|
NemoWindow GtkEventBox {
|
||||||
|
@ -2546,17 +2546,36 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider {
|
|||||||
|
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
||||||
border-color: rgba(207, 218, 231, 0.1);
|
padding: 0 10px;
|
||||||
background-color: rgba(251, 251, 252, 0.9); }
|
color: rgba(207, 218, 231, 0.8);
|
||||||
|
border-color: #181b1f;
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
|
||||||
|
background-color: transparent; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
||||||
|
color: rgba(207, 218, 231, 0.8);
|
||||||
|
border-color: #181b1f;
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
|
||||||
|
background-color: transparent;
|
||||||
border-color: #5294E2; }
|
border-color: #5294E2; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
border-color: #5294E2;
|
||||||
border-color: #5294E2; }
|
background-image: linear-gradient(to bottom, #5294E2); }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
|
||||||
|
color: rgba(207, 218, 231, 0.35);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.55)); }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
border-radius: 0 14.5px 14.5px 0;
|
border-radius: 0 14.5px 14.5px 0;
|
||||||
@ -3213,8 +3232,7 @@ GtkListBox .h4 {
|
|||||||
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
||||||
color: #1f2227; }
|
color: #1f2227; }
|
||||||
|
|
||||||
GtkFileChooserDialog .dialog-action-box,
|
GtkFileChooserDialog .dialog-action-box {
|
||||||
GtkFileChooserDialog .dialog-vbox {
|
|
||||||
background-color: #F5F6F7; }
|
background-color: #F5F6F7; }
|
||||||
|
|
||||||
NemoWindow GtkEventBox {
|
NemoWindow GtkEventBox {
|
||||||
|
@ -2545,17 +2545,36 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider {
|
|||||||
|
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
||||||
|
padding: 0 10px;
|
||||||
|
color: rgba(82, 93, 118, 0.8);
|
||||||
border-color: rgba(82, 93, 118, 0.1);
|
border-color: rgba(82, 93, 118, 0.1);
|
||||||
background-color: rgba(251, 251, 252, 0.9); }
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
|
||||||
|
background-color: transparent; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
||||||
|
color: rgba(82, 93, 118, 0.8);
|
||||||
|
border-color: rgba(82, 93, 118, 0.1);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
|
||||||
|
background-color: transparent;
|
||||||
border-color: #5294E2; }
|
border-color: #5294E2; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
border-color: #5294E2;
|
||||||
border-color: #5294E2; }
|
background-image: linear-gradient(to bottom, #5294E2); }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
|
||||||
|
color: rgba(82, 93, 118, 0.35);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
border-radius: 0 14.5px 14.5px 0;
|
border-radius: 0 14.5px 14.5px 0;
|
||||||
@ -3212,8 +3231,7 @@ GtkListBox .h4 {
|
|||||||
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
||||||
color: #d4d5db; }
|
color: #d4d5db; }
|
||||||
|
|
||||||
GtkFileChooserDialog .dialog-action-box,
|
GtkFileChooserDialog .dialog-action-box {
|
||||||
GtkFileChooserDialog .dialog-vbox {
|
|
||||||
background-color: #F5F6F7; }
|
background-color: #F5F6F7; }
|
||||||
|
|
||||||
NemoWindow GtkEventBox {
|
NemoWindow GtkEventBox {
|
||||||
|
@ -2545,17 +2545,36 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider {
|
|||||||
|
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
|
||||||
|
padding: 0 10px;
|
||||||
|
color: rgba(82, 93, 118, 0.8);
|
||||||
border-color: rgba(82, 93, 118, 0.1);
|
border-color: rgba(82, 93, 118, 0.1);
|
||||||
background-color: rgba(251, 251, 252, 0.9); }
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
|
||||||
|
background-color: transparent; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
|
||||||
|
color: rgba(82, 93, 118, 0.8);
|
||||||
|
border-color: rgba(82, 93, 118, 0.1);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
|
||||||
|
background-color: transparent;
|
||||||
border-color: #5294E2; }
|
border-color: #5294E2; }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image:hover,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image:hover {
|
||||||
|
color: inherit; }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
|
||||||
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
border-color: #5294E2;
|
||||||
border-color: #5294E2; }
|
background-image: linear-gradient(to bottom, #5294E2); }
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
|
||||||
|
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
|
||||||
|
color: rgba(82, 93, 118, 0.35);
|
||||||
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
|
||||||
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
border-radius: 0 14.5px 14.5px 0;
|
border-radius: 0 14.5px 14.5px 0;
|
||||||
@ -3212,8 +3231,7 @@ GtkListBox .h4 {
|
|||||||
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
|
||||||
color: rgba(212, 213, 219, 0.95); }
|
color: rgba(212, 213, 219, 0.95); }
|
||||||
|
|
||||||
GtkFileChooserDialog .dialog-action-box,
|
GtkFileChooserDialog .dialog-action-box {
|
||||||
GtkFileChooserDialog .dialog-vbox {
|
|
||||||
background-color: #F5F6F7; }
|
background-color: #F5F6F7; }
|
||||||
|
|
||||||
NemoWindow GtkEventBox {
|
NemoWindow GtkEventBox {
|
||||||
|
Loading…
Reference in New Issue
Block a user