-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
821af70
commit 7575261
Showing
2 changed files
with
41 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,41 @@ | ||
/* 笔记目录 */ | ||
|
||
#noteTools ul { | ||
display: none; | ||
margin: 0; | ||
padding: 0; | ||
width: 200px; | ||
max-height: 500px; | ||
overflow: auto; | ||
width: 100%; | ||
} | ||
|
||
#noteTools li a { | ||
display: block; | ||
padding: 5px 16px; | ||
text-decoration: none; | ||
} | ||
|
||
/* 标注目录按钮 */ | ||
.notesMenuBtn { | ||
font-size: 16px; | ||
padding: 12px 20px 12px 40px; | ||
border:1px groove; | ||
border-bottom: none; | ||
text-align: left; | ||
} | ||
|
||
/* 标注目录中的当前目录 */ | ||
#sectionListItem_title_scroll a.current::after { | ||
content: ' ←'; | ||
} | ||
|
||
/* 鼠标移动到选项上修改背景颜色 */ | ||
#noteTools li a:hover { | ||
background-color: #555; | ||
color: white !important; | ||
} | ||
/* 笔记目录 */ | ||
|
||
#noteTools ul { | ||
display: none; | ||
margin: 0; | ||
padding: 0; | ||
width: 200px; | ||
max-height: 500px; | ||
overflow: auto; | ||
width: 100%; | ||
} | ||
|
||
#noteTools li a { | ||
display: block; | ||
padding: 5px 16px; | ||
text-decoration: none; | ||
} | ||
|
||
/* 标注目录按钮 */ | ||
.notesMenuBtn { | ||
font-size: 16px; | ||
padding: 12px 20px 12px 40px; | ||
border:1px groove; | ||
border-bottom: none; | ||
text-align: left; | ||
} | ||
|
||
/* 标注目录中的当前目录 */ | ||
#sectionListItem_title_scroll { | ||
font-size: 12px; | ||
} | ||
|
||
#sectionListItem_title_scroll a.current::after { | ||
content: ' ←'; | ||
} | ||
|
||
/* 鼠标移动到选项上修改背景颜色 */ | ||
#noteTools li a:hover { | ||
background-color: #555; | ||
color: white !important; | ||
} |
Binary file not shown.