source: smplayer/trunk/src/default-theme/style.qss@ 176

Last change on this file since 176 was 175, checked in by Silvan Scherrer, 9 years ago

smplayer: update vendor to version 16.4

File size: 768 bytes
Line 
1QStatusBar,
2QStatusBar QLabel {
3 background: black;
4 color: white;
5}
6
7QStatusBar::item {
8 border: none;
9}
10
11ShareButton {
12 margin: 0px;
13 padding: 1px;
14 background-color: black;
15 border: 2px solid transparent;
16 outline: none;
17}
18
19ShareButton:hover {
20 /*
21 background-color: black;
22 border: 2px solid lightblue;
23 border-radius: 6px;
24 */
25}
26
27ShareButton:pressed {
28 background-color: black;
29 border: 2px solid lightblue;
30 border-radius: 6px;
31}
32
33#support_button {
34 margin: 0px;
35 padding: 0px;
36 background-color: transparent;
37 color: white;
38 border: 2px solid transparent;
39 outline: none;
40 font-size: 12px;
41}
42
43#support_button:hover {
44 color: yellow;
45}
46
47#support_button:pressed {
48 background-color: lightblue;
49 color: black;
50 border: 2px solid lightblue;
51 border-radius: 6px;
52}
53
Note: See TracBrowser for help on using the repository browser.