Install-usercss: Add button brightness on hover

This commit is contained in:
Rob Garrison 2017-11-30 14:29:21 -06:00
parent 5097671d86
commit 854fcb3ea2
2 changed files with 5 additions and 4 deletions

View File

@ -58,7 +58,9 @@
</h1>
<div class="actions">
<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">
<input type="checkbox">
<span></span>

View File

@ -155,9 +155,8 @@ h1 small {
background-position: center center;
}
.install:hover {
outline: 1px solid lightgray;
outline-offset: 1px;
.install-wrapper:hover {
filter: brightness(1.1);
}
.install.reinstall:after {