parent
dae2cbbeae
commit
73bba4a5a2
|
@ -80,6 +80,11 @@ input::-moz-focus-inner {
|
|||
outline: 0;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner {
|
||||
border: 0;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
select::-moz-focus-inner {
|
||||
border: 0;
|
||||
outline: 0;
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
div.page {
|
||||
float: left;
|
||||
width: 25em;
|
||||
min-height: 20em;
|
||||
min-height: 25em;
|
||||
padding: 0 1em 1em;
|
||||
margin: 1em 1.5em 1.5em;
|
||||
border-radius: 0.5em;
|
||||
|
@ -351,7 +351,7 @@
|
|||
border: none;
|
||||
outline: none;
|
||||
font-size: 90%;
|
||||
background-color: inherit;
|
||||
background-color: white;
|
||||
|
||||
&:hover {
|
||||
color: #666;
|
||||
|
|
Loading…
Reference in New Issue