mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-13 05:34:03 +00:00
Angleichen Rahmenfarbe Kontakte
This commit is contained in:
parent
eaea4059d0
commit
58dc5b0724
2 changed files with 8 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Dark
|
Name : Bookface Dark
|
||||||
Version : 1.0
|
Version : 1.0
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 19.01.2025
|
Created on : 19.01.2025
|
||||||
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||||
*/
|
*/
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
@ -888,7 +888,7 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
|
||||||
background-color: #252728;
|
background-color: #252728;
|
||||||
color: #b0b3b8;
|
color: #b0b3b8;
|
||||||
box-shadow: 0 0 3px #dadada;
|
box-shadow: 0 0 3px #dadada;
|
||||||
-webkit-box-shadow: 0 0 3px #2d2d2d;
|
-webkit-box-shadow: 0 0 1px #111;
|
||||||
-moz-box-shadow: 0 0 3px #dadada;
|
-moz-box-shadow: 0 0 3px #dadada;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -914,6 +914,10 @@ p.wall-item-announce,
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cboxWrapper {
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
audio, progress, video {
|
audio, progress, video {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue