mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix entry drawing
This commit is contained in:
parent
fdcaf4c046
commit
c30ebde922
@ -166,7 +166,7 @@ GtkFlowBox .grid-child {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #404552;
|
background-color: #404552;
|
||||||
background-image: linear-gradient(to bottom, #404552);
|
background-image: linear-gradient(to bottom, #404552);
|
||||||
box-shadow: inset 1px 1px #5294E2, inset -1px -1px #5294E2; }
|
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
|
||||||
.entry:insensitive {
|
.entry:insensitive {
|
||||||
color: rgba(211, 218, 227, 0.45);
|
color: rgba(211, 218, 227, 0.45);
|
||||||
border-color: rgba(43, 46, 57, 0.55);
|
border-color: rgba(43, 46, 57, 0.55);
|
||||||
|
@ -166,7 +166,7 @@ GtkFlowBox .grid-child {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #404552;
|
background-color: #404552;
|
||||||
background-image: linear-gradient(to bottom, #404552);
|
background-image: linear-gradient(to bottom, #404552);
|
||||||
box-shadow: inset 1px 1px #5294E2, inset -1px -1px #5294E2; }
|
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
|
||||||
.entry:insensitive {
|
.entry:insensitive {
|
||||||
color: rgba(211, 218, 227, 0.45);
|
color: rgba(211, 218, 227, 0.45);
|
||||||
border-color: rgba(43, 46, 57, 0.55);
|
border-color: rgba(43, 46, 57, 0.55);
|
||||||
|
@ -42,8 +42,10 @@
|
|||||||
background-image: linear-gradient(to bottom, $entry_bg);
|
background-image: linear-gradient(to bottom, $entry_bg);
|
||||||
|
|
||||||
@if $variant == 'dark' {
|
@if $variant == 'dark' {
|
||||||
box-shadow: inset 1px 1px $selected_bg_color,
|
box-shadow: inset 1px 0 $selected_bg_color,
|
||||||
inset -1px -1px $selected_bg_color;
|
inset -1px 0 $selected_bg_color,
|
||||||
|
inset 0 1px $selected_bg_color,
|
||||||
|
inset 0 -1px $selected_bg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@ GtkTextView {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #404552;
|
background-color: #404552;
|
||||||
background-image: linear-gradient(to bottom, #404552);
|
background-image: linear-gradient(to bottom, #404552);
|
||||||
box-shadow: inset 1px 1px #5294E2, inset -1px -1px #5294E2; }
|
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
|
||||||
.entry:insensitive {
|
.entry:insensitive {
|
||||||
color: rgba(211, 218, 227, 0.45);
|
color: rgba(211, 218, 227, 0.45);
|
||||||
border-color: rgba(43, 46, 57, 0.55);
|
border-color: rgba(43, 46, 57, 0.55);
|
||||||
|
@ -166,7 +166,7 @@ GtkTextView {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #404552;
|
background-color: #404552;
|
||||||
background-image: linear-gradient(to bottom, #404552);
|
background-image: linear-gradient(to bottom, #404552);
|
||||||
box-shadow: inset 1px 1px #5294E2, inset -1px -1px #5294E2; }
|
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
|
||||||
.entry:insensitive {
|
.entry:insensitive {
|
||||||
color: rgba(211, 218, 227, 0.45);
|
color: rgba(211, 218, 227, 0.45);
|
||||||
border-color: rgba(43, 46, 57, 0.55);
|
border-color: rgba(43, 46, 57, 0.55);
|
||||||
|
@ -42,8 +42,10 @@
|
|||||||
background-image: linear-gradient(to bottom, $entry_bg);
|
background-image: linear-gradient(to bottom, $entry_bg);
|
||||||
|
|
||||||
@if $variant == 'dark' {
|
@if $variant == 'dark' {
|
||||||
box-shadow: inset 1px 1px $selected_bg_color,
|
box-shadow: inset 1px 0 $selected_bg_color,
|
||||||
inset -1px -1px $selected_bg_color;
|
inset -1px 0 $selected_bg_color,
|
||||||
|
inset 0 1px $selected_bg_color,
|
||||||
|
inset 0 -1px $selected_bg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ GtkTextView {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #404552;
|
background-color: #404552;
|
||||||
background-image: linear-gradient(to bottom, #404552);
|
background-image: linear-gradient(to bottom, #404552);
|
||||||
box-shadow: inset 1px 1px #5294E2, inset -1px -1px #5294E2; }
|
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
|
||||||
.entry:insensitive {
|
.entry:insensitive {
|
||||||
color: rgba(211, 218, 227, 0.45);
|
color: rgba(211, 218, 227, 0.45);
|
||||||
border-color: rgba(43, 46, 57, 0.55);
|
border-color: rgba(43, 46, 57, 0.55);
|
||||||
|
@ -165,7 +165,7 @@ GtkTextView {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #404552;
|
background-color: #404552;
|
||||||
background-image: linear-gradient(to bottom, #404552);
|
background-image: linear-gradient(to bottom, #404552);
|
||||||
box-shadow: inset 1px 1px #5294E2, inset -1px -1px #5294E2; }
|
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
|
||||||
.entry:insensitive {
|
.entry:insensitive {
|
||||||
color: rgba(211, 218, 227, 0.45);
|
color: rgba(211, 218, 227, 0.45);
|
||||||
border-color: rgba(43, 46, 57, 0.55);
|
border-color: rgba(43, 46, 57, 0.55);
|
||||||
|
@ -42,8 +42,10 @@
|
|||||||
background-image: linear-gradient(to bottom, $entry_bg);
|
background-image: linear-gradient(to bottom, $entry_bg);
|
||||||
|
|
||||||
@if $variant == 'dark' {
|
@if $variant == 'dark' {
|
||||||
box-shadow: inset 1px 1px $selected_bg_color,
|
box-shadow: inset 1px 0 $selected_bg_color,
|
||||||
inset -1px -1px $selected_bg_color;
|
inset -1px 0 $selected_bg_color,
|
||||||
|
inset 0 1px $selected_bg_color,
|
||||||
|
inset 0 -1px $selected_bg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user