mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Add location field placeholder and styles.
This commit is contained in:
@@ -31,7 +31,7 @@ input[type=submit], button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[type=text], input[type=number], input[type=password] {
|
||||
div.location, input[type=text], input[type=number], input[type=password] {
|
||||
border: 1px solid #777;
|
||||
-moz-border-radius: 0.2em;
|
||||
-webkit-border-radius: 0.2em;
|
||||
@@ -39,6 +39,9 @@ input[type=text], input[type=number], input[type=password] {
|
||||
border-radius: 0.2em;
|
||||
width: 100%;
|
||||
padding: 0.25em;
|
||||
font-size: 10pt;
|
||||
background: white;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
button {
|
||||
@@ -331,10 +334,6 @@ div.section {
|
||||
|
||||
}
|
||||
|
||||
.form input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
* List element icons
|
||||
*/
|
||||
|
Reference in New Issue
Block a user