mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-02-16 15:10:11 -05:00
[ux] remove borders, lighten colors on roster
This commit is contained in:
parent
176115be4e
commit
776946086d
@ -14,9 +14,6 @@
|
|||||||
webkit-transition-fix()
|
webkit-transition-fix()
|
||||||
noselect()
|
noselect()
|
||||||
|
|
||||||
.main li a, h1, #roster li
|
|
||||||
border-bottom: 1px solid #1a2e35
|
|
||||||
|
|
||||||
.main
|
.main
|
||||||
li
|
li
|
||||||
list-style-type: none
|
list-style-type: none
|
||||||
@ -46,7 +43,7 @@
|
|||||||
h1
|
h1
|
||||||
font-size: $fontSmall
|
font-size: $fontSmall
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: 5px 15px
|
padding: 20px 15px 10px 15px
|
||||||
color: white
|
color: white
|
||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
|
|
||||||
@ -66,7 +63,7 @@
|
|||||||
-moz-transition: all .3s ease-in 0
|
-moz-transition: all .3s ease-in 0
|
||||||
|
|
||||||
&:nth-child(2n)
|
&:nth-child(2n)
|
||||||
background: lighten($sidebarBg, 5%)
|
background: lighten($sidebarBg, 4%)
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background: $activeBlue
|
background: $activeBlue
|
||||||
|
@ -263,11 +263,6 @@ td {
|
|||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
#menu .main li a,
|
|
||||||
#menu h1,
|
|
||||||
#menu #roster li {
|
|
||||||
border-bottom: 1px solid #1a2e35;
|
|
||||||
}
|
|
||||||
#menu .main li {
|
#menu .main li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
@ -295,7 +290,7 @@ td {
|
|||||||
#menu h1 {
|
#menu h1 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px 15px;
|
padding: 20px 15px 10px 15px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@ -318,7 +313,7 @@ td {
|
|||||||
}
|
}
|
||||||
#roster li:nth-child(2n),
|
#roster li:nth-child(2n),
|
||||||
#bookmarks li:nth-child(2n) {
|
#bookmarks li:nth-child(2n) {
|
||||||
background: #132126;
|
background: #111e23;
|
||||||
}
|
}
|
||||||
#roster li:hover,
|
#roster li:hover,
|
||||||
#bookmarks li:hover {
|
#bookmarks li:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user