mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix disabled entry border-color in header bars (#668)
This commit is contained in:
parent
d3d70b431d
commit
5acba9421b
@ -1055,6 +1055,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
color: #ffffff; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.37);
|
||||
background-color: rgba(95, 105, 127, 0.22); }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus {
|
||||
background-color: #ffffff;
|
||||
@ -1300,6 +1301,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.37);
|
||||
background-color: rgba(95, 105, 127, 0.22); }
|
||||
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
|
||||
@ -3570,6 +3572,7 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto
|
||||
background-color: #5294e2; }
|
||||
.marlin-pathbar.pathbar:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.37);
|
||||
background-color: rgba(95, 105, 127, 0.22); }
|
||||
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
|
||||
color: #5294e2; }
|
||||
|
@ -1054,6 +1054,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
color: #ffffff; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.37);
|
||||
background-color: rgba(95, 105, 127, 0.22); }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus {
|
||||
background-color: #ffffff;
|
||||
@ -1299,6 +1300,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.37);
|
||||
background-color: rgba(95, 105, 127, 0.22); }
|
||||
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
|
||||
@ -3569,6 +3571,7 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto
|
||||
background-color: #5294e2; }
|
||||
.marlin-pathbar.pathbar:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.37);
|
||||
background-color: rgba(95, 105, 127, 0.22); }
|
||||
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
|
||||
color: #5294e2; }
|
||||
|
@ -1055,6 +1055,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
color: #ffffff; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.4);
|
||||
background-color: rgba(95, 105, 127, 0.25); }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus {
|
||||
background-color: #ffffff;
|
||||
@ -1300,6 +1301,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.4);
|
||||
background-color: rgba(95, 105, 127, 0.25); }
|
||||
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
|
||||
@ -3570,6 +3572,7 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto
|
||||
background-color: #5294e2; }
|
||||
.marlin-pathbar.pathbar:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.4);
|
||||
background-color: rgba(95, 105, 127, 0.25); }
|
||||
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
|
||||
color: #5294e2; }
|
||||
|
@ -1054,6 +1054,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
color: #ffffff; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.4);
|
||||
background-color: rgba(95, 105, 127, 0.25); }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus {
|
||||
background-color: #ffffff;
|
||||
@ -1299,6 +1300,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.4);
|
||||
background-color: rgba(95, 105, 127, 0.25); }
|
||||
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
|
||||
@ -3569,6 +3571,7 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto
|
||||
background-color: #5294e2; }
|
||||
.marlin-pathbar.pathbar:disabled {
|
||||
color: rgba(207, 218, 231, 0.35);
|
||||
border-color: rgba(21, 23, 28, 0.4);
|
||||
background-color: rgba(95, 105, 127, 0.25); }
|
||||
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
|
||||
color: #5294e2; }
|
||||
|
@ -1054,6 +1054,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
color: #ffffff; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled {
|
||||
color: rgba(82, 93, 118, 0.35);
|
||||
border-color: rgba(82, 93, 118, 0.1);
|
||||
background-color: rgba(255, 255, 255, 0.75); }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus {
|
||||
background-color: #ffffff;
|
||||
@ -1299,6 +1300,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar:not(.libreoffice-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(255, 255, 255, 0.75); }
|
||||
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
|
||||
@ -3573,6 +3575,7 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto
|
||||
background-color: #5294e2; }
|
||||
.marlin-pathbar.pathbar:disabled {
|
||||
color: rgba(82, 93, 118, 0.35);
|
||||
border-color: rgba(82, 93, 118, 0.1);
|
||||
background-color: rgba(255, 255, 255, 0.75); }
|
||||
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
|
||||
color: #5294e2; }
|
||||
|
@ -1054,6 +1054,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
color: #ffffff; }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled {
|
||||
color: rgba(82, 93, 118, 0.35);
|
||||
border-color: rgba(82, 93, 118, 0.1);
|
||||
background-color: rgba(255, 255, 255, 0.75); }
|
||||
.primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus {
|
||||
background-color: #ffffff;
|
||||
@ -1299,6 +1300,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar:not(.libreoffice-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(255, 255, 255, 0.75); }
|
||||
|
||||
.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
|
||||
@ -3573,6 +3575,7 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto
|
||||
background-color: #5294e2; }
|
||||
.marlin-pathbar.pathbar:disabled {
|
||||
color: rgba(82, 93, 118, 0.35);
|
||||
border-color: rgba(82, 93, 118, 0.1);
|
||||
background-color: rgba(255, 255, 255, 0.75); }
|
||||
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
|
||||
color: #5294e2; }
|
||||
|
@ -74,6 +74,7 @@
|
||||
// insensitive header-bar entry
|
||||
//
|
||||
color: transparentize($header_fg, 0.45);
|
||||
border-color: $header_entry_border;
|
||||
background-color: transparentize($header_entry_bg, 0.15);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user