source:
extensions/AntiAspi/antiaspi.css
@
31898
Last change on this file since 31898 was 31370, checked in by , 9 years ago | |
---|---|
File size: 306 bytes |
Line | |
---|---|
1 | input:required{ |
2 | background:url(aste.jpg) 98% center no-repeat; |
3 | } |
4 | input:focus:invalid{ |
5 | border-color:#FF0000; |
6 | background-image:none; |
7 | } |
8 | |
9 | input:focus:valid{ |
10 | border-color:#56C93F; |
11 | } |
12 | |
13 | input:valid{ |
14 | background-image:none; |
15 | } |
16 | table.lban td{ |
17 | padding-right:20px; |
18 | } |
19 | |
20 | .lignebis { |
21 | background-color:green; |
22 | } |
Note: See TracBrowser
for help on using the repository browser.