aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHorst31802015-06-06 16:14:01 +0200
committerHorst31802015-06-06 16:14:01 +0200
commit3d746e3015468132ca4a40ab442c6e58a62cd3b5 (patch)
treed863dc40b10ace60a321e6b10357d544fb883249 /common
parente834f15d0d02c69f1302a848dd7dd1d0093b6c27 (diff)
downloadsolarc-theme-3d746e3015468132ca4a40ab442c6e58a62cd3b5.tar.gz
solarc-theme-3d746e3015468132ca4a40ab442c6e58a62cd3b5.tar.xz
solarc-theme-3d746e3015468132ca4a40ab442c6e58a62cd3b5.zip
fix progressbars inside entries
Diffstat (limited to 'common')
-rw-r--r--common/gtk-3.0/3.14/_common.scss8
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css6
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css6
-rw-r--r--common/gtk-3.0/3.16/_common.scss8
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css6
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css6
6 files changed, 34 insertions, 6 deletions
diff --git a/common/gtk-3.0/3.14/_common.scss b/common/gtk-3.0/3.14/_common.scss
index 9a596e1..445ae06 100644
--- a/common/gtk-3.0/3.14/_common.scss
+++ b/common/gtk-3.0/3.14/_common.scss
@@ -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
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css
index e9a6dbf..0eb9895 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -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);
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 098d5e4..157ebb8 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -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);
diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss
index a24947c..c77cf31 100644
--- a/common/gtk-3.0/3.16/_common.scss
+++ b/common/gtk-3.0/3.16/_common.scss
@@ -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
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css
index 47f31b2..9d488e1 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -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);
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 3a503e9..4289ee0 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -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);