Skip to content

Commit

Permalink
look WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
meeloo committed Jul 1, 2013
1 parent ae80ff3 commit 7aa08d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/css/HomeView.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
+nuiScrollView
{
Borders: 12;
Decoration: WhiteBackground;
Decoration: WhiteBackgroundStroke;
Layout = [left, inspector] / [apps, bottom];
+nuiList AppList
{
Expand Down
10 changes: 10 additions & 0 deletions resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
FillColor: rgb(255, 255, 255);
}

@nuiColorDecoration WhiteBackgroundStroke
{
ShapeMode: StrokeAndFill;
FillColor: rgb(255, 255, 255);
StrokeColor: rgb(0, 0, 0);
StrokeSize: 0.5;
ClientRect: "{1 1 1 1}";
}


+nuiLabel Label { Font: Default; }

#include "HomeView.css"
Expand Down

0 comments on commit 7aa08d6

Please sign in to comment.