mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05:00
Fixed stylsheet for disabled subscribe button
This commit is contained in:
parent
0f9ee609e2
commit
6042bdd575
@ -859,6 +859,13 @@ GxsChannelPostsWidget QToolButton#subscribeToolButton:pressed {
|
|||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GxsChannelPostsWidget QToolButton#subscribeToolButton:disabled {
|
||||||
|
background: gray;
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 1px solid gray;
|
||||||
|
color: lightgray;
|
||||||
|
}
|
||||||
|
|
||||||
/* only for MenuButtonPopup */
|
/* only for MenuButtonPopup */
|
||||||
GxsChannelPostsWidget QToolButton#subscribeToolButton[popupMode="1"] {
|
GxsChannelPostsWidget QToolButton#subscribeToolButton[popupMode="1"] {
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user