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 { GeditWindow {
.titlebar, .titlebar,
.header-bar { .header-bar,
.gedit-headerbar-paned {
background-color: $gedit; background-color: $gedit;
&:backdrop { &:backdrop {

View File

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

View File

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

View File

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

View File

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