Skip to content

Commit 8707382

Browse files
enhancement #124
1 parent 32ccab1 commit 8707382

File tree

5 files changed

+438
-61
lines changed

5 files changed

+438
-61
lines changed

Client/ContentsViewer/ContentsViewerStandard.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,17 @@ ul.tag-list li a:hover span {
163163
color: #3498db;
164164
}
165165

166+
ul.tag-list.removable li a:hover {
167+
background-color: #db3434ad;
168+
border: 1px solid #db3434ad;
169+
}
170+
ul.tag-list.removable li a:hover span{
171+
color: #db3434ad;
172+
}
173+
ul.tag-list.removable li a:hover::before{
174+
content: 'x ';
175+
/* color: #db3434ad; */
176+
}
166177
.breadcrumb {
167178
/* padding-left:0; */
168179
/* margin-left:0; */
@@ -1974,6 +1985,7 @@ a.directory .name, a.file .name{
19741985
[theme="dark"] {
19751986
--main-font-color: #cccccc;
19761987
--tag-background-color: #3498dbad;
1988+
--tag-background-color-removable: #db3434ad;
19771989
}
19781990
[theme="dark"] body {
19791991
background-color: #282828;
@@ -2065,6 +2077,10 @@ a.directory .name, a.file .name{
20652077
background-color: var(--tag-background-color);
20662078
border: 1px solid var(--tag-background-color);
20672079
}
2080+
[theme="dark"] ul.tag-list.removable > li > a:hover {
2081+
background-color: var(--tag-background-color-removable);
2082+
border: 1px solid var(--tag-background-color-removable);
2083+
}
20682084
[theme="dark"] .search-box > input {
20692085
background-color: #1f1f1f;
20702086
border: 1px solid #1f1f1f;

0 commit comments

Comments
 (0)