mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix progressbars inside entries
This commit is contained in:
parent
e834f15d0d
commit
3d746e3015
@ -241,7 +241,7 @@ GtkFlowBox .grid-child {
|
||||
}
|
||||
|
||||
&.progressbar {
|
||||
margin: 2px;
|
||||
margin: 2px 12px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 2px;
|
||||
border-color: $selected_bg_color;
|
||||
@ -1188,6 +1188,12 @@ GtkComboBox {
|
||||
background-color: $selected_fg_color;
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
|
||||
&.progressbar {
|
||||
border-color: $selected_bg_color;
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
// Header-bar Buttons
|
||||
|
@ -169,7 +169,7 @@ GtkFlowBox .grid-child {
|
||||
background-color: #5294E2;
|
||||
color: #ffffff; }
|
||||
.entry.progressbar {
|
||||
margin: 2px;
|
||||
margin: 2px 12px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 2px;
|
||||
border-color: #5294E2;
|
||||
@ -899,6 +899,10 @@ GtkComboBox {
|
||||
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #5294E2; }
|
||||
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
|
||||
border-color: #5294E2;
|
||||
background-image: none;
|
||||
background-color: transparent; }
|
||||
.primary-toolbar .button, .header-bar .button {
|
||||
color: rgba(82, 93, 118, 0.8);
|
||||
outline-color: rgba(82, 93, 118, 0.1);
|
||||
|
@ -169,7 +169,7 @@ GtkFlowBox .grid-child {
|
||||
background-color: #5294E2;
|
||||
color: #ffffff; }
|
||||
.entry.progressbar {
|
||||
margin: 2px;
|
||||
margin: 2px 12px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 2px;
|
||||
border-color: #5294E2;
|
||||
@ -899,6 +899,10 @@ GtkComboBox {
|
||||
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #5294E2; }
|
||||
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
|
||||
border-color: #5294E2;
|
||||
background-image: none;
|
||||
background-color: transparent; }
|
||||
.primary-toolbar .button, .header-bar .button {
|
||||
color: rgba(82, 93, 118, 0.8);
|
||||
outline-color: rgba(82, 93, 118, 0.1);
|
||||
|
@ -241,7 +241,7 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
|
||||
}
|
||||
|
||||
&.progressbar {
|
||||
margin: 2px;
|
||||
margin: 2px 12px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 2px;
|
||||
border-color: $selected_bg_color;
|
||||
@ -1194,6 +1194,12 @@ GtkComboBox {
|
||||
background-color: $selected_fg_color;
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
|
||||
&.progressbar {
|
||||
border-color: $selected_bg_color;
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
// Header-bar Buttons
|
||||
|
@ -169,7 +169,7 @@ GtkTextView {
|
||||
background-color: #5294E2;
|
||||
color: #ffffff; }
|
||||
.entry.progressbar {
|
||||
margin: 2px;
|
||||
margin: 2px 12px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 2px;
|
||||
border-color: #5294E2;
|
||||
@ -904,6 +904,10 @@ GtkComboBox {
|
||||
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #5294E2; }
|
||||
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
|
||||
border-color: #5294E2;
|
||||
background-image: none;
|
||||
background-color: transparent; }
|
||||
.primary-toolbar .button, .header-bar .button {
|
||||
color: rgba(82, 93, 118, 0.8);
|
||||
outline-color: rgba(82, 93, 118, 0.1);
|
||||
|
@ -169,7 +169,7 @@ GtkTextView {
|
||||
background-color: #5294E2;
|
||||
color: #ffffff; }
|
||||
.entry.progressbar {
|
||||
margin: 2px;
|
||||
margin: 2px 12px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 2px;
|
||||
border-color: #5294E2;
|
||||
@ -904,6 +904,10 @@ GtkComboBox {
|
||||
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #5294E2; }
|
||||
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
|
||||
border-color: #5294E2;
|
||||
background-image: none;
|
||||
background-color: transparent; }
|
||||
.primary-toolbar .button, .header-bar .button {
|
||||
color: rgba(82, 93, 118, 0.8);
|
||||
outline-color: rgba(82, 93, 118, 0.1);
|
||||
|
Loading…
Reference in New Issue
Block a user