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> </h1>
<div class="actions"> <div class="actions">
<h2 class="installed" i18n-text="installButtonInstalled"></h2> <h2 class="installed" i18n-text="installButtonInstalled"></h2>
<span class="install-wrapper">
<button class="install" i18n-text="installButton"></button> <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>

View File

@ -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 {