From 8b356937011bf16f256a601d915c283986c0f094 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:01:35 -0400 Subject: [PATCH] Adjust CSS for contextual menu of EntityList Adjust CSS for contextual menu of EntityList --- scripts/system/html/css/edit-style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index 70696abdab..387a9a3afe 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -1,10 +1,10 @@ /* // edit-style.css // -// Created by Ryan Huffman on 13 Nov 2014 +// Created by Ryan Huffman on November 13th, 2014 // Copyright 2014 High Fidelity, Inc. // Copyright 2020 Vircadia contributors. -// Copyright 2022 Overte e.V. +// Copyright 2022-2024 Overte e.V. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html @@ -1739,6 +1739,7 @@ input#property-scale-button-reset { display: none; position: fixed; color: #000000; + font-family: FiraSans-SemiBold; background-color: #afafaf; padding: 5px 0 5px 0; cursor: default; @@ -1758,7 +1759,7 @@ input#property-scale-button-reset { padding: 0 0; } .context-menu li.disabled { - color: #333333; + color: #777777; } .context-menu li.separator:hover, .context-menu li.disabled:hover { background-color: #afafaf;