source:
admin/style/scss/partials/_utils.scss
@
3439:640a478849cf
Revision 3439:640a478849cf, 778 bytes checked in by franck <carnet.franck.paul@…>, 9 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[3355] | 1 | /* ---------------------------------------------- Couleurs ajoutées via javascript |
2 | /* color-picker.js */ | |
3 | ||
4 | .color-color-picker { | |
[3439] | 5 | border: 1px solid #000; |
6 | width: 195px; | |
7 | background: #fff; | |
[3355] | 8 | } |
9 | ||
10 | ||
11 | /* _media_item.js */ | |
12 | ||
13 | .color-div { | |
[3439] | 14 | border: 1px solid #ccc; |
[3355] | 15 | } |
16 | ||
17 | ||
18 | /* fadings ('color' est utilisé comme variable, pas comme text color) */ | |
19 | ||
20 | .colorBeginPassword, | |
21 | .colorBeginValidatorErr, | |
22 | .colorBeginUserMail { | |
[3439] | 23 | color: #fff; |
[3355] | 24 | } |
25 | ||
26 | .colorEndPassword, | |
27 | .colorEndError, | |
28 | .colorEndValidatorErr, | |
29 | .colorEndUserMail { | |
[3439] | 30 | color: #ffbaba; |
[3355] | 31 | } |
32 | ||
33 | .colorBeginMessage { | |
[3439] | 34 | color: #ccc; |
[3355] | 35 | } |
36 | ||
37 | .colorEndMessage, | |
38 | .colorBeginValidatorMsg { | |
[3439] | 39 | color: #676e78; |
[3355] | 40 | } |
41 | ||
42 | .colorBeginError { | |
[3439] | 43 | color: #fefacd; |
[3355] | 44 | } |
45 | ||
46 | .colorBeginSuccess { | |
[3439] | 47 | color: #9BCA1C; |
[3355] | 48 | } |
49 | ||
50 | .colorEndSuccess { | |
[3439] | 51 | color: #bee74b; |
[3355] | 52 | } |
53 | ||
54 | .colorEndValidatorMsg { | |
[3439] | 55 | color: #ffcc00; |
[3355] | 56 | } |
Note: See TracBrowser
for help on using the repository browser.