forked from friendica/themes-community
fix some view-drawbacks
update README
This commit is contained in:
parent
dbf32573d1
commit
d76659ff5a
2 changed files with 9 additions and 5 deletions
|
|
@ -121,6 +121,12 @@ div[class*=" thread_level"] {
|
|||
margin-left: 3px !important;
|
||||
}
|
||||
|
||||
.dropdown-toggle.active,
|
||||
.button-likes.active,
|
||||
.button-event.active,
|
||||
.button-announces.active {
|
||||
color: var(--active_btn_color) !important;
|
||||
}
|
||||
@media screen and (max-width: 767px) {
|
||||
|
||||
button[id^=like-] {
|
||||
|
|
@ -146,13 +152,9 @@ div[class*=" thread_level"] {
|
|||
.wall-item-name-link {
|
||||
word-wrap: anywhere !important;
|
||||
}
|
||||
.dropdown-toggle.active,
|
||||
.button-likes.active,
|
||||
.button-announces.active {
|
||||
color: var(--active_btn_color) !important;
|
||||
}
|
||||
.dropdown-toggle,
|
||||
.button-likes,
|
||||
.button-event,
|
||||
.button-announces {
|
||||
color: #000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue