1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02: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;
}
#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;
}