From 27df1f1858850b06fd8c38eb7d9f3f96e95f00a1 Mon Sep 17 00:00:00 2001 From: mrrlll Date: Sat, 2 Mar 2024 15:11:04 +0900 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E6=8E=A8=E5=A5=A8=E3=81=AE=E3=83=97?= =?UTF-8?q?=E3=83=AD=E3=83=91=E3=83=86=E3=82=A3=E3=82=92=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../context-menu/context-menu.component.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/component/context-menu/context-menu.component.css b/src/app/component/context-menu/context-menu.component.css index 726a6327..a51cfca7 100644 --- a/src/app/component/context-menu/context-menu.component.css +++ b/src/app/component/context-menu/context-menu.component.css @@ -91,11 +91,11 @@ ul > li.hasHighlight:hover { background-color: rgba(30, 30, 30, 0.8); } ul > li.has-color.hasHighlight:hover { - text-shadow: + text-shadow: 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, - 0px -1px 1px #ffffff; + 0px -1px 1px #ffffff; } .menu-title:not(.icon-menu) { @@ -109,10 +109,8 @@ td.altitude { } input.altitude { - writing-mode: bt-lr; - appearance: slider-vertical; + writing-mode: vertical-lr; width: 8px; - height: 100%; padding: 3px; } @@ -177,7 +175,7 @@ input.altitude { .color-indicator { font-size: larger; - text-shadow: + text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, @@ -196,4 +194,4 @@ input.altitude { .hotkey { float: right; font-size: smaller; -} \ No newline at end of file +}