mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
more gnome-builder fixes
This commit is contained in:
parent
2754af8e0f
commit
51bdfd19ea
@ -3135,6 +3135,9 @@ workbench stack.titlebar {
|
||||
padding: 0;
|
||||
border: none; }
|
||||
|
||||
editortweak .linked > entry.search:focus + .gb-linked-scroller {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
layouttab {
|
||||
background-color: #404552; }
|
||||
|
||||
@ -3145,9 +3148,6 @@ layout {
|
||||
eggsearchbar box.search-bar {
|
||||
border-bottom: 1px solid #2b2e39; }
|
||||
|
||||
perspectiveswitcher {
|
||||
background: #383C4A; }
|
||||
|
||||
pillbox {
|
||||
color: #ffffff;
|
||||
background-color: #5294E2;
|
||||
|
@ -3134,6 +3134,9 @@ workbench stack.titlebar {
|
||||
padding: 0;
|
||||
border: none; }
|
||||
|
||||
editortweak .linked > entry.search:focus + .gb-linked-scroller {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
layouttab {
|
||||
background-color: #ffffff; }
|
||||
|
||||
@ -3144,9 +3147,6 @@ layout {
|
||||
eggsearchbar box.search-bar {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
perspectiveswitcher {
|
||||
background: #F5F6F7; }
|
||||
|
||||
pillbox {
|
||||
color: #ffffff;
|
||||
background-color: #5294E2;
|
||||
|
@ -3135,6 +3135,9 @@ workbench stack.titlebar {
|
||||
padding: 0;
|
||||
border: none; }
|
||||
|
||||
editortweak .linked > entry.search:focus + .gb-linked-scroller {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
layouttab {
|
||||
background-color: #404552; }
|
||||
|
||||
@ -3145,9 +3148,6 @@ layout {
|
||||
eggsearchbar box.search-bar {
|
||||
border-bottom: 1px solid #2b2e39; }
|
||||
|
||||
perspectiveswitcher {
|
||||
background: #383C4A; }
|
||||
|
||||
pillbox {
|
||||
color: #ffffff;
|
||||
background-color: #5294E2;
|
||||
|
@ -3134,6 +3134,9 @@ workbench stack.titlebar {
|
||||
padding: 0;
|
||||
border: none; }
|
||||
|
||||
editortweak .linked > entry.search:focus + .gb-linked-scroller {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
layouttab {
|
||||
background-color: #ffffff; }
|
||||
|
||||
@ -3144,9 +3147,6 @@ layout {
|
||||
eggsearchbar box.search-bar {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
perspectiveswitcher {
|
||||
background: #F5F6F7; }
|
||||
|
||||
pillbox {
|
||||
color: #ffffff;
|
||||
background-color: #5294E2;
|
||||
|
@ -3138,6 +3138,9 @@ workbench stack.titlebar {
|
||||
padding: 0;
|
||||
border: none; }
|
||||
|
||||
editortweak .linked > entry.search:focus + .gb-linked-scroller {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
layouttab {
|
||||
background-color: #ffffff; }
|
||||
|
||||
@ -3148,9 +3151,6 @@ layout {
|
||||
eggsearchbar box.search-bar {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
perspectiveswitcher {
|
||||
background: #F5F6F7; }
|
||||
|
||||
pillbox {
|
||||
color: #ffffff;
|
||||
background-color: #5294E2;
|
||||
|
@ -3138,6 +3138,9 @@ workbench stack.titlebar {
|
||||
padding: 0;
|
||||
border: none; }
|
||||
|
||||
editortweak .linked > entry.search:focus + .gb-linked-scroller {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
layouttab {
|
||||
background-color: #ffffff; }
|
||||
|
||||
@ -3148,9 +3151,6 @@ layout {
|
||||
eggsearchbar box.search-bar {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
perspectiveswitcher {
|
||||
background: #F5F6F7; }
|
||||
|
||||
pillbox {
|
||||
color: #ffffff;
|
||||
background-color: #5294E2;
|
||||
|
@ -278,6 +278,8 @@ workbench stack.titlebar {
|
||||
border: none;
|
||||
}
|
||||
|
||||
editortweak .linked > entry.search:focus + .gb-linked-scroller { border-top-color: $selected_bg_color; }
|
||||
|
||||
layouttab {
|
||||
background-color: $base_color;
|
||||
}
|
||||
@ -291,14 +293,6 @@ eggsearchbar box.search-bar {
|
||||
border-bottom: 1px solid $borders_color;
|
||||
}
|
||||
|
||||
perspectiveswitcher {
|
||||
background: $bg_color;
|
||||
|
||||
button {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
pillbox {
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
|
Loading…
Reference in New Issue
Block a user