source: extensions/BanIP/banip.css @ 31951

Last change on this file since 31951 was 31394, checked in by ddtddt, 8 years ago

[extensions] - BanIP - update disign / language

File size: 275 bytes
Line 
1input:focus:invalid{
2  border-color:#FF0000;
3  background-image:none;
4}
5
6input:focus:valid{
7  border-color:#56C93F;
8}
9
10input:valid{
11  background-image:none;
12}
13table.lban td{
14  padding-right:20px;
15}
16
17.lignebis {
18  background-color:green;
19}
20
21.mouse:hover{
22    cursor:pointer;
23}
Note: See TracBrowser for help on using the repository browser.