Cost units can be edited
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="password"],
|
||||
input[type="date"],
|
||||
select {
|
||||
width: 100%;
|
||||
font-size: 13pt;
|
||||
@@ -30,6 +31,7 @@ select {
|
||||
input[type="text"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="date"]:focus,
|
||||
select:focus {
|
||||
outline: none;
|
||||
border-color: #1d4899;
|
||||
@@ -60,3 +62,9 @@ input[type="submit"]:hover {
|
||||
color: red;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.link {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
color: #47a0d8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user