mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-19 06:06:50 +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 {
|
.form-control {
|
||||||
background: var(--nav-bg);
|
background: var(--nav-bg);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
border: 1px solid #5b5b5b;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -689,7 +690,7 @@ p.wall-item-announce,
|
||||||
|
|
||||||
#jot-modal-content input,
|
#jot-modal-content input,
|
||||||
#jot-modal-content .friendica-tagsinput {
|
#jot-modal-content .friendica-tagsinput {
|
||||||
background-color: var(--background-color) !important;
|
background-color: #333334 !important;
|
||||||
}
|
}
|
||||||
#jot-modal-content .fbrowser .folders button {
|
#jot-modal-content .fbrowser .folders button {
|
||||||
background-color: rgb(51, 51, 51) !important;
|
background-color: rgb(51, 51, 51) !important;
|
||||||
|
@ -935,6 +936,14 @@ audio, progress, video {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table > tbody > tr.info > td {
|
||||||
|
background-color: #1c1c1d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table > tbody > tr > td {
|
||||||
|
border-top: 1px solid #1c1c1d;
|
||||||
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
}
|
}
|
||||||
|
@ -949,6 +958,11 @@ button, input, select, textarea {
|
||||||
border-color: #333;
|
border-color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings-block {
|
||||||
|
padding: 1px 15px;
|
||||||
|
-webkit-box-shadow: 0 0 3px #252728;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 5px solid #b0b3b8;
|
border-left: 5px solid #b0b3b8;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue