mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 14:53:00 +02:00
Tools Tab html/css adjustments
Tools Tab html/css adjustments
This commit is contained in:
parent
3bc04c9c06
commit
7734357398
1 changed files with 48 additions and 13 deletions
|
@ -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
|
||||
|
@ -701,6 +701,17 @@ div.section-header, hr {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
div.simpleSeparator {
|
||||
width: 97%;
|
||||
height: 2px;
|
||||
border: 0px;
|
||||
margin-top: 4px;
|
||||
margin-right: 8px;
|
||||
margin-left: 8px;
|
||||
margin-bottom: 4px;
|
||||
background-color: #777777;
|
||||
}
|
||||
|
||||
.section.minor {
|
||||
margin: 0 21px;
|
||||
box-shadow: 1px -1px 0 rgb(37,37,37);
|
||||
|
@ -1304,6 +1315,26 @@ div#grid-section, body#entity-list-body {
|
|||
margin: 0px 8px 8px 8px;
|
||||
}
|
||||
|
||||
#voxels-section {
|
||||
padding-bottom: 0px;
|
||||
margin: 8px 8px 8px 8px;
|
||||
}
|
||||
|
||||
#mode-section {
|
||||
padding: 3px;
|
||||
height: 28px;
|
||||
margin: 8px 8px 8px 8px;
|
||||
color: #000000;
|
||||
background-color: #999999;
|
||||
font-family: Raleway-Bold;
|
||||
font-size: 16px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#creationModeLabel {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
|
||||
#entity-list-header {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
@ -1433,6 +1464,11 @@ input[type=button].entity-list-menutitle {
|
|||
background: linear-gradient(#343434 30%, #000 100%);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#voxel-edit-mode {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
input[type=button].entity-list-menutitle:enabled:hover {
|
||||
background: linear-gradient(#000, #000);
|
||||
border: none;
|
||||
|
@ -2082,10 +2118,10 @@ div.entity-list-menu {
|
|||
div.tools-select-menu {
|
||||
position: relative;
|
||||
display: none;
|
||||
width: 370px;
|
||||
width: 200px;
|
||||
height: 0px;
|
||||
top: 0px;
|
||||
left: 8px;
|
||||
top: -16px;
|
||||
left: 124px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-style: solid;
|
||||
|
@ -2097,20 +2133,19 @@ div.tools-select-menu {
|
|||
}
|
||||
|
||||
div.tools-help-popup {
|
||||
font-family: FiraSans-SemiBold;
|
||||
font-size: 15px;
|
||||
font-family: Raleway-SemiBold;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
display: none;
|
||||
width: 690px;
|
||||
width: 96%;
|
||||
padding: 5px;
|
||||
height: auto;
|
||||
top: 0px;
|
||||
top: -16px;
|
||||
left: 8px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-style: solid;
|
||||
border-color: #505050;
|
||||
border-width: 1px;
|
||||
background-color: #404040;
|
||||
border: 2px solid #c0c0c0;
|
||||
background-color: #333333;
|
||||
z-index: 2;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue