Patch #31204 » 0001-Styles-for-buttons.patch
public/stylesheets/application.css | ||
---|---|---|
462 | 462 |
padding-right: 20px; |
463 | 463 |
} |
464 | 464 |
input[type="file"] {border: 0;} |
465 |
input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #fff;} |
|
465 |
input[type="submit"] { |
|
466 |
-webkit-appearance: button; |
|
467 |
cursor: pointer; |
|
468 |
background-color: #fff; |
|
469 |
height: 28px; |
|
470 |
-webkit-transition: background-color 100ms linear; |
|
471 |
-moz-transition: background-color 100ms linear; |
|
472 |
-o-transition: background-color 100ms linear; |
|
473 |
transition: background-color 100ms linear; |
|
474 |
} |
|
475 |
input[type="submit"]:hover { |
|
476 |
background-color: #ddd; |
|
477 |
} |
|
466 | 478 |
select[multiple=multiple] {background: #fff; padding-right: initial;} |
467 | 479 |
fieldset {border: 1px solid #e4e4e4; margin:0; min-width: inherit;} |
468 | 480 |
legend {color: #333;} |
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »