mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-13 00:54: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
|
||||
Version : 1.0
|
||||
Licence : AGPL
|
||||
Created on : 19.01.2025
|
||||
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||
Licence : AGPL
|
||||
Created on : 19.01.2025
|
||||
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||
*/
|
||||
|
||||
:root {
|
||||
|
@ -888,7 +888,7 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
|
|||
background-color: #252728;
|
||||
color: #b0b3b8;
|
||||
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;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
|
|
@ -914,6 +914,10 @@ p.wall-item-announce,
|
|||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#cboxWrapper {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
audio, progress, video {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue