2011-09-17 16:03:56 +02:00
|
|
|
#search, QToolButton {
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 7.5pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search:disabled {
|
|
|
|
color: rgba(255, 255, 255, 75%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#search {
|
2011-10-01 22:22:01 +02:00
|
|
|
border: 1px groove rgb(100, 100, 100);
|
2011-09-17 16:03:56 +02:00
|
|
|
border-radius: 4px 4px;
|
2011-10-01 22:22:01 +02:00
|
|
|
background-color: rgba(0, 0, 0, 20%);
|
2011-09-17 16:03:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton {
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgba(255, 255, 255, 50%);
|
2011-10-01 22:22:01 +02:00
|
|
|
border-radius: 3px;
|
2011-09-17 16:03:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
2011-10-01 22:22:01 +02:00
|
|
|
background-color: rgb(64, 64, 64);
|
|
|
|
border: 1px solid rgba(255, 255, 255, 20%);
|
2011-09-17 16:03:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
2011-10-01 22:22:01 +02:00
|
|
|
background-color: rgb(64, 64, 64);
|
|
|
|
border: 1px solid rgba(255, 255, 255, 50%);
|
2011-09-17 16:03:56 +02:00
|
|
|
}
|