mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-08 14:22:31 -04:00
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:
parent
b8cee76fa5
commit
bcb76154f7
5 changed files with 32 additions and 39 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue