271121 Visibility Icon
This commit is contained in:
@ -363,6 +363,10 @@ input[type="checkbox"]:checked+label {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.notif .post_buttons {
|
||||
color: black;
|
||||
background-color:#efd7f3;
|
||||
|
||||
@ -301,6 +301,10 @@ input[type="submit"] {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #0b82d2;
|
||||
}
|
||||
|
||||
@ -285,6 +285,10 @@ input[type="submit"] {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #425f99;
|
||||
}
|
||||
|
||||
@ -390,6 +390,10 @@ input[type="submit"] {
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.notif .post_buttons {
|
||||
color: black;
|
||||
background-color:#b8b8b8;
|
||||
|
||||
@ -275,6 +275,10 @@ input[type="submit"] {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #425f99;
|
||||
}
|
||||
|
||||
@ -323,6 +323,10 @@ input[type="submit"] {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #404040;
|
||||
}
|
||||
|
||||
@ -339,6 +339,10 @@ input[type="submit"]:hover {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #425f99;
|
||||
}
|
||||
|
||||
@ -392,6 +392,10 @@ button,.postform input[type="submit"],.reply input[type="submit"] {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post .post_buttons a{
|
||||
color:white;
|
||||
}
|
||||
|
||||
@ -106,6 +106,10 @@ input[type="text"]{
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.unlisted::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
@ -119,6 +119,10 @@ input[type="checkbox"]:checked+label {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.side_element li:hover {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
@ -247,6 +247,10 @@ textarea,input[type="text"]{
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.polloption{
|
||||
display:block;
|
||||
margin:5px;
|
||||
|
||||
@ -406,6 +406,10 @@ button,.postform input[type="submit"],.reply input[type="submit"] {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.notif .post_buttons {
|
||||
background-color:white;
|
||||
border: 1px solid #999999 !important;
|
||||
|
||||
@ -399,6 +399,10 @@ input[type="submit"] {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.sensitive::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post_footer .post_buttons a, .post_footer span{
|
||||
color: #042eb8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user