mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
dae2cbbeae
commit
73bba4a5a2
@ -80,6 +80,11 @@ input::-moz-focus-inner {
|
|||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
select::-moz-focus-inner {
|
select::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
@ -206,7 +206,7 @@
|
|||||||
div.page {
|
div.page {
|
||||||
float: left;
|
float: left;
|
||||||
width: 25em;
|
width: 25em;
|
||||||
min-height: 20em;
|
min-height: 25em;
|
||||||
padding: 0 1em 1em;
|
padding: 0 1em 1em;
|
||||||
margin: 1em 1.5em 1.5em;
|
margin: 1em 1.5em 1.5em;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
@ -351,7 +351,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
background-color: inherit;
|
background-color: white;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user