mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-13 07:41:33 +02:00
feat(about): client black list item css
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
.black-list {
|
||||
.black-item {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
border: solid 1px #333;
|
||||
border-radius: 4px;
|
||||
@@ -17,7 +18,16 @@
|
||||
color: #ddd;
|
||||
}
|
||||
span {
|
||||
color: #999;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
h4 {
|
||||
color: #fff;
|
||||
}
|
||||
.black-icon {
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user