1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-09 05:30:47 +02:00

Updated navigation module to better work with the button changes

This commit is contained in:
Angelos Chalaris
2016-12-06 11:21:07 +02:00
parent 9dc0cdf486
commit d2ab873d4c
15 changed files with 28 additions and 30 deletions

View File

@@ -536,7 +536,7 @@ a {
order: 999; } }
header {
display: block;
height: 36px;
height: 44px;
background: #263238;
color: #f5f5f5;
padding: 2px 8px;
@@ -548,7 +548,8 @@ header {
color: #f5f5f5;
font-size: 1.75em;
line-height: 1.2;
margin: 1px 6px 1px 1px; }
margin: 1px 6px 1px 1px;
padding: 3px 0 0; }
header button, header [type="button"], header a.button, header label.button, header .button {
background: #263238;
color: #f5f5f5;
@@ -557,8 +558,6 @@ header {
box-shadow: none; }
header button:hover, header button:active, header button:focus, header [type="button"]:hover, header [type="button"]:active, header [type="button"]:focus, header a.button:hover, header a.button:active, header a.button:focus, header label.button:hover, header label.button:active, header label.button:focus, header .button:hover, header .button:active, header .button:focus {
background: #37474f; }
header > span:not(.logo) {
vertical-align: super; }
header .logo, header a.button {
text-decoration: none; }