Skip to content

Commit 107eb74

Browse files
author
Kristan Kenney
committed
Flatten context menu and dialog in flat.css theme
1 parent 2f6b430 commit 107eb74

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

install/deb/themes/flat.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,11 @@ b, strong {
114114
}
115115

116116
.notification-container {
117-
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
117+
box-shadow: none;
118+
border: 1px solid #dadada;
119+
}
120+
121+
.context-menu.sort-order {
122+
box-shadow: none;
123+
border: 1px solid #dadada;
118124
}

0 commit comments

Comments
 (0)