Adjust CSS for contextual menu of EntityList

Adjust CSS for contextual menu of EntityList
This commit is contained in:
Alezia Kurdis 2024-03-11 23:01:35 -04:00 committed by GitHub
parent 94a229b9e7
commit 8b35693701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
/* /*
// edit-style.css // 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 2014 High Fidelity, Inc.
// Copyright 2020 Vircadia contributors. // Copyright 2020 Vircadia contributors.
// Copyright 2022 Overte e.V. // Copyright 2022-2024 Overte e.V.
// //
// Distributed under the Apache License, Version 2.0. // Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // 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; display: none;
position: fixed; position: fixed;
color: #000000; color: #000000;
font-family: FiraSans-SemiBold;
background-color: #afafaf; background-color: #afafaf;
padding: 5px 0 5px 0; padding: 5px 0 5px 0;
cursor: default; cursor: default;
@ -1758,7 +1759,7 @@ input#property-scale-button-reset {
padding: 0 0; padding: 0 0;
} }
.context-menu li.disabled { .context-menu li.disabled {
color: #333333; color: #777777;
} }
.context-menu li.separator:hover, .context-menu li.disabled:hover { .context-menu li.separator:hover, .context-menu li.disabled:hover {
background-color: #afafaf; background-color: #afafaf;