mirror of
https://github.com/vrana/adminer.git
synced 2025-08-20 13:21:30 +02:00
CSS: Hide menu on mobile
This commit is contained in:
@@ -44,3 +44,7 @@ input.required, input.maxlength { box-shadow: 1px 1px 1px red; }
|
||||
#schema div.table a { color: #3c7bb3; }
|
||||
#menu .active { color: #398c8d; }
|
||||
#edit-fields tbody tr:hover td, #edit-fields tbody tr:hover th { background: #3b6f9d; }
|
||||
|
||||
@media all and (max-width: 880px) {
|
||||
#menu { background: #002240; border-color: #a3bdd3; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user