diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-23 15:41:31 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-23 15:41:31 -0400 |
commit | db28abaa44813e58503f42fa83dab3f4173505d2 (patch) | |
tree | 965536e5e4c6bebada684cf7b5723b0e4c7d1bc9 /res | |
parent | bfb2490938099982a2571bd07f4aab54128ce34a (diff) | |
download | abaddon-portaudio-db28abaa44813e58503f42fa83dab3f4173505d2.tar.gz abaddon-portaudio-db28abaa44813e58503f42fa83dab3f4173505d2.zip |
dont show attention indicator on checked tab
Diffstat (limited to 'res')
-rw-r--r-- | res/css/application-low-priority.css | 2 | ||||
-rw-r--r-- | res/res.7z | bin | 0 -> 9870957 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/res/css/application-low-priority.css b/res/css/application-low-priority.css index 9df0fa3..d92b964 100644 --- a/res/css/application-low-priority.css +++ b/res/css/application-low-priority.css @@ -22,7 +22,7 @@ has to be separate to allow main.css to override certain things border: 1px solid #808080; } -.app-window tabbar tab.needs-attention { +.app-window tabbar tab.needs-attention:not(:checked) { font-weight: bold; animation: 150ms ease-in; background-image: radial-gradient(ellipse at bottom, #FF5370, #1A1A1A 30%); diff --git a/res/res.7z b/res/res.7z Binary files differnew file mode 100644 index 0000000..ef87987 --- /dev/null +++ b/res/res.7z |