mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
+17
-4
@@ -199,15 +199,28 @@ button:not(:disabled):hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.format-select {
|
.format-select {
|
||||||
|
width: 58px;
|
||||||
height: var(--control-height);
|
height: var(--control-height);
|
||||||
min-width: 64px;
|
min-width: 0;
|
||||||
padding: 0 7px;
|
padding: 0 4px;
|
||||||
border: 1px solid var(--line);
|
border: 1px solid var(--line);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #1f2428;
|
color: #1f2428;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.format-select:focus,
|
||||||
|
.format-select:focus-visible {
|
||||||
|
border-color: var(--accent);
|
||||||
|
outline: 2px solid var(--accent);
|
||||||
|
outline-offset: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.format-select option:checked {
|
||||||
|
background-color: #e4f3ef;
|
||||||
|
color: var(--accent-strong);
|
||||||
|
}
|
||||||
|
|
||||||
.zoom-label {
|
.zoom-label {
|
||||||
min-width: 42px;
|
min-width: 42px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -936,8 +949,8 @@ body[aria-busy="true"] .viewer-panel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.format-select {
|
.format-select {
|
||||||
min-width: 56px;
|
width: 52px;
|
||||||
padding: 0 5px;
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links {
|
.footer-links {
|
||||||
|
|||||||
Reference in New Issue
Block a user