Changeset 3439:640a478849cf for admin/style/scss/partials/_utils.scss
- Timestamp:
- 12/04/16 14:23:07 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_utils.scss
r3389 r3439 3 3 4 4 .color-color-picker { 5 6 7 5 border: 1px solid #000; 6 width: 195px; 7 background: #fff; 8 8 } 9 9 … … 12 12 13 13 .color-div { 14 14 border: 1px solid #ccc; 15 15 } 16 16 … … 21 21 .colorBeginValidatorErr, 22 22 .colorBeginUserMail { 23 23 color: #fff; 24 24 } 25 25 … … 28 28 .colorEndValidatorErr, 29 29 .colorEndUserMail { 30 30 color: #ffbaba; 31 31 } 32 32 33 33 .colorBeginMessage { 34 34 color: #ccc; 35 35 } 36 36 37 37 .colorEndMessage, 38 38 .colorBeginValidatorMsg { 39 39 color: #676e78; 40 40 } 41 41 42 42 .colorBeginError { 43 43 color: #fefacd; 44 44 } 45 45 46 46 .colorBeginSuccess { 47 47 color: #9BCA1C; 48 48 } 49 49 50 50 .colorEndSuccess { 51 51 color: #bee74b; 52 52 } 53 53 54 54 .colorEndValidatorMsg { 55 55 color: #ffcc00; 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.