/usr/share/qchat/stylesheets/test.qss is in qchat 0.3-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | QComboBox:disabled {color: black}
QPushButton
{
background-color: rgb(128, 224, 96);
border-style: outset;
border-width: 2px;
border-radius: 10px;
border-color: beige;
padding: 2px;
}
QPushButton:pressed
{
background-color: #d0e0f0;
border-style: inset;
border-radius: 15px;
}
ColorLabel:pressed
{
background-color: rgb(224, 0, 0);
border-style: inset;
border-color: gray;
border-radius: 8px;
}
ColorLabel
{
border-style: ridge;
border-width: 3px;
border-radius: 8px;
border-color: gray;
padding: 1px;
max-height: 20px;
min-height: 20px;
}
PixLabel
{
border-style: ridge;
border-width: 3px;
border-radius: 8px;
border-color: gray;
padding: 1px;
}
QTextEdit
{
background-color: rgb(224, 223, 142);
border-style: outset;
border-width: 2px;
border-radius: 10px;
border-color: orange;
padding: 2px;
}
UsersListWgt, QTableView
{
background-color: rgb(224, 223, 142);
border-style: outset;
border-width: 2px;
border-radius: 10px;
border-color: orange;
padding: 5px;
}
|