2024-03-22 12:09:17 +01:00
|
|
|
.mobileBoardButtons {
|
|
|
|
|
text-align: center;
|
2024-06-30 11:47:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.addMargin {
|
|
|
|
|
margin-bottom: 7px;
|
2024-03-22 12:09:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobileBoardButtons button {
|
2024-04-03 22:52:27 +02:00
|
|
|
text-transform: capitalize;
|
2024-06-30 11:47:09 +02:00
|
|
|
margin: 5px 2px;
|
2024-04-03 22:52:27 +02:00
|
|
|
}
|
|
|
|
|
|
2024-09-08 10:41:08 +02:00
|
|
|
.mobileBoardButtons .secondRow {
|
|
|
|
|
margin-top: -5px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobileBoardButtons {
|
|
|
|
|
margin-top: -3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobileBoardButtons .autoCheckbox {
|
|
|
|
|
margin: 0 3px 0 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -2px;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
height: 10px;
|
|
|
|
|
width: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.disabledButton:hover {
|
|
|
|
|
cursor: not-allowed !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-03 22:52:27 +02:00
|
|
|
.mobileBoardButtons a, .desktopBoardButtons a {
|
|
|
|
|
all: unset;
|
2024-03-22 12:09:17 +01:00
|
|
|
}
|
|
|
|
|
|
2024-05-30 18:01:37 +02:00
|
|
|
.showBlockedButton {
|
|
|
|
|
color: var(--button-desktop-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.showBlockedButton:hover {
|
|
|
|
|
color: var(--button-desktop-text-color-hover);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-31 18:18:42 +02:00
|
|
|
.mobileBoardButtons .options {
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-01 18:13:41 +02:00
|
|
|
.desktopBoardButtons {
|
2024-09-04 20:48:20 +02:00
|
|
|
text-transform: capitalize;
|
2024-06-01 18:13:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.desktopBoardButtons::after {
|
|
|
|
|
content: "";
|
|
|
|
|
display: table;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.desktopBoardButtons .rightSideButtons {
|
2024-09-04 16:47:28 +02:00
|
|
|
float: right;
|
2024-09-04 20:48:20 +02:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2024-06-01 18:13:41 +02:00
|
|
|
}
|
|
|
|
|
|
2026-01-25 16:29:15 +08:00
|
|
|
.modQueueControls {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 6px;
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modQueueControls label {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.alertThresholdInput {
|
|
|
|
|
width: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobileBoardButtons .modQueueControls {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin: 6px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-14 21:56:23 +02:00
|
|
|
.desktopBoardButtons .rightSideButtons select {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-17 21:16:31 +02:00
|
|
|
.mobileCatalogOptionsPadding {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-10 19:16:13 +02:00
|
|
|
.filteredThreadsCount {
|
|
|
|
|
text-transform: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-10 19:19:39 +02:00
|
|
|
.mobileBoardButtons {
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-10 19:16:13 +02:00
|
|
|
.mobileBoardButtons .filteredThreadsCount {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2025-06-04 16:36:16 +02:00
|
|
|
.searchOPsInput {
|
|
|
|
|
height: 16px;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
padding: 0 2px;
|
|
|
|
|
width: 120px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
padding: 0 2px;
|
|
|
|
|
border: var(--post-form-field-input-border, revert);
|
|
|
|
|
background-color: var(--post-form-field-input-background-color, revert);
|
|
|
|
|
color: var(--post-form-field-input-color);
|
|
|
|
|
outline: none;
|
|
|
|
|
font-family: arial, helvetica, sans-serif;
|
|
|
|
|
font-size: 10pt;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.searchOPsInput:focus {
|
|
|
|
|
border: var(--post-form-field-input-focus-border, revert);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-22 12:09:17 +01:00
|
|
|
@media (max-width: 640px) {
|
|
|
|
|
.desktopBoardButtons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 640px) {
|
|
|
|
|
.mobileBoardButtons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2024-06-28 21:21:21 +02:00
|
|
|
}
|