This commit is contained in:
David Rowe 2016-03-24 10:03:47 +13:00
parent 55fd861b69
commit 454ba50dc1
2 changed files with 6 additions and 5 deletions

View file

@ -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;
}

View file

@ -30,6 +30,7 @@ Window {
title: "Tools"
property string newTabSource
property alias tabView: tabView
minSize: Qt.vector2d(400, 500)
HifiConstants { id: hifi }