diff options
author | 0neGal <mail@0negal.com> | 2023-02-01 16:45:37 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-02-01 17:13:10 +0100 |
commit | 4703574ebf54e269c19a0c4c8a5061e35b9727c6 (patch) | |
tree | 8340d8b22e686754ef6807d85eb9b21468824f00 /src/app/css | |
parent | ff85ee5136d535a45ce87fa1d34b18eee24f09a2 (diff) | |
download | Viper-4703574ebf54e269c19a0c4c8a5061e35b9727c6.tar.gz Viper-4703574ebf54e269c19a0c4c8a5061e35b9727c6.zip |
added update button to modlist
I also made mods with updates be placed in the top of the modlist.
Diffstat (limited to 'src/app/css')
-rw-r--r-- | src/app/css/grid.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/css/grid.css b/src/app/css/grid.css index 6622762..cf86660 100644 --- a/src/app/css/grid.css +++ b/src/app/css/grid.css @@ -15,6 +15,13 @@ transition: 0.15s ease-in-out; } +.grid .el.no-animation, +.popup .misc.no-animation, +.popup .loading.no-animation { + opacity: 1.0; + animation-name: none; +} + .grid .el, .popup #search, .popup #close, .popup .misc button, .option .actions select, .option .actions input { |