mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-15 09:34:02 +00:00
Farben im Adminbereich angepasst.
This commit is contained in:
parent
ad13232365
commit
5987e2e4ac
1 changed files with 15 additions and 1 deletions
|
@ -127,6 +127,7 @@ ul.tabs li:hover:not(.active) a {
|
|||
.form-control {
|
||||
background: var(--nav-bg);
|
||||
color: #fff;
|
||||
border: 1px solid #5b5b5b;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
@ -689,7 +690,7 @@ p.wall-item-announce,
|
|||
|
||||
#jot-modal-content input,
|
||||
#jot-modal-content .friendica-tagsinput {
|
||||
background-color: var(--background-color) !important;
|
||||
background-color: #333334 !important;
|
||||
}
|
||||
#jot-modal-content .fbrowser .folders button {
|
||||
background-color: rgb(51, 51, 51) !important;
|
||||
|
@ -935,6 +936,14 @@ audio, progress, video {
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.table > tbody > tr.info > td {
|
||||
background-color: #1c1c1d;
|
||||
}
|
||||
|
||||
.table > tbody > tr > td {
|
||||
border-top: 1px solid #1c1c1d;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
background-color: #333;
|
||||
}
|
||||
|
@ -949,6 +958,11 @@ button, input, select, textarea {
|
|||
border-color: #333;
|
||||
}
|
||||
|
||||
.settings-block {
|
||||
padding: 1px 15px;
|
||||
-webkit-box-shadow: 0 0 3px #252728;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 5px solid #b0b3b8;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue