mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Minor visual adjustment in "Filter lists" pane
This commit is contained in:
parent
374901f605
commit
40b0d3a6b4
@ -17,7 +17,7 @@
|
||||
<div class="body">
|
||||
|
||||
<div id="cloudWidget" class="hide" data-cloud-entry="tpFiltersPane"></div>
|
||||
<div id="actions" class="root">
|
||||
<div id="actions">
|
||||
<button id="buttonApply" class="important disabled iconifiable" type="button" data-i18n-title="3pApplyChanges"><span class="fa-icon">check</span><span data-i18n="3pApplyChanges"></span></button>
|
||||
<button id="buttonUpdate" class="important disabled iconifiable" type="button" data-i18n-title="3pUpdateNow"><span class="fa-icon">refresh</span><span data-i18n="3pUpdateNow"></span></button>
|
||||
<button id="buttonPurgeAll" class="disabled iconifiable" type="button" data-i18n-title="3pPurgeAll"><span class="fa-icon">clock-o</span><span data-i18n="3pPurgeAll"></span></button>
|
||||
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="root">
|
||||
<div>
|
||||
<div><span id="listsOfBlockedHostsPrompt"></span>
|
||||
<div id="lists"></div>
|
||||
</div>
|
||||
|
@ -2,12 +2,9 @@
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
.root {
|
||||
background-color: var(--default-surface);
|
||||
overflow: auto;
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
#actions {
|
||||
background-color: var(--default-surface);
|
||||
padding: var(--default-gap-small) 0 var(--default-gap-xsmall) 0;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
|
Loading…
Reference in New Issue
Block a user