fixed entry padding

This commit is contained in:
Sam Hewitt 2016-04-16 10:20:10 -04:00
parent a4c4983b38
commit ad9528cf8a
5 changed files with 23 additions and 21 deletions

View File

@ -293,7 +293,8 @@ $gedit: #DC4836;
GeditWindow {
.titlebar,
.header-bar {
.header-bar,
.gedit-headerbar-paned {
background-color: $gedit;
&:backdrop {

View File

@ -2707,8 +2707,8 @@ filechooserbutton:drop(active) {
spinbutton:not(.vertical),
.entry,
entry {
min-height: 24px;
padding: 6px;
min-height: 20px;
padding: 4px 6px;
border: 1px solid;
border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -7669,7 +7669,7 @@ spinbutton:not(.vertical) .entry,
spinbutton:not(.vertical) entry {
min-width: 28px;
margin: 0;
padding: 2px;
padding: 0;
background: none;
background-color: transparent;
border: none;
@ -7681,8 +7681,7 @@ spinbutton:not(.vertical) .button,
spinbutton:not(.vertical) button {
min-height: 16px;
margin: 0;
padding-bottom: 0;
padding-top: 0;
padding: 6px;
color: #9ba2a5;
background-image: none;
border-style: none none none solid;
@ -9274,10 +9273,12 @@ EphyWindow .header-bar {
* Gedit *
*********/
GeditWindow .titlebar,
GeditWindow .header-bar {
GeditWindow .header-bar,
GeditWindow .gedit-headerbar-paned {
background-color: #DC4836; }
GeditWindow .titlebar:backdrop,
GeditWindow .header-bar:backdrop {
GeditWindow .header-bar:backdrop,
GeditWindow .gedit-headerbar-paned:backdrop {
background-color: #be3221; }
/**************

View File

@ -2716,8 +2716,8 @@ filechooserbutton:drop(active) {
spinbutton:not(.vertical),
.entry,
entry {
min-height: 24px;
padding: 6px;
min-height: 20px;
padding: 4px 6px;
border: 1px solid;
border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -7678,7 +7678,7 @@ spinbutton:not(.vertical) .entry,
spinbutton:not(.vertical) entry {
min-width: 28px;
margin: 0;
padding: 2px;
padding: 0;
background: none;
background-color: transparent;
border: none;
@ -7690,8 +7690,7 @@ spinbutton:not(.vertical) .button,
spinbutton:not(.vertical) button {
min-height: 16px;
margin: 0;
padding-bottom: 0;
padding-top: 0;
padding: 6px;
color: #757575;
background-image: none;
border-style: none none none solid;
@ -9307,10 +9306,12 @@ EphyWindow .header-bar {
* Gedit *
*********/
GeditWindow .titlebar,
GeditWindow .header-bar {
GeditWindow .header-bar,
GeditWindow .gedit-headerbar-paned {
background-color: #DC4836; }
GeditWindow .titlebar:backdrop,
GeditWindow .header-bar:backdrop {
GeditWindow .header-bar:backdrop,
GeditWindow .gedit-headerbar-paned:backdrop {
background-color: #be3221; }
/**************

View File

@ -6,8 +6,8 @@
.entry,
entry {
%entry_basic, & {
min-height: 24px;
padding: 6px;
min-height: 20px;
padding: 4px 6px;
border: 1px solid;
border-radius: 3px;
transition: all 200ms $ease-out-quad;

View File

@ -15,7 +15,7 @@ spinbutton {
min-width: 28px;
// reset all the other props since the spinbutton node is styled here
margin: 0;
padding:2px;
padding: 0;
background: none;
background-color: transparent;
border: none;
@ -27,8 +27,7 @@ spinbutton {
button {
min-height: 16px;
margin: 0;
padding-bottom: 0;
padding-top: 0;
padding: 6px;
color: mix($fg_color, $base_color, 90%);
background-image: none;
border-style: none none none solid;
@ -131,7 +130,7 @@ spinbutton {
.entry,
entry {
min-height: 32px;
min-height: 24px;
min-width: 32px;
padding: 0;
border-radius: 0;