summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/resources/formeditorstylesheet.css
blob: 60ce42884744b0c4d55ed1db59457a506fbef516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

QLabel {
    border: none;
    border-image: none;
    padding: 0;
    background: none;
    color: #E1E1E1;
}

QStackedWidget {
    border: 0px;
    background-color: #4e4e4e;
}

QGraphicsView {
    padding: 2px;
    border: 0px;
    background-color: #4e4e4e;
}

QGraphicsView:focus {
    background-color: #5f5f5f;
}