Changeset 181 for smplayer/trunk/src/default-theme/style.qss
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/src/default-theme/style.qss
r175 r181 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 1 17 QStatusBar, 2 18 QStatusBar QLabel { … … 7 23 QStatusBar::item { 8 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; 9 38 } 10 39
Note:
See TracChangeset
for help on using the changeset viewer.