1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 00:58:31 +03:00

Background comment

This commit is contained in:
Aaron Shekey 2015-06-24 14:19:19 -05:00
parent 5b519f697a
commit e5c8d0e1ab

View File

@ -28,7 +28,7 @@ textarea {
vertical-align: middle; vertical-align: middle;
background-color: #fff; background-color: #fff;
background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc) background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc)
background-position: right 8px center; background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically.
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 3px; border-radius: 3px;
outline: none; outline: none;