diff options
author | 0neGal <mail@0negal.com> | 2021-12-31 15:41:51 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-31 15:41:51 +0100 |
commit | c5c63d6c8a81596d0dcf3e14e072ea14f4d0610c (patch) | |
tree | 1088a4af21b4c5be05874b313827b5d5d17f89e4 /src/app/main.css | |
parent | 285421f2e8847d412871c3a08f2dad137300a55c (diff) | |
download | Viper-c5c63d6c8a81596d0dcf3e14e072ea14f4d0610c.tar.gz Viper-c5c63d6c8a81596d0dcf3e14e072ea14f4d0610c.zip |
added remove and toggle mod/all mods
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/main.css b/src/app/main.css index 08c82fa..929483a 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -77,8 +77,9 @@ button:active { } -#update, #installmod {background: #81A1C1} #setpath {background: #5E81AC} #vanilla, #exit {background: #656E7F} +#update, #installmod {background: #81A1C1} +#togglemod, #toggleall {background: #ECD19A} #northstar, #removeall, #removemod {background: #C7777F} button:disabled {background: var(--disabled) !important; opacity: 0.5} |