diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index c85128bf8..4dd6028d2 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -587,6 +587,15 @@ MessageWidget QFrame#inviteFrame { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2); } +/* Posted Links */ + +PostedCreatePostDialog QLabel#info_label { + border: 1px solid #DCDC41; + border-radius: 6px; + background: #FFFFD7; + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2); +} + QLabel#sharekeyinfo_label{ border: 1px solid #DCDC41; border-radius: 6px; @@ -775,13 +784,42 @@ GenCertDialog QFrame#profileframe{ border-width: 0px; } +PostedListWidget QComboBox#comboBox { + font: bold; + font-size: 15px; + color: #0099cc; +} + +PostedListWidget QToolButton#submitPostButton { + font: bold; + font-size: 15px; +} + +PostedListWidget QToolButton#subscribeToolButton { + font: bold; + font-size: 15px; + color: white; + background: #0099cc; + border-radius: 4px; + max-height: 27px; +} + +PostedListWidget QToolButton#subscribeToolButton:hover { + background: #03b1f3; + border-radius: 4px; +} + +PostedListWidget QFrame#headerFrame { + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8); + border: 1px solid #CCCCCC; +} + GxsForumThreadWidget QToolButton#subscribeToolButton { font: bold; font-size: 14px; color: white; background: #0099cc; border-radius: 4px; - max-height: 27px; } GxsForumThreadWidget QToolButton#subscribeToolButton:hover { @@ -803,6 +841,7 @@ GxsChannelPostsWidget QToolButton#subscribeToolButton { color: white; background: #0099cc; border-radius: 4px; + max-height: 27px; } GxsChannelPostsWidget QToolButton#subscribeToolButton:hover { @@ -836,15 +875,6 @@ GxsChannelPostsWidget QToolButton#subscribeToolButton::menu-button { image: none; } -/* Posted Links */ - -PostedCreatePostDialog QLabel#info_label { - border: 1px solid #DCDC41; - border-radius: 6px; - background: #FFFFD7; - background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2); -} - PostedItem QFrame#frame_notes { background: white; } @@ -853,36 +883,6 @@ PostedItem QLabel#notes { } -PostedListWidget QComboBox#comboBox { - font: bold; - font-size: 15px; - color: #0099cc; -} - -PostedListWidget QToolButton#submitPostButton { - font: bold; - font-size: 15px; -} - -PostedListWidget QToolButton#subscribeToolButton { - font: bold; - font-size: 15px; - color: white; - background: #0099cc; - border-radius: 4px; - max-height: 27px; -} - -PostedListWidget QToolButton#subscribeToolButton:hover { - background: #03b1f3; - border-radius: 4px; -} - -PostedListWidget QFrame#headerFrame { - background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8); - border: 1px solid #CCCCCC; -} - PostedItem QFrame#voteFrame { background: #f8f9fa; } @@ -909,4 +909,4 @@ PostedItem QToolButton#commentButton, QPushButton#shareButton, QToolButton#notes color: #878a8c; font-weight: bold; -} +} \ No newline at end of file