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