Remove transparency on autocomplete
This commit is contained in:
parent
115d58c64f
commit
58faa2d557
Binary file not shown.
@ -15,7 +15,7 @@ b398273cf7daa62ab00d2de2336ca25f ./README.md
|
||||
46a523633a4737378b64192db97fca27 ./include/helpers.php
|
||||
8f1129e0cdb994c6d1900192252433d8 ./include/paths.php
|
||||
9ba7ea3ef8bad60cb8335da9c0daea4f ./javascript/libraries.js
|
||||
3a632db992fd18e3f5cfeca203bcff2c ./skins/Narrow/css.php
|
||||
e605780f0c220d94298c20a6914af598 ./skins/Narrow/css.php
|
||||
58a140a38ceb6836a5b7c5b9bca85b6c ./skins/Narrow/skin.html
|
||||
7bebedcb67df7ed7c3933a79a3757d9b ./skins/Narrow/skin.php
|
||||
38d1f40cbc64eed32cdb3292e1ec1f6e ./scripts/PluginAPI.php
|
||||
|
@ -324,7 +324,7 @@ a.appIconsPopUp { text-decoration:none;color:inherit;}
|
||||
.awesomplete > input {display: block;}
|
||||
.awesomplete > ul {position: absolute;left: 0;z-index: 1;min-width: 100%;box-sizing: border-box;list-style: none;padding: 0;margin: 0;background: #fff;}
|
||||
.awesomplete > ul:empty {display: none;}
|
||||
.awesomplete > ul {border-radius: .3em;margin: .2em 0 0;background: hsla(0,0%,100%,.9);background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));border: 1px solid rgba(0,0,0,.3);box-shadow: .05em .2em .6em rgba(0,0,0,.2);text-shadow: none;}
|
||||
.awesomplete > ul {border-radius: .3em;margin: .2em 0 0;background: hsla(0,0%,100%);background: linear-gradient(to bottom right, white, hsla(0,0%,100%));border: 1px solid rgba(0,0,0,.3);box-shadow: .05em .2em .6em rgba(0,0,0,.2);text-shadow: none;}
|
||||
@supports (transform: scale(0)) {.awesomplete > ul {transition: .3s cubic-bezier(.4,.2,.5,1.4);transform-origin: 1.43em -.43em;}
|
||||
.awesomplete > ul[hidden],.awesomplete > ul:empty {opacity: 0;transform: scale(0);display: block;transition-timing-function: ease;}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user