mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Updated boxshadow
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
//Navbar custom dropdown menu
|
||||
.navbar-nav .dropdown-menu {
|
||||
box-shadow: none;
|
||||
.box-shadow(none)!important;
|
||||
}
|
||||
|
||||
.navbar-nav > .notifications-menu,
|
||||
|
||||
Vendored
+2
-1
@@ -919,7 +919,8 @@ a:focus {
|
||||
background-color: #eee;
|
||||
}
|
||||
.navbar-nav .dropdown-menu {
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.navbar-nav > .notifications-menu,
|
||||
.navbar-nav > .messages-menu,
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user