Install-usercss: Add button brightness on hover
This commit is contained in:
parent
5097671d86
commit
854fcb3ea2
|
@ -58,7 +58,9 @@
|
||||||
</h1>
|
</h1>
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<h2 class="installed" i18n-text="installButtonInstalled"></h2>
|
<h2 class="installed" i18n-text="installButtonInstalled"></h2>
|
||||||
<button class="install" i18n-text="installButton"></button>
|
<span class="install-wrapper">
|
||||||
|
<button class="install" i18n-text="installButton"></button>
|
||||||
|
</span>
|
||||||
<label class="set-update-url">
|
<label class="set-update-url">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
<span></span>
|
<span></span>
|
||||||
|
|
|
@ -155,9 +155,8 @@ h1 small {
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.install:hover {
|
.install-wrapper:hover {
|
||||||
outline: 1px solid lightgray;
|
filter: brightness(1.1);
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.install.reinstall:after {
|
.install.reinstall:after {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user