mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
modified forms
This commit is contained in:
parent
acd6e91757
commit
049c9edb67
@ -32,8 +32,10 @@ input, select {
|
|||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
font-size: 0.9em;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
font-family: Calibri, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus, select:focus {
|
input:focus, select:focus {
|
||||||
@ -43,9 +45,10 @@ input:focus, select:focus {
|
|||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #eee;
|
color: #fff;
|
||||||
border-color: #777;
|
border: 2px solid #ddd;
|
||||||
background: #777;
|
border-color: #049baf;
|
||||||
|
background: #049baf;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -220,7 +220,6 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 1.2em center;
|
background-position: 1.2em center;
|
||||||
color: @colorTextDefault;
|
color: @colorTextDefault;
|
||||||
font-family: Calibri, Helvetica, sans-serif;
|
|
||||||
border-bottom: 1px solid #d9d9d9;
|
border-bottom: 1px solid #d9d9d9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user