Fixed height of the search input field when using no stylesheet.

Changed the colors of the feed items. It was too bright.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5533 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-09-09 23:17:47 +00:00
parent b8cee76fa5
commit bcb76154f7
5 changed files with 32 additions and 39 deletions

View File

@ -198,18 +198,6 @@
</item>
<item row="0" column="1">
<widget class="LineEditClear" name="lineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>16</height>
</size>
</property>
<property name="toolTip">
<string>Enter a keyword here (at least 3 char long)</string>
</property>

View File

@ -28,9 +28,9 @@
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>62</red>
<green>179</green>
<blue>254</blue>
<red>48</red>
<green>162</green>
<blue>240</blue>
</color>
</brush>
</colorrole>
@ -39,9 +39,9 @@
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>62</red>
<green>179</green>
<blue>254</blue>
<red>48</red>
<green>162</green>
<blue>240</blue>
</color>
</brush>
</colorrole>
@ -50,9 +50,9 @@
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>62</red>
<green>179</green>
<blue>254</blue>
<red>48</red>
<green>162</green>
<blue>240</blue>
</color>
</brush>
</colorrole>

View File

@ -28,9 +28,9 @@
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>255</green>
<blue>127</blue>
<red>143</red>
<green>188</green>
<blue>88</blue>
</color>
</brush>
</colorrole>
@ -39,9 +39,9 @@
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>255</green>
<blue>127</blue>
<red>143</red>
<green>188</green>
<blue>88</blue>
</color>
</brush>
</colorrole>
@ -50,9 +50,9 @@
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>255</green>
<blue>127</blue>
<red>143</red>
<green>188</green>
<blue>88</blue>
</color>
</brush>
</colorrole>

View File

@ -28,9 +28,9 @@
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>170</green>
<blue>127</blue>
<red>207</red>
<green>150</green>
<blue>103</blue>
</color>
</brush>
</colorrole>
@ -39,9 +39,9 @@
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>170</green>
<blue>127</blue>
<red>207</red>
<green>150</green>
<blue>103</blue>
</color>
</brush>
</colorrole>
@ -50,9 +50,9 @@
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>170</green>
<blue>127</blue>
<red>207</red>
<green>150</green>
<blue>103</blue>
</color>
</brush>
</colorrole>

View File

@ -348,6 +348,11 @@ SecurityItem > QFrame#frame {
border-radius: 10px;
}
SecurityItem QWidget#avatar {
border: 2px solid red;
background-color: #FDBF7D;
}
SecurityItem QLabel#peerNameLabel, SecurityItem QLabel#requestLabel {
color: #990033
}