mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fine tune visuals in logger's export-to-clipboard dialog
This commit is contained in:
parent
c1c900bee6
commit
0c80994124
1 changed files with 2 additions and 5 deletions
|
|
@ -850,19 +850,16 @@ body[dir="rtl"] #loggerSettingsDialog ul {
|
|||
margin-bottom: 1em;
|
||||
}
|
||||
#loggerExportDialog .options > div {
|
||||
white-space: nowrap;
|
||||
display: inline-flex;
|
||||
}
|
||||
#loggerExportDialog .options span[data-i18n] {
|
||||
border: 1px solid lightblue;
|
||||
cursor: pointer;
|
||||
font-size: 90%;
|
||||
margin: 0 0.25em 0 0;
|
||||
margin: 0;
|
||||
padding: 0.5em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#loggerExportDialog .options span[data-i18n]:last-of-type {
|
||||
margin: 0;
|
||||
}
|
||||
#loggerExportDialog .options span[data-i18n]:hover {
|
||||
background-color: aliceblue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue