home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
TeamSpeak
/
TeamSpeak3-Client-win32-3.0.0.exe
/
styles
/
default.qss
< prev
Wrap
Text File
|
2011-02-21
|
1KB
|
51 lines
/*
* TeamSpeak 3 Default Qt StyleSheet
*
* Copyright (c) 2009-2011 TeamSpeak Systems GmbH
*/
QStatusBar QLabel {
padding: 0px 3px;
border: 0px;
}
QTextEdit#InfoFrame {
background-color: #ffffff;
background-image: url('styles:default/logo-128x128.png');
background-repeat: none;
background-position: top right;
background-attachment: fixed;
}
QTextEdit#ChatTab {
background-color: #ffffff;
background-image: url('styles:default/chatlog-128x96.png');
background-repeat: none;
background-position: bottom right;
background-attachment: fixed;
}
QListWidget#localIconsListWidget::item:selected, QListWidget#remoteIconsListWidget::item:selected {
border: 1px solid darkGray;
}
QTreeView#ServerTreeView {
alternate-background-color: transparent;
}
QLabel#OptionsHeadlineTitleLabel {
color: white;
font-weight: bold;
}
QLabel#OptionsHeadlineDescriptionLabel {
color: white;
}
QToolButton#newBookmarkButton, QToolButton#newBookmarkFolderButton, QToolButton#removeBookmarkButton {
color: white;
}
QToolButton#newBookmarkButton:hover, QToolButton#newBookmarkFolderButton:hover, QToolButton#removeBookmarkButton:hover {
color: black;
}