mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
add basic selected styles for toolbar links
This commit is contained in:
parent
79732ef919
commit
32807b09f7
2 changed files with 200 additions and 193 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -2,6 +2,22 @@ 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 {
|
||||
background:#400;
|
||||
}
|
||||
|
||||
#toolbar {
|
||||
background: #666;
|
||||
box-shadow: 0 5px 15px #000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue