Show More
@@ -1406,8 +1406,8 b' ul.icons-ul{list-style-type:none;text-indent:-0.7142857142857143em;margin-left:2' | |||||
1406 | .toolbar_info{float:left;} |
|
1406 | .toolbar_info{float:left;} | |
1407 | .toolbar_buttons{float:right;} |
|
1407 | .toolbar_buttons{float:right;} | |
1408 | .list_header{font-weight:bold;} |
|
1408 | .list_header{font-weight:bold;} | |
1409 |
.list_container{margin-top:16px;margin-bottom:16px;border:1px solid # |
|
1409 | .list_container{margin-top:16px;margin-bottom:16px;border:1px solid #ababab;border-radius:4px;} | |
1410 |
.list_container>div{border-bottom:1px solid # |
|
1410 | .list_container>div{border-bottom:1px solid #ababab;}.list_container>div:hover .list-item{background-color:red;} | |
1411 | .list_container>div:last-child{border:none;} |
|
1411 | .list_container>div:last-child{border:none;} | |
1412 | .list_item:hover .list_item{background-color:#ddd;} |
|
1412 | .list_item:hover .list_item{background-color:#ddd;} | |
1413 | .list_container>div>span,.list_container>div>div{padding:8px;} |
|
1413 | .list_container>div>span,.list_container>div>div{padding:8px;} |
@@ -29,12 +29,12 b'' | |||||
29 | .list_container { |
|
29 | .list_container { | |
30 | margin-top: 16px; |
|
30 | margin-top: 16px; | |
31 | margin-bottom: 16px; |
|
31 | margin-bottom: 16px; | |
32 |
border: 1px solid @border |
|
32 | border: 1px solid @border_color; | |
33 | border-radius: 4px; |
|
33 | border-radius: 4px; | |
34 | } |
|
34 | } | |
35 |
|
35 | |||
36 | .list_container > div { |
|
36 | .list_container > div { | |
37 |
border-bottom: 1px solid @border |
|
37 | border-bottom: 1px solid @border_color; | |
38 | &:hover .list-item{ |
|
38 | &:hover .list-item{ | |
39 | background-color: red; |
|
39 | background-color: red; | |
40 | }; |
|
40 | }; |
General Comments 0
You need to be logged in to leave comments.
Login now