mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-builder 3.22 fixes
This commit is contained in:
parent
1e317d21ef
commit
89ee981422
@ -3256,6 +3256,8 @@ pillbox {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
border-radius: 3px; }
|
border-radius: 3px; }
|
||||||
|
pillbox:disabled label {
|
||||||
|
color: rgba(255, 255, 255, 0.5); }
|
||||||
|
|
||||||
docktabstrip {
|
docktabstrip {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
@ -3289,6 +3291,55 @@ dockoverlayedge {
|
|||||||
dockoverlayedge.right-edge tab:checked {
|
dockoverlayedge.right-edge tab:checked {
|
||||||
border-width: 1px 0; }
|
border-width: 1px 0; }
|
||||||
|
|
||||||
|
popover.messagepopover.background {
|
||||||
|
padding: 0; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-content-area {
|
||||||
|
margin: 16px; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-action-area {
|
||||||
|
margin: 8px; }
|
||||||
|
popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
|
||||||
|
margin: 0 4px; }
|
||||||
|
|
||||||
|
popover.popover-selector {
|
||||||
|
padding: 0; }
|
||||||
|
popover.popover-selector list row {
|
||||||
|
padding: 5px 0; }
|
||||||
|
popover.popover-selector list row image {
|
||||||
|
margin-left: 3px;
|
||||||
|
margin-right: 10px; }
|
||||||
|
|
||||||
|
entry.search.preferences-search {
|
||||||
|
border: none;
|
||||||
|
border-right: 1px solid #2b2e39;
|
||||||
|
border-bottom: 1px solid #2b2e39;
|
||||||
|
border-radius: 0; }
|
||||||
|
|
||||||
|
preferences stacksidebar.sidebar {
|
||||||
|
background-color: #404552; }
|
||||||
|
preferences stacksidebar.sidebar list separator {
|
||||||
|
background-color: transparent; }
|
||||||
|
|
||||||
|
devhelppanel entry:focus,
|
||||||
|
symboltreepanel entry:focus {
|
||||||
|
border-color: #2b2e39; }
|
||||||
|
|
||||||
|
button.run-arrow-button {
|
||||||
|
min-width: 12px; }
|
||||||
|
|
||||||
|
omnibar.linked > entry:not(:only-child) {
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-right: 1px; }
|
||||||
|
|
||||||
|
gstyleslidein #scale_box button.toggle:checked,
|
||||||
|
gstyleslidein #strings_controls button.toggle:checked,
|
||||||
|
gstyleslidein #palette_controls button.toggle:checked,
|
||||||
|
gstyleslidein #components_controls button.toggle:checked {
|
||||||
|
color: #D3DAE3; }
|
||||||
|
|
||||||
.documents-scrolledwin.frame {
|
.documents-scrolledwin.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
@ -3255,6 +3255,8 @@ pillbox {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
border-radius: 3px; }
|
border-radius: 3px; }
|
||||||
|
pillbox:disabled label {
|
||||||
|
color: rgba(255, 255, 255, 0.5); }
|
||||||
|
|
||||||
docktabstrip {
|
docktabstrip {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
@ -3288,6 +3290,55 @@ dockoverlayedge {
|
|||||||
dockoverlayedge.right-edge tab:checked {
|
dockoverlayedge.right-edge tab:checked {
|
||||||
border-width: 1px 0; }
|
border-width: 1px 0; }
|
||||||
|
|
||||||
|
popover.messagepopover.background {
|
||||||
|
padding: 0; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-content-area {
|
||||||
|
margin: 16px; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-action-area {
|
||||||
|
margin: 8px; }
|
||||||
|
popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
|
||||||
|
margin: 0 4px; }
|
||||||
|
|
||||||
|
popover.popover-selector {
|
||||||
|
padding: 0; }
|
||||||
|
popover.popover-selector list row {
|
||||||
|
padding: 5px 0; }
|
||||||
|
popover.popover-selector list row image {
|
||||||
|
margin-left: 3px;
|
||||||
|
margin-right: 10px; }
|
||||||
|
|
||||||
|
entry.search.preferences-search {
|
||||||
|
border: none;
|
||||||
|
border-right: 1px solid #dcdfe3;
|
||||||
|
border-bottom: 1px solid #dcdfe3;
|
||||||
|
border-radius: 0; }
|
||||||
|
|
||||||
|
preferences stacksidebar.sidebar {
|
||||||
|
background-color: #ffffff; }
|
||||||
|
preferences stacksidebar.sidebar list separator {
|
||||||
|
background-color: transparent; }
|
||||||
|
|
||||||
|
devhelppanel entry:focus,
|
||||||
|
symboltreepanel entry:focus {
|
||||||
|
border-color: #dcdfe3; }
|
||||||
|
|
||||||
|
button.run-arrow-button {
|
||||||
|
min-width: 12px; }
|
||||||
|
|
||||||
|
omnibar.linked > entry:not(:only-child) {
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-right: 1px; }
|
||||||
|
|
||||||
|
gstyleslidein #scale_box button.toggle:checked,
|
||||||
|
gstyleslidein #strings_controls button.toggle:checked,
|
||||||
|
gstyleslidein #palette_controls button.toggle:checked,
|
||||||
|
gstyleslidein #components_controls button.toggle:checked {
|
||||||
|
color: #5c616c; }
|
||||||
|
|
||||||
.documents-scrolledwin.frame {
|
.documents-scrolledwin.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
@ -3256,6 +3256,8 @@ pillbox {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
border-radius: 3px; }
|
border-radius: 3px; }
|
||||||
|
pillbox:disabled label {
|
||||||
|
color: rgba(255, 255, 255, 0.5); }
|
||||||
|
|
||||||
docktabstrip {
|
docktabstrip {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
@ -3289,6 +3291,55 @@ dockoverlayedge {
|
|||||||
dockoverlayedge.right-edge tab:checked {
|
dockoverlayedge.right-edge tab:checked {
|
||||||
border-width: 1px 0; }
|
border-width: 1px 0; }
|
||||||
|
|
||||||
|
popover.messagepopover.background {
|
||||||
|
padding: 0; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-content-area {
|
||||||
|
margin: 16px; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-action-area {
|
||||||
|
margin: 8px; }
|
||||||
|
popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
|
||||||
|
margin: 0 4px; }
|
||||||
|
|
||||||
|
popover.popover-selector {
|
||||||
|
padding: 0; }
|
||||||
|
popover.popover-selector list row {
|
||||||
|
padding: 5px 0; }
|
||||||
|
popover.popover-selector list row image {
|
||||||
|
margin-left: 3px;
|
||||||
|
margin-right: 10px; }
|
||||||
|
|
||||||
|
entry.search.preferences-search {
|
||||||
|
border: none;
|
||||||
|
border-right: 1px solid #2b2e39;
|
||||||
|
border-bottom: 1px solid #2b2e39;
|
||||||
|
border-radius: 0; }
|
||||||
|
|
||||||
|
preferences stacksidebar.sidebar {
|
||||||
|
background-color: #404552; }
|
||||||
|
preferences stacksidebar.sidebar list separator {
|
||||||
|
background-color: transparent; }
|
||||||
|
|
||||||
|
devhelppanel entry:focus,
|
||||||
|
symboltreepanel entry:focus {
|
||||||
|
border-color: #2b2e39; }
|
||||||
|
|
||||||
|
button.run-arrow-button {
|
||||||
|
min-width: 12px; }
|
||||||
|
|
||||||
|
omnibar.linked > entry:not(:only-child) {
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-right: 1px; }
|
||||||
|
|
||||||
|
gstyleslidein #scale_box button.toggle:checked,
|
||||||
|
gstyleslidein #strings_controls button.toggle:checked,
|
||||||
|
gstyleslidein #palette_controls button.toggle:checked,
|
||||||
|
gstyleslidein #components_controls button.toggle:checked {
|
||||||
|
color: #D3DAE3; }
|
||||||
|
|
||||||
.documents-scrolledwin.frame {
|
.documents-scrolledwin.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
@ -3255,6 +3255,8 @@ pillbox {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
border-radius: 3px; }
|
border-radius: 3px; }
|
||||||
|
pillbox:disabled label {
|
||||||
|
color: rgba(255, 255, 255, 0.5); }
|
||||||
|
|
||||||
docktabstrip {
|
docktabstrip {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
@ -3288,6 +3290,55 @@ dockoverlayedge {
|
|||||||
dockoverlayedge.right-edge tab:checked {
|
dockoverlayedge.right-edge tab:checked {
|
||||||
border-width: 1px 0; }
|
border-width: 1px 0; }
|
||||||
|
|
||||||
|
popover.messagepopover.background {
|
||||||
|
padding: 0; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-content-area {
|
||||||
|
margin: 16px; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-action-area {
|
||||||
|
margin: 8px; }
|
||||||
|
popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
|
||||||
|
margin: 0 4px; }
|
||||||
|
|
||||||
|
popover.popover-selector {
|
||||||
|
padding: 0; }
|
||||||
|
popover.popover-selector list row {
|
||||||
|
padding: 5px 0; }
|
||||||
|
popover.popover-selector list row image {
|
||||||
|
margin-left: 3px;
|
||||||
|
margin-right: 10px; }
|
||||||
|
|
||||||
|
entry.search.preferences-search {
|
||||||
|
border: none;
|
||||||
|
border-right: 1px solid #dcdfe3;
|
||||||
|
border-bottom: 1px solid #dcdfe3;
|
||||||
|
border-radius: 0; }
|
||||||
|
|
||||||
|
preferences stacksidebar.sidebar {
|
||||||
|
background-color: #ffffff; }
|
||||||
|
preferences stacksidebar.sidebar list separator {
|
||||||
|
background-color: transparent; }
|
||||||
|
|
||||||
|
devhelppanel entry:focus,
|
||||||
|
symboltreepanel entry:focus {
|
||||||
|
border-color: #dcdfe3; }
|
||||||
|
|
||||||
|
button.run-arrow-button {
|
||||||
|
min-width: 12px; }
|
||||||
|
|
||||||
|
omnibar.linked > entry:not(:only-child) {
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-right: 1px; }
|
||||||
|
|
||||||
|
gstyleslidein #scale_box button.toggle:checked,
|
||||||
|
gstyleslidein #strings_controls button.toggle:checked,
|
||||||
|
gstyleslidein #palette_controls button.toggle:checked,
|
||||||
|
gstyleslidein #components_controls button.toggle:checked {
|
||||||
|
color: #5c616c; }
|
||||||
|
|
||||||
.documents-scrolledwin.frame {
|
.documents-scrolledwin.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
@ -3259,6 +3259,8 @@ pillbox {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
border-radius: 3px; }
|
border-radius: 3px; }
|
||||||
|
pillbox:disabled label {
|
||||||
|
color: rgba(255, 255, 255, 0.5); }
|
||||||
|
|
||||||
docktabstrip {
|
docktabstrip {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
@ -3292,6 +3294,55 @@ dockoverlayedge {
|
|||||||
dockoverlayedge.right-edge tab:checked {
|
dockoverlayedge.right-edge tab:checked {
|
||||||
border-width: 1px 0; }
|
border-width: 1px 0; }
|
||||||
|
|
||||||
|
popover.messagepopover.background {
|
||||||
|
padding: 0; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-content-area {
|
||||||
|
margin: 16px; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-action-area {
|
||||||
|
margin: 8px; }
|
||||||
|
popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
|
||||||
|
margin: 0 4px; }
|
||||||
|
|
||||||
|
popover.popover-selector {
|
||||||
|
padding: 0; }
|
||||||
|
popover.popover-selector list row {
|
||||||
|
padding: 5px 0; }
|
||||||
|
popover.popover-selector list row image {
|
||||||
|
margin-left: 3px;
|
||||||
|
margin-right: 10px; }
|
||||||
|
|
||||||
|
entry.search.preferences-search {
|
||||||
|
border: none;
|
||||||
|
border-right: 1px solid #dcdfe3;
|
||||||
|
border-bottom: 1px solid #dcdfe3;
|
||||||
|
border-radius: 0; }
|
||||||
|
|
||||||
|
preferences stacksidebar.sidebar {
|
||||||
|
background-color: #ffffff; }
|
||||||
|
preferences stacksidebar.sidebar list separator {
|
||||||
|
background-color: transparent; }
|
||||||
|
|
||||||
|
devhelppanel entry:focus,
|
||||||
|
symboltreepanel entry:focus {
|
||||||
|
border-color: #dcdfe3; }
|
||||||
|
|
||||||
|
button.run-arrow-button {
|
||||||
|
min-width: 12px; }
|
||||||
|
|
||||||
|
omnibar.linked > entry:not(:only-child) {
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-right: 1px; }
|
||||||
|
|
||||||
|
gstyleslidein #scale_box button.toggle:checked,
|
||||||
|
gstyleslidein #strings_controls button.toggle:checked,
|
||||||
|
gstyleslidein #palette_controls button.toggle:checked,
|
||||||
|
gstyleslidein #components_controls button.toggle:checked {
|
||||||
|
color: #5c616c; }
|
||||||
|
|
||||||
.documents-scrolledwin.frame {
|
.documents-scrolledwin.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
@ -3259,6 +3259,8 @@ pillbox {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
border-radius: 3px; }
|
border-radius: 3px; }
|
||||||
|
pillbox:disabled label {
|
||||||
|
color: rgba(255, 255, 255, 0.5); }
|
||||||
|
|
||||||
docktabstrip {
|
docktabstrip {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
@ -3292,6 +3294,55 @@ dockoverlayedge {
|
|||||||
dockoverlayedge.right-edge tab:checked {
|
dockoverlayedge.right-edge tab:checked {
|
||||||
border-width: 1px 0; }
|
border-width: 1px 0; }
|
||||||
|
|
||||||
|
popover.messagepopover.background {
|
||||||
|
padding: 0; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-content-area {
|
||||||
|
margin: 16px; }
|
||||||
|
|
||||||
|
popover.messagepopover .popover-action-area {
|
||||||
|
margin: 8px; }
|
||||||
|
popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
|
||||||
|
margin: 0 4px; }
|
||||||
|
|
||||||
|
popover.popover-selector {
|
||||||
|
padding: 0; }
|
||||||
|
popover.popover-selector list row {
|
||||||
|
padding: 5px 0; }
|
||||||
|
popover.popover-selector list row image {
|
||||||
|
margin-left: 3px;
|
||||||
|
margin-right: 10px; }
|
||||||
|
|
||||||
|
entry.search.preferences-search {
|
||||||
|
border: none;
|
||||||
|
border-right: 1px solid #dcdfe3;
|
||||||
|
border-bottom: 1px solid #dcdfe3;
|
||||||
|
border-radius: 0; }
|
||||||
|
|
||||||
|
preferences stacksidebar.sidebar {
|
||||||
|
background-color: #ffffff; }
|
||||||
|
preferences stacksidebar.sidebar list separator {
|
||||||
|
background-color: transparent; }
|
||||||
|
|
||||||
|
devhelppanel entry:focus,
|
||||||
|
symboltreepanel entry:focus {
|
||||||
|
border-color: #dcdfe3; }
|
||||||
|
|
||||||
|
button.run-arrow-button {
|
||||||
|
min-width: 12px; }
|
||||||
|
|
||||||
|
omnibar.linked > entry:not(:only-child) {
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-right: 1px; }
|
||||||
|
|
||||||
|
gstyleslidein #scale_box button.toggle:checked,
|
||||||
|
gstyleslidein #strings_controls button.toggle:checked,
|
||||||
|
gstyleslidein #palette_controls button.toggle:checked,
|
||||||
|
gstyleslidein #components_controls button.toggle:checked {
|
||||||
|
color: #5c616c; }
|
||||||
|
|
||||||
.documents-scrolledwin.frame {
|
.documents-scrolledwin.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
@ -319,6 +319,8 @@ pillbox {
|
|||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
||||||
|
&:disabled label { color: transparentize($selected_fg_color, 0.5) }
|
||||||
}
|
}
|
||||||
|
|
||||||
docktabstrip {
|
docktabstrip {
|
||||||
@ -365,6 +367,58 @@ dockoverlayedge {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
popover.messagepopover {
|
||||||
|
&.background { padding: 0; }
|
||||||
|
|
||||||
|
.popover-content-area { margin: 16px; }
|
||||||
|
.popover-action-area {
|
||||||
|
margin: 8px;
|
||||||
|
|
||||||
|
button:not(:first-child):not(:last-child) { margin: 0 4px; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
popover.popover-selector {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
list {
|
||||||
|
row { padding: 5px 0; }
|
||||||
|
row image { margin-left: 3px; margin-right: 10px; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
entry.search.preferences-search {
|
||||||
|
border: none;
|
||||||
|
border-right: 1px solid $borders_color;
|
||||||
|
border-bottom: 1px solid $borders_color;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
preferences stacksidebar.sidebar {
|
||||||
|
background-color: $base_color;
|
||||||
|
|
||||||
|
list separator { background-color: transparent; }
|
||||||
|
}
|
||||||
|
|
||||||
|
devhelppanel entry:focus,
|
||||||
|
symboltreepanel entry:focus {
|
||||||
|
border-color: $borders_color
|
||||||
|
}
|
||||||
|
|
||||||
|
button.run-arrow-button {
|
||||||
|
min-width: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
omnibar.linked > entry:not(:only-child) { border-style: solid; border-radius: 3px; margin-left: 1px; margin-right: 1px; }
|
||||||
|
|
||||||
|
gstyleslidein {
|
||||||
|
#scale_box,
|
||||||
|
#strings_controls,
|
||||||
|
#palette_controls,
|
||||||
|
#components_controls {
|
||||||
|
button.toggle:checked { color: $fg_color; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Epiphany
|
// Epiphany
|
||||||
|
Loading…
Reference in New Issue
Block a user