2014-12-02 01:34:21 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
html.rl-mobile .b-settings-filters {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
2015-02-01 23:44:44 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
.b-filter-script {
|
|
|
|
width: 800px;
|
|
|
|
min-width: 640px;
|
|
|
|
}
|
2015-02-01 23:44:44 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
.b-settings-filters .list-table,
|
|
|
|
.b-filter-script .list-table {
|
|
|
|
width: 600px;
|
|
|
|
}
|
2014-12-02 01:34:21 +08:00
|
|
|
|
2021-01-19 06:52:15 +08:00
|
|
|
.filter-item td,
|
|
|
|
.script-item td {
|
|
|
|
padding: 4px 8px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
2015-01-20 05:20:12 +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
|
|
|
.b-filter-script .e-action,
|
|
|
|
.b-settings-filters .e-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2014-12-02 01:34:21 +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;
|
|
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
|
|
|
}
|