diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-05-15 23:38:10 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-05-15 23:38:10 -0400 |
commit | b2ba7709df26826a1e596b1ed4e139c8d0d2a1cb (patch) | |
tree | 322aa24fe58aa4fb57e7097970fb15ef2274a6b5 /res/css/application-low-priority.css | |
parent | 8b488a5ca9036caf17ecee000cca6a7eba94d28a (diff) | |
download | abaddon-portaudio-b2ba7709df26826a1e596b1ed4e139c8d0d2a1cb.tar.gz abaddon-portaudio-b2ba7709df26826a1e596b1ed4e139c8d0d2a1cb.zip |
make it look sort of better i guess
Diffstat (limited to 'res/css/application-low-priority.css')
-rw-r--r-- | res/css/application-low-priority.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/res/css/application-low-priority.css b/res/css/application-low-priority.css index d92b964..cf108f4 100644 --- a/res/css/application-low-priority.css +++ b/res/css/application-low-priority.css @@ -3,31 +3,6 @@ application wide stuff has to be separate to allow main.css to override certain things */ -.app-window tabbar .box { - margin: -7px -1px -7px -1px; - background: #2a2a2a; - border: 1px solid black; -} - -.app-window tabbar tab:hover { - box-shadow: inset 0 -7px lighter(blue); -} - -.app-window tabbar tab:checked { - box-shadow: inset 0 -7px blue; -} - -.app-window tabbar tab { - background: #1A1A1A; - border: 1px solid #808080; -} - -.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%); -} - .app-window label:not(:disabled) { color: @text_color; } |