From a20eff92f08d2ec94bd1d963d6e138ee8f00fea1 Mon Sep 17 00:00:00 2001 From: Cohee Date: Wed, 12 Jul 2023 17:25:59 +0300 Subject: [PATCH] Format styles --- public/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 8c46448c5..a677a6739 100644 --- a/public/style.css +++ b/public/style.css @@ -85,7 +85,7 @@ body { padding: 0; width: 100%; /*fallback for JS load*/ - height: 100vh; + height: 100vh; height: 100svh; /*defaults as 100%, then reassigned via JS as pixels, will work on PC and Android*/ height: calc(var(--doc-height) - 1px); @@ -1901,7 +1901,8 @@ grammarly-extension { aspect-ratio: 1 / 1; } -.menu_button:hover, .menu_button.active { +.menu_button:hover, +.menu_button.active { background-color: var(--white30a); } @@ -3807,6 +3808,7 @@ label[for="extensions_autoconnect"] { .extensions_info .toggle_enable { color: lightgreen; } + .extensions_info .toggle_disable { color: rgb(238, 144, 144); } @@ -3814,9 +3816,11 @@ label[for="extensions_autoconnect"] { .extensions_info .extension_enabled { color: green; } + .extensions_info .extension_disabled { color: lightgray; } + .extensions_info .extension_missing { color: gray; }