Skip to content

Commit 38bbbe5

Browse files
author
Kristan Kenney
committed
Remove shadows from badge elements in flat.css theme
1 parent b160224 commit 38bbbe5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

install/deb/themes/flat.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ b, strong {
5959
color: #474747;
6060
}
6161

62+
.l-unit:hover, .units .l-unit:hover {
63+
box-shadow: none;
64+
}
6265
.vst-input {
6366
box-shadow: none;
6467
}
@@ -97,4 +100,12 @@ b, strong {
97100
.alert {
98101
text-shadow: none !important;
99102
box-shadow: none !important;
103+
}
104+
105+
.pill.usage {
106+
box-shadow: none;
107+
}
108+
109+
.badge {
110+
box-shadow: none;
100111
}

0 commit comments

Comments
 (0)