OSDN Git Service

d1e516e490adb5af9f4dafa82a58c53370785883
[karesansui/karesansui.git] / karesansui / static / css / device.css
1 #device {}
2
3 #device .active {
4     background-color:#9bd70f;
5     color:#ffffff;
6     height:100%;
7 }
8
9 #device .passive {
10     color:#444444;
11 }
12
13 #device_tab {
14    cursor: pointer; 
15 }
16
17 #device_tab td.device_highlight {
18     background-color: #f2f2f2;
19 }
20
21 #device_tab td:hover {
22     background-color: #cacaca;
23 }
24
25 #device_tab td.device_active {
26     background-color: #a9cf15;
27 }
28