Skip to content

Commit 0d17c56

Browse files
author
Kristan Kenney
committed
Flatten text boxes and dropdowns in flat.css theme
1 parent bc7039b commit 0d17c56

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

install/deb/themes/flat.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,19 @@ b, strong {
5454
.l-unit__stat-col--left a:hover {
5555
color: #474747;
5656
}
57+
58+
.vst-input {
59+
box-shadow: none;
60+
}
61+
62+
.vst-list {
63+
box-shadow: none;
64+
}
65+
66+
.advanced-options {
67+
box-shadow: none !important;
68+
}
69+
70+
.vst-textinput {
71+
box-shadow: none;
72+
}

0 commit comments

Comments
 (0)