Patch #31971 » diff.patch
public/stylesheets/application.css | ||
---|---|---|
475 | 475 |
input[type="submit"]:hover { |
476 | 476 |
background-color: #ddd; |
477 | 477 |
} |
478 | ||
479 |
input[type="text"]:focus, input[type="text"]:active, |
|
480 |
input[type="password"]:focus, input[type="password"]:active, |
|
481 |
input[type="date"]:focus, input[type="date"]:active, |
|
482 |
select:focus, select:active, |
|
483 |
textarea:focus, textarea:active { |
|
484 |
outline: 1.5px solid #5ad; |
|
485 |
} |
|
486 | ||
478 | 487 |
select[multiple=multiple] {background: #fff; padding-right: initial; height: auto;} |
479 | 488 |
fieldset {border: 1px solid #e4e4e4; margin:0; min-width: inherit;} |
480 | 489 |
legend {color: #333;} |