forked from friendica/themes-community
Compare commits
2 commits
cbacab832e
...
b95928667c
Author | SHA1 | Date | |
---|---|---|---|
aaron | b95928667c | ||
dbf32573d1 |
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue