forked from GNUsocial/gnu-social
M
This commit is contained in:
parent
1a0719ae6c
commit
cf7908a971
@ -968,7 +968,8 @@ list-style-type:none;
|
|||||||
float:left;
|
float:left;
|
||||||
margin-left:7px;
|
margin-left:7px;
|
||||||
padding-left:7px;
|
padding-left:7px;
|
||||||
border-left:1px solid #ddd;
|
border-left-width:1px;
|
||||||
|
border-left-style:solid;
|
||||||
}
|
}
|
||||||
#filter_tags ul li.child_1 {
|
#filter_tags ul li.child_1 {
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
|
@ -30,6 +30,9 @@ input, textarea, select,
|
|||||||
.entity_remote_subscribe {
|
.entity_remote_subscribe {
|
||||||
border-color:#aaa;
|
border-color:#aaa;
|
||||||
}
|
}
|
||||||
|
#filter_tags ul li {
|
||||||
|
border-color:#97BFD1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
input.submit,
|
input.submit,
|
||||||
|
@ -30,6 +30,9 @@ input, textarea, select,
|
|||||||
.entity_remote_subscribe {
|
.entity_remote_subscribe {
|
||||||
border-color:#aaa;
|
border-color:#aaa;
|
||||||
}
|
}
|
||||||
|
#filter_tags ul li {
|
||||||
|
border-color:#ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
input.submit,
|
input.submit,
|
||||||
|
Loading…
Reference in New Issue
Block a user