forked from haiwen/seafile-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqt-mac.css
More file actions
47 lines (38 loc) · 719 Bytes
/
qt-mac.css
File metadata and controls
47 lines (38 loc) · 719 Bytes
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
QToolButton#mDownloadTasksBtn,
QToolButton#mServerStatusBtn
{
border-style:flat;
}
/* QToolButton:hover */
/* { */
/* border: 1px solid #ccc; */
/* border-radius: 4px; */
/* background-color: rgb(255,255,255); */
/* } */
/*
DownloadRepoDialog {
min-height: 400px;
max-height: 400px;
}
*/
QToolButton#mAccountBtn
{
margin-right: 0px;
}
QFrame#mFrame
{
border: 0;
}
FileBrowserDialog QToolBar QToolButton#backwardButton {
margin-right: 0px;
}
FileBrowserDialog QToolBar QToolButton#forwardButton {
margin-left: 0px;
}
SyncErrorsDialog QWidget#mainWidget {
border : 0;
border-radius: 0px;
}
QMessageBox {
messagebox-text-interaction-flags: NoTextInteraction;
}