mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -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;
|
||||
}
|
||||
|
||||
GxsChannelPostsWidget QToolButton#subscribeToolButton:disabled {
|
||||
background: gray;
|
||||
border-radius: 4px;
|
||||
border: 1px solid gray;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
/* only for MenuButtonPopup */
|
||||
GxsChannelPostsWidget QToolButton#subscribeToolButton[popupMode="1"] {
|
||||
padding-right: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user