mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
Form restyle proposal
This commit is contained in:
parent
cdc717b88f
commit
795e0a378d
@ -33,11 +33,10 @@ input, select {
|
|||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: #f5f5f5;
|
background: #ddd;
|
||||||
|
color: #333;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
border: 1px solid #777;
|
border: 2px solid #ddd;
|
||||||
border-left-width:0.3em;
|
|
||||||
border-right-width: 0.3em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
@ -53,23 +52,41 @@ input[type=submit] {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
border-width: 1px;
|
border-color: #777;
|
||||||
background: #777;
|
background: #777;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus, select:focus {
|
input[type=submit]:hover, a.button:hover, input[type=submit]:focus {
|
||||||
|
background-color: #333;
|
||||||
border-color: #333;
|
border-color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=submit]:hover, a.button:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:focus, select:focus {
|
||||||
background: white;
|
background: white;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit]:focus {
|
input::-moz-placeholder {
|
||||||
background-color: #333;
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
input::-webkit-input-placeholder {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:-ms-input-placeholder {
|
||||||
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
input::-moz-focus-inner {
|
input::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
select::-moz-focus-inner {
|
select::-moz-focus-inner {
|
||||||
@ -96,12 +113,6 @@ button.link-like:hover {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit]:hover, a.button:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
color: white;
|
|
||||||
background: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
form ul.errors {
|
form ul.errors {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user