Browse Source

add basic selected styles for toolbar links

pull/431/head
sean1138 4 years ago
parent
commit
32807b09f7
2 changed files with 200 additions and 193 deletions
  1. +184
    -193
      system/includes/functions.php
  2. +16
    -0
      system/resources/css/toolbar.css

+ 184
- 193
system/includes/functions.php
File diff suppressed because it is too large
View File


+ 16
- 0
system/resources/css/toolbar.css View File

@ -2,6 +2,22 @@ body {
padding-top: 30px 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 {
background:#400;
}
#toolbar { #toolbar {
background: #666; background: #666;
box-shadow: 0 5px 15px #000; box-shadow: 0 5px 15px #000;


Loading…
Cancel
Save