mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:03:31 +02:00
Tidying
This commit is contained in:
parent
55fd861b69
commit
454ba50dc1
2 changed files with 6 additions and 5 deletions
|
@ -180,11 +180,6 @@ textarea {
|
|||
resize: vertical;
|
||||
}
|
||||
|
||||
input {
|
||||
height: 28px;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
input::-webkit-input-placeholder {
|
||||
font-style: italic;
|
||||
}
|
||||
|
@ -215,6 +210,11 @@ input:disabled, textarea:disabled {
|
|||
color: rgb(160, 160, 160);
|
||||
}
|
||||
|
||||
input[type="text"], input[type="number"] {
|
||||
height: 28px;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@ Window {
|
|||
title: "Tools"
|
||||
property string newTabSource
|
||||
property alias tabView: tabView
|
||||
minSize: Qt.vector2d(400, 500)
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
||||
|
|
Loading…
Reference in a new issue