tweak toolbar selected style, use classes more like original project instead of IDs on the toolbar LIs

This commit is contained in:
sean1138 2021-01-13 07:02:17 -05:00
commit 8401a6149c
2 changed files with 32 additions and 33 deletions

View file

@ -2,19 +2,19 @@ body {
padding-top: 30px
}
.admin-front #lAdmin,
.all-posts #lPosts,
.admin-popular #lPopular,
.admin-mine #lMine,
.admin-draft #lDraft,
.admin-content #lAddContent,
.admin-categories #lCategories,
.edit-profile #lEditProfile,
.admin-import #lImport,
.admin-backup #lBackup,
.admin-config #lConfig,
.admin-clear-cache #lClearCache,
.admin-update #lUpdate {
.admin-front .tb-admin,
.all-posts .tb-posts,
.admin-popular .tb-popular,
.admin-mine .tb-mine,
.admin-draft .tb-draft,
.admin-content .tb-addcontent,
.admin-categories .tb-categories,
.edit-profile .tb-editprofile,
.admin-import .tb-import,
.admin-backup .tb-backup,
.admin-config .tb-config,
.admin-clear-cache .tb-clearcache,
.admin-update .tb-update {
background:#400;
}
@ -39,16 +39,16 @@ body {
#toolbar ul {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
padding: 0;
padding-left: 30px;
float: left
}
#toolbar ul li, #toolbar ul li a {
float: left;
display:inline-block;
list-style: none;
margin: 0
margin: 0;
height: 30px;
line-height: 30px;
}
#toolbar a {
@ -57,7 +57,6 @@ body {
text-decoration: none;
border-radius: 10px;
padding: 0 10px;
line-height: 1.6
}
@media all and (max-width: 550px) {