2013-12-18 07:00:57 +08:00
|
|
|
|
2021-11-08 04:19:48 +08:00
|
|
|
#V-Settings-Folders {
|
2013-12-18 07:00:57 +08:00
|
|
|
|
|
|
|
.folders-list-error {
|
2020-09-12 19:57:09 +08:00
|
|
|
margin: 10px 0;
|
2013-12-18 07:00:57 +08:00
|
|
|
}
|
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
table {
|
2021-03-29 18:08:52 +08:00
|
|
|
margin-top: 1em;
|
2021-09-09 23:00:31 +08:00
|
|
|
}
|
2013-12-18 07:00:57 +08:00
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
td + td {
|
2021-11-09 07:53:42 +08:00
|
|
|
white-space: nowrap;
|
2021-09-09 23:00:31 +08:00
|
|
|
width: 1em;
|
|
|
|
}
|
2013-12-18 07:00:57 +08:00
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
.folder-name {
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2013-12-18 07:00:57 +08:00
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
.folder-system-name {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.folder-name.can-be-edited:hover {
|
|
|
|
text-decoration-style: dashed;
|
|
|
|
cursor: pointer;
|
2013-12-18 07:00:57 +08:00
|
|
|
}
|
|
|
|
|
2021-10-15 17:58:06 +08:00
|
|
|
select {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
tr {
|
2013-12-18 07:00:57 +08:00
|
|
|
|
2021-08-19 21:14:47 +08:00
|
|
|
&:not(.selectable) {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2013-12-18 07:00:57 +08:00
|
|
|
&.system .folder-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-02-08 21:03:54 +08:00
|
|
|
input {
|
|
|
|
border-width: 1px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unsubscribed-folder, .unchecked-folder {
|
2021-02-09 00:37:21 +08:00
|
|
|
opacity: 0.4;
|
2015-04-26 06:01:56 +08:00
|
|
|
}
|
2013-12-18 07:00:57 +08:00
|
|
|
}
|
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
.deep-1 {
|
|
|
|
text-indent: 15px;
|
2013-12-18 07:00:57 +08:00
|
|
|
}
|
2021-09-09 23:00:31 +08:00
|
|
|
.deep-2 {
|
|
|
|
text-indent: 30px;
|
2013-12-18 07:00:57 +08:00
|
|
|
}
|
2021-09-09 23:00:31 +08:00
|
|
|
.deep-3 {
|
|
|
|
text-indent: 45px;
|
2013-12-18 07:00:57 +08:00
|
|
|
}
|
2021-09-09 23:00:31 +08:00
|
|
|
.deep-4 {
|
|
|
|
text-indent: 60px;
|
2013-12-18 07:00:57 +08:00
|
|
|
}
|
2021-09-09 23:00:31 +08:00
|
|
|
.deep-5 {
|
|
|
|
text-indent: 75px;
|
2013-12-18 07:00:57 +08:00
|
|
|
}
|
2020-09-12 19:57:09 +08:00
|
|
|
}
|