mirror of
https://github.com/friendica/friendica
synced 2024-12-24 01:20:16 +00:00
Merge pull request #138 from simonlnu/master
more changes in dispy-dark
This commit is contained in:
commit
cecd62373b
1 changed files with 6 additions and 0 deletions
|
@ -1490,6 +1490,8 @@ div[id$="wrapper"] br {
|
||||||
}
|
}
|
||||||
#prvmail-subject {
|
#prvmail-subject {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
color: #2e2f2e;
|
||||||
|
background: #eec;
|
||||||
}
|
}
|
||||||
#prvmail-submit-wrapper {
|
#prvmail-submit-wrapper {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
@ -1803,6 +1805,10 @@ div[id$="wrapper"] br {
|
||||||
background: #2e2f2e;
|
background: #2e2f2e;
|
||||||
color: #eec;
|
color: #eec;
|
||||||
}
|
}
|
||||||
|
#id_ssl_policy {
|
||||||
|
width: 374px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* contacts selector
|
* contacts selector
|
||||||
|
|
Loading…
Reference in a new issue