diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-13 23:07:15 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-13 23:08:27 +0200 |
| commit | 37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9 (patch) | |
| tree | 89bd791aeae49fbb91acdfeca0e3e057cbe9f889 /res/style.css | |
| parent | 7fed739bece80b26e4f7bb75fab91f90ef3a44ea (diff) | |
| download | turns-37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9.tar.xz turns-37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9.zip | |
app: switch to Adw.Application
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 |
