1
0
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:
Raymond Hill 2019-01-16 12:02:16 -05:00
parent c1c900bee6
commit 0c80994124
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;
} }