diff options
author | 0neGal <mail@0negal.com> | 2023-07-22 02:27:45 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-07-22 02:27:45 +0200 |
commit | 1b6c60d4a84f29938c53804f97891b1ac524370d (patch) | |
tree | 4eb5a9fec61f543357670b5a04a767e5456ca48b /src | |
parent | a7debd9c3d5858b05b875e6bf2870e89fe51f115 (diff) | |
download | Viper-1b6c60d4a84f29938c53804f97891b1ac524370d.tar.gz Viper-1b6c60d4a84f29938c53804f97891b1ac524370d.zip |
minor changes to the styling
Diffstat (limited to 'src')
-rw-r--r-- | src/app/css/launcher.css | 5 | ||||
-rw-r--r-- | src/app/css/webview.css | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/app/css/launcher.css b/src/app/css/launcher.css index 9726981..58b0c18 100644 --- a/src/app/css/launcher.css +++ b/src/app/css/launcher.css @@ -46,6 +46,11 @@ transform: scale(0.9); } +.gamesContainer button.inactive:hover { + transform: scale(0.95); + filter: brightness(120%); +} + .gamesContainer button::before { content: ""; display: block; diff --git a/src/app/css/webview.css b/src/app/css/webview.css index 982ebfc..b6a536d 100644 --- a/src/app/css/webview.css +++ b/src/app/css/webview.css @@ -4,7 +4,11 @@ body { background-color: transparent !important; } +.footer, #ncmp_tool, +.bottom-ads, +.ncmp__banner, +#get-app-alert, .navbar, .bottom-padding, .card-header, .breadcrumb, .list-group, .mb-4, .my-2, .mt-2, |