summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-05-16 01:17:34 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-05-16 01:17:34 -0400
commit607607ef0a50e1fb86f2b2fddf8b149b324021e2 (patch)
tree03ba5aa08623d0e97a154b046e0d44d2d1522b1e
parentb2ba7709df26826a1e596b1ed4e139c8d0d2a1cb (diff)
downloadabaddon-portaudio-607607ef0a50e1fb86f2b2fddf8b149b324021e2.tar.gz
abaddon-portaudio-607607ef0a50e1fb86f2b2fddf8b149b324021e2.zip
update css
-rw-r--r--res/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/css/main.css b/res/css/main.css
index 306614e..1035b37 100644
--- a/res/css/main.css
+++ b/res/css/main.css
@@ -300,12 +300,13 @@
.channel-tab-switcher tab {
background: #1A1A1A;
border: 1px solid #808080;
+ min-height: 35px;
}
.channel-tab-switcher tab.needs-attention:not(:checked) {
font-weight: bold;
animation: 150ms ease-in;
- background-image: radial-gradient(ellipse at bottom, #FF5370, #1A1A1A 30%);
+ /* background-image: radial-gradient(ellipse at bottom, #FF5370, #1A1A1A 30%); */
box-shadow: inset 0 -6px red;
}