Skip to content

Commit

Permalink
[css] Improve nav filter style. #214
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Nov 30, 2022
1 parent 5009e97 commit 79dfb2f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions admin_interface/static/admin_interface/css/admin-interface-fix.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@ body.admin-interface .paginator a.showall:visited {
border: 1px solid #eaeaea;
border-left: none;
outline: none;
-webkit-box-shadow: 4px 2px 8px -4px #DBDBDB;
-moz-box-shadow: 4px 2px 8px -4px #DBDBDB;
box-shadow: 4px 2px 8px -4px #DBDBDB;
-webkit-box-shadow: 4px 4px 8px -4px #DBDBDB;
-moz-box-shadow: 4px 4px 8px -4px #DBDBDB;
box-shadow: 4px 4px 8px -4px #DBDBDB;
/*transition: left .3s;*/
}

Expand Down Expand Up @@ -451,6 +451,13 @@ body.admin-interface .paginator a.showall:visited {
/*transition: left .3s, margin-left .3s;*/
}

.admin-interface #nav-filter {
background-color: transparent;
border-radius: 4px;
margin: 0 0 30px 0;
padding: 5px 6px;
}

@media (min-width:1280px) {
.admin-interface #main.shifted > #toggle-nav-sidebar {
left: 359px;
Expand Down

0 comments on commit 79dfb2f

Please sign in to comment.