blob: 3cb2cf788fa1334f90c74d7ccafa8c5998cfc83f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
button.disposition-hostile {
background-color: shade(@orange_5, 1.6);
}
button:checked.disposition-hostile {
background-color: shade(@orange_5, 1.8);
}
button.disposition-friendly {
background-color: shade(@green_5, 1.6);
}
button:checked.disposition-friendly {
background-color: shade(@green_5, 1.8);
}
|