fix better visibility on likers list

This commit is contained in:
Jakobus Schürz 2023-03-22 16:45:50 +01:00
parent 39df3c62a8
commit dbf32573d1
2 changed files with 97 additions and 95 deletions

View File

@ -43,9 +43,11 @@ i .btn-link {
color: #fff !important; color: #fff !important;
} }
/*
button .btn-link { button .btn-link {
color: #000 !important; color: #000 !important;
} }
*/
#contact-edit-actions-button, #contact-edit-actions-button,
#contact-edit-actions-button.active { #contact-edit-actions-button.active {
@ -70,7 +72,6 @@ button .btn-link {
#main-menu, #main-menu,
#nav-notifications-menu-btn, #nav-notifications-menu-btn,
button:hover{ button:hover{
//color: #fff !important;
filter: brightness(1); filter: brightness(1);
} }
button:active { button:active {
@ -80,7 +81,6 @@ button .btn-link {
} }
#contact-edit-actions-button { #contact-edit-actions-button {
//color: #fff;
filter: none !important; filter: none !important;
} }
@ -123,15 +123,17 @@ div[class*=" thread_level"] {
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
button[id^=like-] { margin-right: 5px !important;} button[id^=like-] {
margin-right: 5px !important;
}
.button, .button,
.btn { .btn {
padding: 1px; padding: 1px;
padding-inline: 22px; padding-inline: 22px;
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
background-color: $nav_bg; // background-color: $nav_bg;
filter: brightness(1.25); // filter: brightness(1.25);
} }
.wall-item-container { .wall-item-container {
margin-top: 10px; margin-top: 10px;

View File

@ -2,7 +2,7 @@
/* /*
* Name: Light * Name: Light
* Licence: AGPL * Licence: AGPL
* Author: Hypolite Petovan <hypolite@friendica.mrpetovan.com> * Author: Jakob Schürz <jakob@schuerz.at>
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, login_bg_color, contentbg_transp * Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, login_bg_color, contentbg_transp
* Accented: yes * Accented: yes
*/ */