2014-12-02 01:34:21 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
.b-filter-script {
|
2021-01-22 23:45:12 +08:00
|
|
|
width: auto;
|
|
|
|
max-width: 720px;
|
2021-01-19 06:52:15 +08:00
|
|
|
}
|
2014-12-02 01:34:21 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
.filter-item td.drag-wrapper {
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
2014-12-02 01:34:21 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
.b-filter-script .filter-item,
|
|
|
|
.b-settings-filters .script-item {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2015-07-06 02:06:19 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
.filter-item .delete-filter {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2016-05-01 09:07:10 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
.filter-item .filter-name,
|
|
|
|
.filter-item .filter-sub-name {
|
|
|
|
display: inline-block;
|
|
|
|
word-break: break-all;
|
|
|
|
box-sizing: border-box;
|
|
|
|
line-height: 22px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2014-12-02 01:34:21 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
.filter-item .filter-sub-name {
|
|
|
|
color: #aaa;
|
2014-12-02 01:34:21 +08:00
|
|
|
}
|
2021-01-19 23:01:30 +08:00
|
|
|
|
|
|
|
.b-filter-script textarea {
|
|
|
|
height: 300px;
|
2021-02-19 04:06:19 +08:00
|
|
|
font-family: var(--fontMono);
|
2021-01-19 23:01:30 +08:00
|
|
|
}
|