aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0
diff options
context:
space:
mode:
authorHorst31802015-08-27 20:55:37 +0200
committerHorst31802015-08-27 21:03:06 +0200
commit8c0e60f997d70cdb63566f46390546691d947749 (patch)
tree817385dcb4158849dad6257e4c85ad2e3aef3e03 /common/gtk-3.0
parentbd550a46d936226801cb9d8cef9ea6273894b51c (diff)
parentb811483e7f6fb97afa531a873c73a48f48ef8468 (diff)
downloadsolarc-theme-8c0e60f997d70cdb63566f46390546691d947749.tar.gz
solarc-theme-8c0e60f997d70cdb63566f46390546691d947749.tar.xz
solarc-theme-8c0e60f997d70cdb63566f46390546691d947749.zip
Merge branch 'master' into wip/3.18
Diffstat (limited to 'common/gtk-3.0')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-dark.css29
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-darker.css29
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css29
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-darker.css29
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css29
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css29
-rw-r--r--common/gtk-3.0/3.14/sass/_applications.scss10
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss6
-rw-r--r--common/gtk-3.0/3.14/sass/_drawing.scss6
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-dark.css29
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-darker.css29
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-dark.css29
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-darker.css29
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css29
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css29
-rw-r--r--common/gtk-3.0/3.16/sass/_applications.scss10
-rw-r--r--common/gtk-3.0/3.16/sass/_common.scss6
-rw-r--r--common/gtk-3.0/3.16/sass/_drawing.scss6
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-dark.css21
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-darker.css21
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-dark.css21
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-darker.css21
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid.css21
-rw-r--r--common/gtk-3.0/3.18/gtk-contained.css21
-rw-r--r--common/gtk-3.0/3.18/sass/_applications.scss2
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss6
-rw-r--r--common/gtk-3.0/3.18/sass/_drawing.scss6
27 files changed, 296 insertions, 236 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css
index eb0bf39..33af2ea 100644
--- a/common/gtk-3.0/3.14/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-dark.css
@@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3;
border-color: #2d3036;
background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkFlowBox .grid-child {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkFlowBox .grid-child {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkFlowBox .grid-child {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2813,15 +2816,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -3033,7 +3036,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(24, 27, 31, 0.97);
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css
index 6527a56..907ac95 100644
--- a/common/gtk-3.0/3.14/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-darker.css
@@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkFlowBox .grid-child {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkFlowBox .grid-child {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkFlowBox .grid-child {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2814,15 +2817,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -3034,7 +3037,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(24, 27, 31, 0.97);
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
index 178b3af..17ad721 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
@@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3;
border-color: #2d3036;
background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkFlowBox .grid-child {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkFlowBox .grid-child {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkFlowBox .grid-child {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2813,15 +2816,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -3033,7 +3036,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: #181b1f;
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
index 5ce2657..e257d0d 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
@@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkFlowBox .grid-child {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkFlowBox .grid-child {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkFlowBox .grid-child {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2814,15 +2817,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -3034,7 +3037,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: #181b1f;
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
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 a804228..544f5b7 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkFlowBox .grid-child {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkFlowBox .grid-child {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkFlowBox .grid-child {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2813,15 +2816,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -3033,7 +3036,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 89e41ca..44ad237 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -141,14 +141,14 @@ GtkFlowBox .grid-child {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkFlowBox .grid-child {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkFlowBox .grid-child {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkFlowBox .grid-child {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2813,15 +2816,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -3033,7 +3036,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss
index 4889325..cbf5da2 100644
--- a/common/gtk-3.0/3.14/sass/_applications.scss
+++ b/common/gtk-3.0/3.14/sass/_applications.scss
@@ -243,15 +243,15 @@ GbSearchBox.linked {
> GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0;
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0;
&:hover { box-shadow: -1px 0 $selected_bg_color; }
}
> GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px;
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px;
&:hover { box-shadow: 1px 0 $selected_bg_color; }
}
@@ -537,7 +537,7 @@ MarlinViewWindow *:selected:focus {
}
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
@include entry(header-normal);
&:focus { @include entry(header-focus) }
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index d9e56c9..d7ca6fe 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -213,11 +213,11 @@ GtkFlowBox .grid-child {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms $ease-out-quad;
@include entry(normal);
- .header-bar & { padding: 6px 11px; }
+ .header-bar & { padding: 6px; }
//&.image { // icons inside the entry
// &.left { padding-left: 0; }
@@ -357,6 +357,8 @@ GtkFlowBox .grid-child {
}
}
+GtkSearchEntry.entry { border-radius: 20px; }
+
/***********
* Buttons *
***********/
diff --git a/common/gtk-3.0/3.14/sass/_drawing.scss b/common/gtk-3.0/3.14/sass/_drawing.scss
index c073126..2cb08e1 100644
--- a/common/gtk-3.0/3.14/sass/_drawing.scss
+++ b/common/gtk-3.0/3.14/sass/_drawing.scss
@@ -168,9 +168,9 @@
//
// insensitive pushed button
//
- color: transparentize($selected_fg_color, 0.45);
- border-color: transparentize($selected_bg_color, 0.45);
- background-color: transparentize($selected_bg_color, 0.45);
+ color: transparentize($selected_fg_color, 0.2);
+ border-color: transparentize($selected_bg_color, 0.25);
+ background-color: transparentize($selected_bg_color, 0.25);
opacity: 0.6;
diff --git a/common/gtk-3.0/3.16/gtk-contained-dark.css b/common/gtk-3.0/3.16/gtk-contained-dark.css
index 4819a39..5198944 100644
--- a/common/gtk-3.0/3.16/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-dark.css
@@ -141,14 +141,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3;
border-color: #2d3036;
background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2779,15 +2782,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -2999,7 +3002,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(24, 27, 31, 0.97);
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css
index 84a241a..bf9231f 100644
--- a/common/gtk-3.0/3.16/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-darker.css
@@ -141,14 +141,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2780,15 +2783,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -3000,7 +3003,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(24, 27, 31, 0.97);
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
index 7a4ae0c..8a16555 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
@@ -141,14 +141,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3;
border-color: #2d3036;
background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2779,15 +2782,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -2999,7 +3002,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: #181b1f;
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
index f0578bb..9691287 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
@@ -141,14 +141,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2780,15 +2783,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -3000,7 +3003,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: #181b1f;
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
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 75064e1..3ec8a8c 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -141,14 +141,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2779,15 +2782,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -2999,7 +3002,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 4cea811..d960ac8 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -141,14 +141,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -257,6 +257,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -316,9 +319,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -544,9 +547,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -2779,15 +2782,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0; }
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px; }
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
@@ -2999,7 +3002,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
diff --git a/common/gtk-3.0/3.16/sass/_applications.scss b/common/gtk-3.0/3.16/sass/_applications.scss
index 6e1301c..63eda9c 100644
--- a/common/gtk-3.0/3.16/sass/_applications.scss
+++ b/common/gtk-3.0/3.16/sass/_applications.scss
@@ -291,15 +291,15 @@ GbSearchBox.linked {
> GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
- border-radius: 0 14.5px 14.5px 0;
- outline-radius: 0 12.5px 12.5px 0;
+ border-radius: 0 3px 3px 0;
+ outline-radius: 0 1px 1px 0;
&:hover { box-shadow: -1px 0 $selected_bg_color; }
}
> GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
- border-radius: 14.5px 0 0 14.5px;
- outline-radius: 12.5px 0 0 12.5px;
+ border-radius: 3px 0 0 3px;
+ outline-radius: 1px 0 0 1px;
&:hover { box-shadow: 1px 0 $selected_bg_color; }
}
@@ -585,7 +585,7 @@ MarlinViewWindow *:selected:focus {
}
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
@include entry(header-normal);
&:focus { @include entry(header-focus) }
diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss
index 68d56d8..7049206 100644
--- a/common/gtk-3.0/3.16/sass/_common.scss
+++ b/common/gtk-3.0/3.16/sass/_common.scss
@@ -213,11 +213,11 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms $ease-out-quad;
@include entry(normal);
- .header-bar & { padding: 6px 11px; }
+ .header-bar & { padding: 6px; }
//&.image { // icons inside the entry
// &.left { padding-left: 0; }
@@ -357,6 +357,8 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
}
}
+GtkSearchEntry.entry { border-radius: 20px; }
+
/***********
* Buttons *
***********/
diff --git a/common/gtk-3.0/3.16/sass/_drawing.scss b/common/gtk-3.0/3.16/sass/_drawing.scss
index c073126..2cb08e1 100644
--- a/common/gtk-3.0/3.16/sass/_drawing.scss
+++ b/common/gtk-3.0/3.16/sass/_drawing.scss
@@ -168,9 +168,9 @@
//
// insensitive pushed button
//
- color: transparentize($selected_fg_color, 0.45);
- border-color: transparentize($selected_bg_color, 0.45);
- background-color: transparentize($selected_bg_color, 0.45);
+ color: transparentize($selected_fg_color, 0.2);
+ border-color: transparentize($selected_bg_color, 0.25);
+ background-color: transparentize($selected_bg_color, 0.25);
opacity: 0.6;
diff --git a/common/gtk-3.0/3.18/gtk-contained-dark.css b/common/gtk-3.0/3.18/gtk-contained-dark.css
index 25a7051..808a3f4 100644
--- a/common/gtk-3.0/3.18/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-dark.css
@@ -148,14 +148,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3;
border-color: #2d3036;
background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -264,6 +264,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -323,9 +326,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -551,9 +554,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -3610,7 +3613,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(24, 27, 31, 0.97);
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css
index 0c37ccb..d78b205 100644
--- a/common/gtk-3.0/3.18/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-darker.css
@@ -148,14 +148,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -264,6 +264,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -323,9 +326,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -551,9 +554,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -3611,7 +3614,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(24, 27, 31, 0.97);
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87));
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
index a3a4791..c54fa10 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
@@ -148,14 +148,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3;
border-color: #2d3036;
background-color: #383c45;
background-image: linear-gradient(to bottom, #383c45); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -264,6 +264,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -323,9 +326,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -551,9 +554,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -3610,7 +3613,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: #181b1f;
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
index 43e7b64..a4bf7f7 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
@@ -148,14 +148,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -264,6 +264,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -323,9 +326,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -551,9 +554,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -3611,7 +3614,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: #181b1f;
background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid.css b/common/gtk-3.0/3.18/gtk-contained-solid.css
index 3f2f5ed..b22780a 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid.css
@@ -148,14 +148,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -264,6 +264,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -323,9 +326,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -551,9 +554,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -3610,7 +3613,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css
index 74926c1..b48451a 100644
--- a/common/gtk-3.0/3.18/gtk-contained.css
+++ b/common/gtk-3.0/3.18/gtk-contained.css
@@ -148,14 +148,14 @@ GtkTextView {
.entry {
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.header-bar .entry {
- padding: 6px 11px; }
+ padding: 6px; }
.entry.image {
padding-left: 3px;
padding-right: 3px; }
@@ -264,6 +264,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -323,9 +326,9 @@ GtkTextView {
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
@@ -551,9 +554,9 @@ GtkTextView {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
- color: rgba(255, 255, 255, 0.55);
- border-color: rgba(82, 148, 226, 0.55);
- background-color: rgba(82, 148, 226, 0.55);
+ color: rgba(255, 255, 255, 0.8);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
@@ -3610,7 +3613,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index b1ef201..cd3d82c 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -614,7 +614,7 @@ MarlinViewWindow *:selected:focus {
}
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
@include entry(header-normal);
&:focus { @include entry(header-focus) }
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index 4b1c0c7..eae5de1 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -213,11 +213,11 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms $ease-out-quad;
@include entry(normal);
- .header-bar & { padding: 6px 11px; }
+ .header-bar & { padding: 6px; }
//&.image { // icons inside the entry
// &.left { padding-left: 0; }
@@ -357,6 +357,8 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
}
}
+GtkSearchEntry.entry { border-radius: 20px; }
+
/***********
* Buttons *
***********/
diff --git a/common/gtk-3.0/3.18/sass/_drawing.scss b/common/gtk-3.0/3.18/sass/_drawing.scss
index c073126..2cb08e1 100644
--- a/common/gtk-3.0/3.18/sass/_drawing.scss
+++ b/common/gtk-3.0/3.18/sass/_drawing.scss
@@ -168,9 +168,9 @@
//
// insensitive pushed button
//
- color: transparentize($selected_fg_color, 0.45);
- border-color: transparentize($selected_bg_color, 0.45);
- background-color: transparentize($selected_bg_color, 0.45);
+ color: transparentize($selected_fg_color, 0.2);
+ border-color: transparentize($selected_bg_color, 0.25);
+ background-color: transparentize($selected_bg_color, 0.25);
opacity: 0.6;