mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
Fine tune visuals in logger's export-to-clipboard dialog
This commit is contained in:
parent
c1c900bee6
commit
0c80994124
@ -850,19 +850,16 @@ body[dir="rtl"] #loggerSettingsDialog ul {
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
#loggerExportDialog .options > div {
|
#loggerExportDialog .options > div {
|
||||||
white-space: nowrap;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
#loggerExportDialog .options span[data-i18n] {
|
#loggerExportDialog .options span[data-i18n] {
|
||||||
border: 1px solid lightblue;
|
border: 1px solid lightblue;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
margin: 0 0.25em 0 0;
|
margin: 0;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#loggerExportDialog .options span[data-i18n]:last-of-type {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
#loggerExportDialog .options span[data-i18n]:hover {
|
#loggerExportDialog .options span[data-i18n]:hover {
|
||||||
background-color: aliceblue;
|
background-color: aliceblue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user