Files
o3de/Code/Editor/Style/EditorPreferencesDialog.qss
T
Steve Pham 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213)
* Updated all copyright headers to split the longer original copyright line into 2 shorter lines

Signed-off-by: Steve Pham <spham@amazon.com>
2021-07-16 15:25:48 -07:00

63 lines
1.4 KiB
Plaintext

/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
QWidget#EditorPreferencesDialog
{
margin: 0px;
padding: -4px -5px -4px -5px;
background-color: #444444;
border-color: transparent;
}
QWidget#EditorPreferencesDialog QTreeWidget#pageTree
{
font-size: 11px;
border: 1px solid #111111;
background-color: #333333;
margin: 0px;
}
QWidget#EditorPreferencesDialog QTreeWidget#pageTree::item
{
margin-top: 3px;
margin-bottom: 2px;
}
QWidget#EditorPreferencesDialog AzToolsFramework--ReflectedPropertyEditor#propertyEditor
{
background-color: #222222;
border: 1px solid #111111;
margin: 0px 2px 0px 5px
}
AzToolsFramework--PropertyRowWidget QLabel#Name
{
color: #eeeeee;
padding: 0 0 0 5px;
}
AzToolsFramework--PropertyRowWidget[HasParent="false"] QLabel#Name
{
font-weight: bold;
padding: 0 0 0 5;
color: white;
}
#EditorPreferencesDialog AzToolsFramework--PropertyRowWidget[isTopLevel="true"][hasChildRows="true"]
{
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 4px 0 6px;
margin-bottom: 4px;
}
#EditorPreferencesDialog AzToolsFramework--PropertyRowWidget[isTopLevel="true"][hasChildRows="true"] QLabel#Name
{
font-weight: bold;
}