diff options
Diffstat (limited to 'res/style.css')
| -rw-r--r-- | res/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/style.css b/res/style.css new file mode 100644 index 0000000..d26a9ba --- /dev/null +++ b/res/style.css @@ -0,0 +1,15 @@ +button.disposition-hostile { + background-color: shade(@orange_1, 1); +} + +button:checked.disposition-hostile { + background-color: shade(@orange_1, 0.8); +} + +button.disposition-friendly { + background-color: shade(@green_1, 1); +} + +button:checked.disposition-friendly { + background-color: shade(@green_1, 0.8); +}
\ No newline at end of file |
