aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbox.css
blob: d93895b1c8a9dd168609af41d8ceb0a537c7bfee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
QPushButton::checked
{
    border: 3px solid #2222aa;
    border-radius: 4px;
    border-image: none;
    background-color: #909090;
} 

QPushButton:pressed 
{
    border: 2px solid #000000;
}

QPushButton:flat {
    border: 1px solid #000000;
}

QPushButton:default {
    border-color: 1px solid black;
}

QPushButton {
    border: 2px solid #333333;
    color: white;
}

QFrame{
    border: 2px solid black;
    border-radius: 4px;
    padding: 2px;
    background: #aaabae;
 }