mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Minor fine-tuning of visual of select
elements
Additionally, have the width of the page selector in the logger proportional to the width of the logger -- this should improve usability on small screen devices.
This commit is contained in:
parent
6d51c9fb6c
commit
d8bf72a435
@ -205,13 +205,6 @@ label {
|
||||
select {
|
||||
padding: 2px;
|
||||
}
|
||||
:root.desktop select {
|
||||
appearance: none;
|
||||
--webkit-appearance: none;
|
||||
background-color: var(--select-surface);
|
||||
font: inherit;
|
||||
font-size: var(--font-size);
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
|
@ -37,8 +37,9 @@ textarea {
|
||||
background-color: #eee;
|
||||
}
|
||||
#pageSelector {
|
||||
min-width: 10em;
|
||||
padding: 0.25em 0;
|
||||
width: 28em;
|
||||
width: 50vw;
|
||||
}
|
||||
body[dir="ltr"] #pageSelector {
|
||||
margin-right: 1em;
|
||||
@ -518,7 +519,6 @@ body[dir="rtl"] #modalOverlay > div > div:nth-of-type(2) {
|
||||
#netFilteringDialog select {
|
||||
max-width: 75%;
|
||||
outline: none;
|
||||
padding: 0.2em;
|
||||
}
|
||||
#netFilteringDialog > .preview {
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user