mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-15 09:34:02 +00:00
Angleichen Rahmenfarbe Kontakte
This commit is contained in:
parent
eaea4059d0
commit
58dc5b0724
2 changed files with 8 additions and 4 deletions
|
@ -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