This commit is contained in:
antil0pa 2018-05-22 22:52:11 +02:00
parent 4c88d23db5
commit be13c94e66
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ body {
#right_aside_wrapper .nav-link.active {
color: #fff;
background-color: #$link_bgcolour;
background-color: $link_bgcolour;
}
/* navbar */
@ -324,7 +324,7 @@ img.smiley {
#cloud-drag-area {
border-radius: $radius;
}
[id^="cloud-index-"]:hover td:first-child {,
[id^="cloud-index-"]:hover td:first-child {
border-radius: 0 0 0 $radius;
}