mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 22:52:54 -04:00
attempting to fix stlysheet file
This commit is contained in:
parent
c7e4986710
commit
f12491cc89
1 changed files with 41 additions and 41 deletions
|
@ -587,6 +587,15 @@ MessageWidget QFrame#inviteFrame {
|
||||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
|
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{
|
QLabel#sharekeyinfo_label{
|
||||||
border: 1px solid #DCDC41;
|
border: 1px solid #DCDC41;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
@ -775,13 +784,42 @@ GenCertDialog QFrame#profileframe{
|
||||||
border-width: 0px;
|
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 {
|
GxsForumThreadWidget QToolButton#subscribeToolButton {
|
||||||
font: bold;
|
font: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: white;
|
color: white;
|
||||||
background: #0099cc;
|
background: #0099cc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
max-height: 27px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GxsForumThreadWidget QToolButton#subscribeToolButton:hover {
|
GxsForumThreadWidget QToolButton#subscribeToolButton:hover {
|
||||||
|
@ -803,6 +841,7 @@ GxsChannelPostsWidget QToolButton#subscribeToolButton {
|
||||||
color: white;
|
color: white;
|
||||||
background: #0099cc;
|
background: #0099cc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
max-height: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
GxsChannelPostsWidget QToolButton#subscribeToolButton:hover {
|
GxsChannelPostsWidget QToolButton#subscribeToolButton:hover {
|
||||||
|
@ -836,15 +875,6 @@ GxsChannelPostsWidget QToolButton#subscribeToolButton::menu-button {
|
||||||
image: none;
|
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 {
|
PostedItem QFrame#frame_notes {
|
||||||
background: white;
|
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 {
|
PostedItem QFrame#voteFrame {
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue