diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css
index 3e3b65b..74bda1e 100644
--- a/common/cinnamon/cinnamon.css
+++ b/common/cinnamon/cinnamon.css
@@ -85,7 +85,7 @@ stage {
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
- border-radius: 20px;
+ border-radius: 3px;
box-shadow: inset 0 0 rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #ffffff;
@@ -112,7 +112,7 @@ stage {
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
- border-radius: 20px;
+ border-radius: 3px;
box-shadow: inset 0 0 rgba(255, 255, 255, 0);
color: #BAC3CF;
background-color: rgba(0, 0, 0, 0.2);
@@ -229,7 +229,7 @@ StScrollBar {
color: #5294e2; }
#Tooltip {
- border-radius: l3px;
+ border-radius: 3px;
padding: 5px 12px;
background-color: rgba(42, 44, 51, 0.95);
color: #BAC3CF;
@@ -740,7 +740,7 @@ StScrollBar {
.run-dialog-entry {
width: 21em;
padding: 7px;
- border-radius: 20px;
+ border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #ffffff;
selection-background-color: #5294E2;
diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss
index 6f3d5ad..2f0bbe4 100644
--- a/common/cinnamon/sass/_common.scss
+++ b/common/cinnamon/sass/_common.scss
@@ -67,7 +67,7 @@ stage {
selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color;
transition-duration: 300ms;
- border-radius: 20px;
+ border-radius: 3px;
@include entry(normal);
@@ -88,7 +88,7 @@ stage {
selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color;
transition-duration: 300ms;
- border-radius: 20px;
+ border-radius: 3px;
@include entry(osd);
@@ -234,7 +234,7 @@ StScrollBar {
// Tooltip
//
#Tooltip {
- border-radius: l3px;
+ border-radius: 3px;
padding: 5px 12px;
background-color: $osd_bg_color;
color: $osd_fg_color;
@@ -899,7 +899,7 @@ StScrollBar {
&-entry {
width: 21em;
padding: 7px;
- border-radius: 20px;
+ border-radius: 3px;
caret-color: $osd_fg_color;
selected-color: $selected_fg_color;
selection-background-color: $selected_bg_color;
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index 6478eb4..f7edf8b 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.css
@@ -134,7 +134,7 @@ StEntry {
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
- border-radius: 20px;
+ border-radius: 3px;
background-gradient-direction: none !important;
color: #5c616c;
background-color: #ffffff;
@@ -1034,7 +1034,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
- border-radius: 20px;
+ border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.25);
background-color: rgba(255, 255, 255, 0.9); }
.search-entry:focus {
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss
index 3949bda..aee547e 100644
--- a/common/gnome-shell/3.14/sass/_common.scss
+++ b/common/gnome-shell/3.14/sass/_common.scss
@@ -110,7 +110,7 @@ StEntry {
selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color;
transition-duration: 300ms;
- border-radius: 20px;
+ border-radius: 3px;
background-gradient-direction: none !important;
@include entry(normal);
@@ -1307,7 +1307,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
- border-radius: 20px;
+ border-radius: 3px;
border: 1px solid transparentize(black, 0.75);
background-color: transparentize($entry_bg, 0.1);
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css
index 4dcd04c..49c987b 100644
--- a/common/gnome-shell/3.16/gnome-shell.css
+++ b/common/gnome-shell/3.16/gnome-shell.css
@@ -105,7 +105,7 @@ StEntry {
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
- border-radius: 20px;
+ border-radius: 3px;
color: #5c616c;
background-color: #ffffff;
border: 1px solid #cfd6e6;
@@ -1051,7 +1051,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
- border-radius: 20px;
+ border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.25);
background-color: rgba(255, 255, 255, 0.9); }
.search-entry:focus {
diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss
index b25bc4c..36f414b 100644
--- a/common/gnome-shell/3.16/sass/_common.scss
+++ b/common/gnome-shell/3.16/sass/_common.scss
@@ -84,7 +84,7 @@ StEntry {
selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color;
transition-duration: 300ms;
- border-radius: 20px;
+ border-radius: 3px;
@include entry(normal);
@@ -1327,7 +1327,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
- border-radius: 20px;
+ border-radius: 3px;
border: 1px solid transparentize(black, 0.75);
background-color: transparentize($entry_bg, 0.1);
diff --git a/common/gtk-2.0/assets-dark.svg b/common/gtk-2.0/assets-dark.svg
index 2e97930..c383e92 100644
--- a/common/gtk-2.0/assets-dark.svg
+++ b/common/gtk-2.0/assets-dark.svg
@@ -565,11 +565,11 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="16"
- inkscape:cx="405.59481"
- inkscape:cy="392.29239"
+ inkscape:zoom="4"
+ inkscape:cx="0.57764109"
+ inkscape:cy="348.64275"
inkscape:document-units="px"
- inkscape:current-layer="layer1"
+ inkscape:current-layer="layer3"
showgrid="false"
showborder="false"
inkscape:window-width="1366"
@@ -581,7 +581,7 @@
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:snap-global="true"
- showguides="false"
+ showguides="true"
inkscape:guide-bbox="true"
inkscape:bbox-nodes="true"
inkscape:object-nodes="true"
@@ -626,8 +626,7 @@
id="layer3"
inkscape:label="superbackdrop"
style="display:inline"
- transform="translate(7,283.63782)"
- sodipodi:insensitive="true">
+ transform="translate(7,283.63782)">
+ ry="2.5" />
+ ry="3" />
@@ -1821,23 +1820,23 @@
+ rx="2.5"
+ ry="2.5" />
+ rx="3.0000002"
+ ry="3" />
+ ry="3" />
@@ -1901,23 +1900,23 @@
+ rx="2.5"
+ ry="2.5" />
+ rx="3.0000002"
+ ry="3" />
+ ry="3" />
@@ -1992,23 +1991,23 @@
+ rx="2.5"
+ ry="2.5" />
+ rx="3"
+ ry="3" />
+ ry="3" />
@@ -2075,23 +2074,23 @@
+ rx="2.5"
+ ry="2.5" />
+ rx="3"
+ ry="3" />
+ ry="3" />
@@ -2300,23 +2299,23 @@
+ rx="2.5"
+ ry="2.5" />
+ rx="3"
+ ry="3" />
+ ry="3" />
@@ -2383,23 +2382,23 @@
+ rx="2.5"
+ ry="2.5" />
+ rx="3"
+ ry="3" />
+ ry="3" />
@@ -5004,23 +5003,23 @@
+ rx="2.5"
+ ry="2.5" />
+ rx="3.0000002"
+ ry="3" />
+ d="M 110 66 L 110 90 L 136 90 L 136 66 L 110 66 z M 113.5 67 L 114.5 67 L 131.5 67 L 132.5 67 C 133.885 67 135 68.115 135 69.5 L 135 86.5 C 135 87.885 133.885 89 132.5 89 L 131.5 89 L 114.5 89 L 113.5 89 C 112.115 89 111 87.885 111 86.5 L 111 69.5 C 111 68.115 112.115 67 113.5 67 z "
+ transform="translate(-113,-345.63782)"
+ id="rect9321-3-7" />
+ ry="3" />
+ d="M 144 66 L 144 90 L 170 90 L 170 66 L 144 66 z M 147.5 67 L 148.5 67 L 165.5 67 L 166.5 67 C 167.885 67 169 68.115 169 69.5 L 169 86.5 C 169 87.885 167.885 89 166.5 89 L 165.5 89 L 148.5 89 L 147.5 89 C 146.115 89 145 87.885 145 86.5 L 145 69.5 C 145 68.115 146.115 67 147.5 67 z "
+ transform="translate(-113,-345.63782)"
+ id="rect9321-0-2-2" />
@@ -5074,22 +5073,21 @@
inkscape:label="#g9335"
clip-path="url(#clipPath5131)">
+ ry="3" />
diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png
index 9f7659c..aafb94a 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png and b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png
index 6a35867..2bdbd03 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png and b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png
index b59479a..867bd35 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png and b/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus.png b/common/gtk-2.0/assets-dark/combo-entry-focus.png
index 344254c..20eb8c4 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-focus.png and b/common/gtk-2.0/assets-dark/combo-entry-focus.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png
index 6b1caa3..cee0032 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png and b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png
index 8f0a28d..8fe24dc 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png and b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png
index 0320a05..0ac56e4 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png and b/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive.png
index bfdced0..9d8be35 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-insensitive.png and b/common/gtk-2.0/assets-dark/combo-entry-insensitive.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png
index 0715513..939e10b 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png and b/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-notebook.png b/common/gtk-2.0/assets-dark/combo-entry-notebook.png
index c424720..1dfbe4a 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-notebook.png and b/common/gtk-2.0/assets-dark/combo-entry-notebook.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-rtl.png
index dd89a2c..e48c045 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry-rtl.png and b/common/gtk-2.0/assets-dark/combo-entry-rtl.png differ
diff --git a/common/gtk-2.0/assets-dark/combo-entry.png b/common/gtk-2.0/assets-dark/combo-entry.png
index 0c9ec42..88ecac3 100644
Binary files a/common/gtk-2.0/assets-dark/combo-entry.png and b/common/gtk-2.0/assets-dark/combo-entry.png differ
diff --git a/common/gtk-2.0/assets-dark/entry-border-active-bg-solid.png b/common/gtk-2.0/assets-dark/entry-border-active-bg-solid.png
index b63fd56..ebe2f9f 100644
Binary files a/common/gtk-2.0/assets-dark/entry-border-active-bg-solid.png and b/common/gtk-2.0/assets-dark/entry-border-active-bg-solid.png differ
diff --git a/common/gtk-2.0/assets-dark/entry-border-active-bg.png b/common/gtk-2.0/assets-dark/entry-border-active-bg.png
index eba6d64..d3a0184 100644
Binary files a/common/gtk-2.0/assets-dark/entry-border-active-bg.png and b/common/gtk-2.0/assets-dark/entry-border-active-bg.png differ
diff --git a/common/gtk-2.0/assets-dark/entry-border-bg-solid.png b/common/gtk-2.0/assets-dark/entry-border-bg-solid.png
index d666f84..356a144 100644
Binary files a/common/gtk-2.0/assets-dark/entry-border-bg-solid.png and b/common/gtk-2.0/assets-dark/entry-border-bg-solid.png differ
diff --git a/common/gtk-2.0/assets-dark/entry-border-bg.png b/common/gtk-2.0/assets-dark/entry-border-bg.png
index 6a32cae..b4c169e 100644
Binary files a/common/gtk-2.0/assets-dark/entry-border-bg.png and b/common/gtk-2.0/assets-dark/entry-border-bg.png differ
diff --git a/common/gtk-2.0/assets-dark/entry-border-disabled-bg.png b/common/gtk-2.0/assets-dark/entry-border-disabled-bg.png
index e9af0cf..a6b717c 100644
Binary files a/common/gtk-2.0/assets-dark/entry-border-disabled-bg.png and b/common/gtk-2.0/assets-dark/entry-border-disabled-bg.png differ
diff --git a/common/gtk-2.0/assets-dark/notebook-entry-border-active-bg.png b/common/gtk-2.0/assets-dark/notebook-entry-border-active-bg.png
index 4d4188e..820e9ed 100644
Binary files a/common/gtk-2.0/assets-dark/notebook-entry-border-active-bg.png and b/common/gtk-2.0/assets-dark/notebook-entry-border-active-bg.png differ
diff --git a/common/gtk-2.0/assets-dark/notebook-entry-border-bg.png b/common/gtk-2.0/assets-dark/notebook-entry-border-bg.png
index 61b07b4..c31d380 100644
Binary files a/common/gtk-2.0/assets-dark/notebook-entry-border-bg.png and b/common/gtk-2.0/assets-dark/notebook-entry-border-bg.png differ
diff --git a/common/gtk-2.0/assets-dark/notebook-entry-border-disabled-bg.png b/common/gtk-2.0/assets-dark/notebook-entry-border-disabled-bg.png
index 4d32e93..e0ea69e 100644
Binary files a/common/gtk-2.0/assets-dark/notebook-entry-border-disabled-bg.png and b/common/gtk-2.0/assets-dark/notebook-entry-border-disabled-bg.png differ
diff --git a/common/gtk-2.0/assets-dark/toolbar-entry-border-active-bg.png b/common/gtk-2.0/assets-dark/toolbar-entry-border-active-bg.png
index f8ce4d8..f5d30f3 100644
Binary files a/common/gtk-2.0/assets-dark/toolbar-entry-border-active-bg.png and b/common/gtk-2.0/assets-dark/toolbar-entry-border-active-bg.png differ
diff --git a/common/gtk-2.0/assets-dark/toolbar-entry-border-bg.png b/common/gtk-2.0/assets-dark/toolbar-entry-border-bg.png
index 3849377..716060a 100644
Binary files a/common/gtk-2.0/assets-dark/toolbar-entry-border-bg.png and b/common/gtk-2.0/assets-dark/toolbar-entry-border-bg.png differ
diff --git a/common/gtk-2.0/assets-dark/toolbar-entry-border-disabled-bg.png b/common/gtk-2.0/assets-dark/toolbar-entry-border-disabled-bg.png
index 227548c..707df1c 100644
Binary files a/common/gtk-2.0/assets-dark/toolbar-entry-border-disabled-bg.png and b/common/gtk-2.0/assets-dark/toolbar-entry-border-disabled-bg.png differ
diff --git a/common/gtk-2.0/assets.svg b/common/gtk-2.0/assets.svg
index 0ea70ce..30a93ac 100644
--- a/common/gtk-2.0/assets.svg
+++ b/common/gtk-2.0/assets.svg
@@ -565,11 +565,11 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="449.14178"
- inkscape:cy="382.90905"
+ inkscape:zoom="1"
+ inkscape:cx="83.616238"
+ inkscape:cy="357.69052"
inkscape:document-units="px"
- inkscape:current-layer="layer1"
+ inkscape:current-layer="layer3"
showgrid="false"
showborder="false"
inkscape:window-width="1366"
@@ -1746,25 +1746,25 @@
id="rect9321-3"
style="opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ ry="2.5" />
+ ry="3" />
@@ -1816,23 +1816,23 @@
+ rx="2.5"
+ ry="2.5" />
+ inkscape:transform-center-x="-5.0639158"
+ inkscape:transform-center-y="0.42353316"
+ rx="3.0000002"
+ ry="3" />
+ ry="3" />
@@ -1896,23 +1896,23 @@
+ rx="2.5"
+ ry="2.5" />
+ rx="3.0000002"
+ ry="3" />
+ ry="3" />
@@ -1987,23 +1987,23 @@
+ rx="3"
+ ry="3" />
+ ry="3" />
@@ -2070,23 +2070,23 @@
+ rx="3"
+ ry="3" />
+ ry="3" />
@@ -2295,23 +2295,23 @@
+ rx="3"
+ ry="3" />
+ ry="3" />
@@ -2378,23 +2378,23 @@
+ rx="3"
+ ry="3" />
+ ry="3" />
@@ -5049,23 +5049,23 @@
+ rx="2.5"
+ ry="2.5" />
+ rx="3.0000002"
+ ry="3" />
+ d="M 110 66 L 110 90 L 136 90 L 136 66 L 110 66 z M 113.5 67 L 114.5 67 L 131.5 67 L 132.5 67 C 133.885 67 135 68.115 135 69.5 L 135 86.5 C 135 87.885 133.885 89 132.5 89 L 131.5 89 L 114.5 89 L 113.5 89 C 112.115 89 111 87.885 111 86.5 L 111 69.5 C 111 68.115 112.115 67 113.5 67 z "
+ transform="translate(-113,-345.63782)"
+ id="rect9321-3-7" />
+ ry="3" />
+ d="M 144 66 L 144 90 L 170 90 L 170 66 L 144 66 z M 147.5 67 L 148.5 67 L 165.5 67 L 166.5 67 C 167.885 67 169 68.115 169 69.5 L 169 86.5 C 169 87.885 167.885 89 166.5 89 L 165.5 89 L 148.5 89 L 147.5 89 C 146.115 89 145 87.885 145 86.5 L 145 69.5 C 145 68.115 146.115 67 147.5 67 z "
+ transform="translate(-113,-345.63782)"
+ id="rect9321-0-2-2" />
@@ -5119,22 +5119,21 @@
inkscape:label="#g9335"
clip-path="url(#clipPath5131)">
+ ry="3" />
diff --git a/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png
index 6f9f3b0..f538ef1 100644
Binary files a/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png and b/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-focus-notebook.png b/common/gtk-2.0/assets/combo-entry-focus-notebook.png
index ecaa70d..02ef5b5 100644
Binary files a/common/gtk-2.0/assets/combo-entry-focus-notebook.png and b/common/gtk-2.0/assets/combo-entry-focus-notebook.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-focus-rtl.png b/common/gtk-2.0/assets/combo-entry-focus-rtl.png
index 19ec0e4..f59520a 100644
Binary files a/common/gtk-2.0/assets/combo-entry-focus-rtl.png and b/common/gtk-2.0/assets/combo-entry-focus-rtl.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-focus.png b/common/gtk-2.0/assets/combo-entry-focus.png
index d207b00..4755502 100644
Binary files a/common/gtk-2.0/assets/combo-entry-focus.png and b/common/gtk-2.0/assets/combo-entry-focus.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png
index b491831..7f6fb70 100644
Binary files a/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png and b/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png
index 6da5a1c..3313b01 100644
Binary files a/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png and b/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png
index 82ff427..a9d83a0 100644
Binary files a/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png and b/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-insensitive.png b/common/gtk-2.0/assets/combo-entry-insensitive.png
index cee3ce2..4aa5a61 100644
Binary files a/common/gtk-2.0/assets/combo-entry-insensitive.png and b/common/gtk-2.0/assets/combo-entry-insensitive.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-notebook-rtl.png b/common/gtk-2.0/assets/combo-entry-notebook-rtl.png
index 23c8eaa..10757a6 100644
Binary files a/common/gtk-2.0/assets/combo-entry-notebook-rtl.png and b/common/gtk-2.0/assets/combo-entry-notebook-rtl.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-notebook.png b/common/gtk-2.0/assets/combo-entry-notebook.png
index 1042b0d..c6cfc73 100644
Binary files a/common/gtk-2.0/assets/combo-entry-notebook.png and b/common/gtk-2.0/assets/combo-entry-notebook.png differ
diff --git a/common/gtk-2.0/assets/combo-entry-rtl.png b/common/gtk-2.0/assets/combo-entry-rtl.png
index 70ce5dd..74c9b99 100644
Binary files a/common/gtk-2.0/assets/combo-entry-rtl.png and b/common/gtk-2.0/assets/combo-entry-rtl.png differ
diff --git a/common/gtk-2.0/assets/combo-entry.png b/common/gtk-2.0/assets/combo-entry.png
index c2e0f74..d7c033e 100644
Binary files a/common/gtk-2.0/assets/combo-entry.png and b/common/gtk-2.0/assets/combo-entry.png differ
diff --git a/common/gtk-2.0/assets/entry-border-active-bg-solid.png b/common/gtk-2.0/assets/entry-border-active-bg-solid.png
index d6127a1..8e53276 100644
Binary files a/common/gtk-2.0/assets/entry-border-active-bg-solid.png and b/common/gtk-2.0/assets/entry-border-active-bg-solid.png differ
diff --git a/common/gtk-2.0/assets/entry-border-active-bg.png b/common/gtk-2.0/assets/entry-border-active-bg.png
index 1828058..ec36c2d 100644
Binary files a/common/gtk-2.0/assets/entry-border-active-bg.png and b/common/gtk-2.0/assets/entry-border-active-bg.png differ
diff --git a/common/gtk-2.0/assets/entry-border-bg-solid.png b/common/gtk-2.0/assets/entry-border-bg-solid.png
index 6b49cce..49d349a 100644
Binary files a/common/gtk-2.0/assets/entry-border-bg-solid.png and b/common/gtk-2.0/assets/entry-border-bg-solid.png differ
diff --git a/common/gtk-2.0/assets/entry-border-bg.png b/common/gtk-2.0/assets/entry-border-bg.png
index 3d9a897..8c48843 100644
Binary files a/common/gtk-2.0/assets/entry-border-bg.png and b/common/gtk-2.0/assets/entry-border-bg.png differ
diff --git a/common/gtk-2.0/assets/entry-border-disabled-bg.png b/common/gtk-2.0/assets/entry-border-disabled-bg.png
index 42c1552..354eaad 100644
Binary files a/common/gtk-2.0/assets/entry-border-disabled-bg.png and b/common/gtk-2.0/assets/entry-border-disabled-bg.png differ
diff --git a/common/gtk-2.0/assets/notebook-entry-border-active-bg.png b/common/gtk-2.0/assets/notebook-entry-border-active-bg.png
index d390ded..567833f 100644
Binary files a/common/gtk-2.0/assets/notebook-entry-border-active-bg.png and b/common/gtk-2.0/assets/notebook-entry-border-active-bg.png differ
diff --git a/common/gtk-2.0/assets/notebook-entry-border-bg.png b/common/gtk-2.0/assets/notebook-entry-border-bg.png
index 8767bc6..e8fbaff 100644
Binary files a/common/gtk-2.0/assets/notebook-entry-border-bg.png and b/common/gtk-2.0/assets/notebook-entry-border-bg.png differ
diff --git a/common/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/common/gtk-2.0/assets/notebook-entry-border-disabled-bg.png
index 5733e91..b86093d 100644
Binary files a/common/gtk-2.0/assets/notebook-entry-border-disabled-bg.png and b/common/gtk-2.0/assets/notebook-entry-border-disabled-bg.png differ
diff --git a/common/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/common/gtk-2.0/assets/toolbar-entry-border-active-bg.png
index c978290..427548a 100644
Binary files a/common/gtk-2.0/assets/toolbar-entry-border-active-bg.png and b/common/gtk-2.0/assets/toolbar-entry-border-active-bg.png differ
diff --git a/common/gtk-2.0/assets/toolbar-entry-border-bg.png b/common/gtk-2.0/assets/toolbar-entry-border-bg.png
index 1bef4f5..320deb9 100644
Binary files a/common/gtk-2.0/assets/toolbar-entry-border-bg.png and b/common/gtk-2.0/assets/toolbar-entry-border-bg.png differ
diff --git a/common/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/common/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png
index d5dea4a..512d5bd 100644
Binary files a/common/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png and b/common/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png
index f8ce4d8..f5d30f3 100644
Binary files a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png and b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png
index c978290..427548a 100644
Binary files a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png and b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png
index 3849377..716060a 100644
Binary files a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png and b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png
index 1bef4f5..320deb9 100644
Binary files a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png and b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png
index 227548c..707df1c 100644
Binary files a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png and b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png
index d5dea4a..512d5bd 100644
Binary files a/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png and b/common/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png differ
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..8f006c7 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; }
@@ -2813,15 +2813,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 +3033,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..ca48f53 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; }
@@ -2814,15 +2814,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 +3034,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..4dfdc34 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; }
@@ -2813,15 +2813,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 +3033,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..2e8cc1c 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; }
@@ -2814,15 +2814,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 +3034,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..9a58fb7 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; }
@@ -2813,15 +2813,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 +3033,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..ac6e168 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; }
@@ -2813,15 +2813,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 +3033,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..40e8cdd 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; }
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..96bd5c9 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; }
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..6ed598d 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; }
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..0098fa5 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; }
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..de0c7eb 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; }
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..4674dd0 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; }
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 4cea811..42e765d 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; }
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..cba3a1c 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; }