From 776946086d7624dd05b736fff9b8e9d2ac05869e Mon Sep 17 00:00:00 2001 From: karolinaszczur Date: Mon, 23 Sep 2013 10:24:58 +0200 Subject: [PATCH] [ux] remove borders, lighten colors on roster --- public/css/app/roster.styl | 7 ++----- public/css/otalk.css | 9 ++------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/public/css/app/roster.styl b/public/css/app/roster.styl index 315b21a..220ee95 100644 --- a/public/css/app/roster.styl +++ b/public/css/app/roster.styl @@ -14,9 +14,6 @@ webkit-transition-fix() noselect() - .main li a, h1, #roster li - border-bottom: 1px solid #1a2e35 - .main li list-style-type: none @@ -46,7 +43,7 @@ h1 font-size: $fontSmall margin: 0 - padding: 5px 15px + padding: 20px 15px 10px 15px color: white text-transform: uppercase @@ -66,7 +63,7 @@ -moz-transition: all .3s ease-in 0 &:nth-child(2n) - background: lighten($sidebarBg, 5%) + background: lighten($sidebarBg, 4%) &:hover background: $activeBlue diff --git a/public/css/otalk.css b/public/css/otalk.css index 8487370..caf1125 100644 --- a/public/css/otalk.css +++ b/public/css/otalk.css @@ -263,11 +263,6 @@ td { -ms-user-select: none; user-select: none; } -#menu .main li a, -#menu h1, -#menu #roster li { - border-bottom: 1px solid #1a2e35; -} #menu .main li { list-style-type: none; line-height: 12px; @@ -295,7 +290,7 @@ td { #menu h1 { font-size: 12px; margin: 0; - padding: 5px 15px; + padding: 20px 15px 10px 15px; color: #fff; text-transform: uppercase; } @@ -318,7 +313,7 @@ td { } #roster li:nth-child(2n), #bookmarks li:nth-child(2n) { - background: #132126; + background: #111e23; } #roster li:hover, #bookmarks li:hover {