mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-21 08:06:49 +00:00
Auswahl Linkfarbe Schema deaktiviert
This commit is contained in:
parent
ba3034dfc1
commit
13c298e690
3 changed files with 14 additions and 8 deletions
|
@ -1072,6 +1072,10 @@ code {
|
||||||
background-color: #1f91ca;
|
background-color: #1f91ca;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group.field.input.color {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
|
|
|
@ -995,6 +995,10 @@ p.wall-item-announce,
|
||||||
background-color: #1f91ca;
|
background-color: #1f91ca;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group.field.input.color {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
audio, progress, video {
|
audio, progress, video {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -31,5 +31,3 @@ $menu_background_hover_color = '#8080801a'; // rgba(128,128,128,.1)
|
||||||
$font_color = '#313131';
|
$font_color = '#313131';
|
||||||
$font_color_darker = '#333';
|
$font_color_darker = '#333';
|
||||||
$border_color = '#eee';
|
$border_color = '#eee';
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue