1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-22 09:12:19 -05:00

[ux] remove borders, lighten colors on roster

This commit is contained in:
karolinaszczur 2013-09-23 10:24:58 +02:00
parent 176115be4e
commit 776946086d
2 changed files with 4 additions and 12 deletions

View File

@ -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

View File

@ -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 {