1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

tweak tab size

This commit is contained in:
Horst3180 2016-03-21 21:07:05 +01:00
parent c73bd06f59
commit 50f38e4acc
7 changed files with 64 additions and 64 deletions

View File

@ -1525,7 +1525,7 @@ notebook {
notebook > stack:not(:only-child) { notebook > stack:not(:only-child) {
background-color: #404552; } background-color: #404552; }
notebook > header { notebook > header {
padding: 3px; padding: 2px;
background-color: #383C4A; } background-color: #383C4A; }
notebook > header.top { notebook > header.top {
box-shadow: inset 0 -1px #2b2e39; } box-shadow: inset 0 -1px #2b2e39; }
@ -1539,8 +1539,8 @@ notebook {
padding-bottom: 0; } padding-bottom: 0; }
notebook > header.top > tabs > tab { notebook > header.top > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-bottom: none; border-bottom: none;
@ -1550,8 +1550,8 @@ notebook {
padding-top: 0; } padding-top: 0; }
notebook > header.bottom > tabs > tab { notebook > header.bottom > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-top: none; border-top: none;
@ -1561,8 +1561,8 @@ notebook {
padding-left: 0; } padding-left: 0; }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-left: none; border-left: none;
@ -1572,8 +1572,8 @@ notebook {
padding-right: 0; } padding-right: 0; }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-right: none; border-right: none;
@ -1616,7 +1616,7 @@ notebook {
background-color: #404552; background-color: #404552;
border-color: #2b2e39; } border-color: #2b2e39; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button {
min-height: 18px; min-height: 22px;
min-width: 16px; min-width: 16px;
padding: 0; padding: 0;
color: #9da3ad; } color: #9da3ad; }

View File

@ -1524,7 +1524,7 @@ notebook {
notebook > stack:not(:only-child) { notebook > stack:not(:only-child) {
background-color: #ffffff; } background-color: #ffffff; }
notebook > header { notebook > header {
padding: 3px; padding: 2px;
background-color: #F5F6F7; } background-color: #F5F6F7; }
notebook > header.top { notebook > header.top {
box-shadow: inset 0 -1px #dcdfe3; } box-shadow: inset 0 -1px #dcdfe3; }
@ -1538,8 +1538,8 @@ notebook {
padding-bottom: 0; } padding-bottom: 0; }
notebook > header.top > tabs > tab { notebook > header.top > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-bottom: none; border-bottom: none;
@ -1549,8 +1549,8 @@ notebook {
padding-top: 0; } padding-top: 0; }
notebook > header.bottom > tabs > tab { notebook > header.bottom > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-top: none; border-top: none;
@ -1560,8 +1560,8 @@ notebook {
padding-left: 0; } padding-left: 0; }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-left: none; border-left: none;
@ -1571,8 +1571,8 @@ notebook {
padding-right: 0; } padding-right: 0; }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-right: none; border-right: none;
@ -1615,7 +1615,7 @@ notebook {
background-color: #ffffff; background-color: #ffffff;
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button {
min-height: 18px; min-height: 22px;
min-width: 16px; min-width: 16px;
padding: 0; padding: 0;
color: #92959d; } color: #92959d; }

View File

@ -1525,7 +1525,7 @@ notebook {
notebook > stack:not(:only-child) { notebook > stack:not(:only-child) {
background-color: #404552; } background-color: #404552; }
notebook > header { notebook > header {
padding: 3px; padding: 2px;
background-color: #383C4A; } background-color: #383C4A; }
notebook > header.top { notebook > header.top {
box-shadow: inset 0 -1px #2b2e39; } box-shadow: inset 0 -1px #2b2e39; }
@ -1539,8 +1539,8 @@ notebook {
padding-bottom: 0; } padding-bottom: 0; }
notebook > header.top > tabs > tab { notebook > header.top > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-bottom: none; border-bottom: none;
@ -1550,8 +1550,8 @@ notebook {
padding-top: 0; } padding-top: 0; }
notebook > header.bottom > tabs > tab { notebook > header.bottom > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-top: none; border-top: none;
@ -1561,8 +1561,8 @@ notebook {
padding-left: 0; } padding-left: 0; }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-left: none; border-left: none;
@ -1572,8 +1572,8 @@ notebook {
padding-right: 0; } padding-right: 0; }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-right: none; border-right: none;
@ -1616,7 +1616,7 @@ notebook {
background-color: #404552; background-color: #404552;
border-color: #2b2e39; } border-color: #2b2e39; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button {
min-height: 18px; min-height: 22px;
min-width: 16px; min-width: 16px;
padding: 0; padding: 0;
color: #9da3ad; } color: #9da3ad; }

View File

@ -1524,7 +1524,7 @@ notebook {
notebook > stack:not(:only-child) { notebook > stack:not(:only-child) {
background-color: #ffffff; } background-color: #ffffff; }
notebook > header { notebook > header {
padding: 3px; padding: 2px;
background-color: #F5F6F7; } background-color: #F5F6F7; }
notebook > header.top { notebook > header.top {
box-shadow: inset 0 -1px #dcdfe3; } box-shadow: inset 0 -1px #dcdfe3; }
@ -1538,8 +1538,8 @@ notebook {
padding-bottom: 0; } padding-bottom: 0; }
notebook > header.top > tabs > tab { notebook > header.top > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-bottom: none; border-bottom: none;
@ -1549,8 +1549,8 @@ notebook {
padding-top: 0; } padding-top: 0; }
notebook > header.bottom > tabs > tab { notebook > header.bottom > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-top: none; border-top: none;
@ -1560,8 +1560,8 @@ notebook {
padding-left: 0; } padding-left: 0; }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-left: none; border-left: none;
@ -1571,8 +1571,8 @@ notebook {
padding-right: 0; } padding-right: 0; }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-right: none; border-right: none;
@ -1615,7 +1615,7 @@ notebook {
background-color: #ffffff; background-color: #ffffff;
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button {
min-height: 18px; min-height: 22px;
min-width: 16px; min-width: 16px;
padding: 0; padding: 0;
color: #92959d; } color: #92959d; }

View File

@ -1528,7 +1528,7 @@ notebook {
notebook > stack:not(:only-child) { notebook > stack:not(:only-child) {
background-color: #ffffff; } background-color: #ffffff; }
notebook > header { notebook > header {
padding: 3px; padding: 2px;
background-color: #F5F6F7; } background-color: #F5F6F7; }
notebook > header.top { notebook > header.top {
box-shadow: inset 0 -1px #dcdfe3; } box-shadow: inset 0 -1px #dcdfe3; }
@ -1542,8 +1542,8 @@ notebook {
padding-bottom: 0; } padding-bottom: 0; }
notebook > header.top > tabs > tab { notebook > header.top > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-bottom: none; border-bottom: none;
@ -1553,8 +1553,8 @@ notebook {
padding-top: 0; } padding-top: 0; }
notebook > header.bottom > tabs > tab { notebook > header.bottom > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-top: none; border-top: none;
@ -1564,8 +1564,8 @@ notebook {
padding-left: 0; } padding-left: 0; }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-left: none; border-left: none;
@ -1575,8 +1575,8 @@ notebook {
padding-right: 0; } padding-right: 0; }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-right: none; border-right: none;
@ -1619,7 +1619,7 @@ notebook {
background-color: #ffffff; background-color: #ffffff;
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button {
min-height: 18px; min-height: 22px;
min-width: 16px; min-width: 16px;
padding: 0; padding: 0;
color: #92959d; } color: #92959d; }

View File

@ -1528,7 +1528,7 @@ notebook {
notebook > stack:not(:only-child) { notebook > stack:not(:only-child) {
background-color: #ffffff; } background-color: #ffffff; }
notebook > header { notebook > header {
padding: 3px; padding: 2px;
background-color: #F5F6F7; } background-color: #F5F6F7; }
notebook > header.top { notebook > header.top {
box-shadow: inset 0 -1px #dcdfe3; } box-shadow: inset 0 -1px #dcdfe3; }
@ -1542,8 +1542,8 @@ notebook {
padding-bottom: 0; } padding-bottom: 0; }
notebook > header.top > tabs > tab { notebook > header.top > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-bottom: none; border-bottom: none;
@ -1553,8 +1553,8 @@ notebook {
padding-top: 0; } padding-top: 0; }
notebook > header.bottom > tabs > tab { notebook > header.bottom > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-top: none; border-top: none;
@ -1564,8 +1564,8 @@ notebook {
padding-left: 0; } padding-left: 0; }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-left: none; border-left: none;
@ -1575,8 +1575,8 @@ notebook {
padding-right: 0; } padding-right: 0; }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
border: 1px solid transparent; border: 1px solid transparent;
border-right: none; border-right: none;
@ -1619,7 +1619,7 @@ notebook {
background-color: #ffffff; background-color: #ffffff;
border-color: #dcdfe3; } border-color: #dcdfe3; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button {
min-height: 18px; min-height: 22px;
min-width: 16px; min-width: 16px;
padding: 0; padding: 0;
color: #92959d; } color: #92959d; }

View File

@ -1623,7 +1623,7 @@ notebook {
} }
> header { > header {
padding: 3px; padding: 2px;
background-color: $bg_color; background-color: $bg_color;
&.top { box-shadow: inset 0 -1px $borders_color; } &.top { box-shadow: inset 0 -1px $borders_color; }
@ -1638,8 +1638,8 @@ notebook {
> tabs > tab { > tabs > tab {
padding: 2px 10px; padding: 2px 10px;
min-width: 22px; min-width: 20px;
min-height: 22px; min-height: 20px;
outline-offset: -4px; outline-offset: -4px;
@ -1704,7 +1704,7 @@ notebook {
} }
// close button // close button
button.flat { button.flat {
min-height: 18px; min-height: 22px;
min-width: 16px; min-width: 16px;
padding: 0; padding: 0;
color: mix($bg_color, $fg_color, 35%); color: mix($bg_color, $fg_color, 35%);