|
Last change
on this file since 185 was 181, checked in by Silvan Scherrer, 9 years ago |
|
smplayer: update trunk to version 16.8.0
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | #panel {
|
|---|
| 3 | background-color: black;
|
|---|
| 4 | }
|
|---|
| 5 |
|
|---|
| 6 | MplayerWindow, MplayerLayer, #mplayerwindowlogo {
|
|---|
| 7 | background-color: transparent;
|
|---|
| 8 | }
|
|---|
| 9 | */
|
|---|
| 10 |
|
|---|
| 11 | QLabel#floating_control_time {
|
|---|
| 12 | background-color: black;
|
|---|
| 13 | color: white;
|
|---|
| 14 | }
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | QStatusBar,
|
|---|
| 18 | QStatusBar QLabel {
|
|---|
| 19 | background: black;
|
|---|
| 20 | color: white;
|
|---|
| 21 | }
|
|---|
| 22 |
|
|---|
| 23 | QStatusBar::item {
|
|---|
| 24 | border: none;
|
|---|
| 25 | }
|
|---|
| 26 |
|
|---|
| 27 | QToolTip {
|
|---|
| 28 | background-color: lightyellow;
|
|---|
| 29 | color: black;
|
|---|
| 30 | padding: 0px;
|
|---|
| 31 | margin: 0px;
|
|---|
| 32 | /*
|
|---|
| 33 | border: 1px solid silver;
|
|---|
| 34 | border-radius: 2px;
|
|---|
| 35 | font-size: 14px;
|
|---|
| 36 | */
|
|---|
| 37 | border: 0px;
|
|---|
| 38 | }
|
|---|
| 39 |
|
|---|
| 40 | ShareButton {
|
|---|
| 41 | margin: 0px;
|
|---|
| 42 | padding: 1px;
|
|---|
| 43 | background-color: black;
|
|---|
| 44 | border: 2px solid transparent;
|
|---|
| 45 | outline: none;
|
|---|
| 46 | }
|
|---|
| 47 |
|
|---|
| 48 | ShareButton:hover {
|
|---|
| 49 | /*
|
|---|
| 50 | background-color: black;
|
|---|
| 51 | border: 2px solid lightblue;
|
|---|
| 52 | border-radius: 6px;
|
|---|
| 53 | */
|
|---|
| 54 | }
|
|---|
| 55 |
|
|---|
| 56 | ShareButton:pressed {
|
|---|
| 57 | background-color: black;
|
|---|
| 58 | border: 2px solid lightblue;
|
|---|
| 59 | border-radius: 6px;
|
|---|
| 60 | }
|
|---|
| 61 |
|
|---|
| 62 | #support_button {
|
|---|
| 63 | margin: 0px;
|
|---|
| 64 | padding: 0px;
|
|---|
| 65 | background-color: transparent;
|
|---|
| 66 | color: white;
|
|---|
| 67 | border: 2px solid transparent;
|
|---|
| 68 | outline: none;
|
|---|
| 69 | font-size: 12px;
|
|---|
| 70 | }
|
|---|
| 71 |
|
|---|
| 72 | #support_button:hover {
|
|---|
| 73 | color: yellow;
|
|---|
| 74 | }
|
|---|
| 75 |
|
|---|
| 76 | #support_button:pressed {
|
|---|
| 77 | background-color: lightblue;
|
|---|
| 78 | color: black;
|
|---|
| 79 | border: 2px solid lightblue;
|
|---|
| 80 | border-radius: 6px;
|
|---|
| 81 | }
|
|---|
| 82 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.