Merge https://github.com/friendica/friendica into pull
This commit is contained in:
commit
64fc1318c6
|
@ -113,7 +113,7 @@ input#acl-search {
|
|||
|
||||
|
||||
.notify-seen {
|
||||
background:#666;
|
||||
background:#111;
|
||||
}
|
||||
|
||||
#nav-notifications-menu {
|
||||
|
@ -157,4 +157,27 @@ blockquote {
|
|||
|
||||
#datebrowse-sidebar select {
|
||||
color:#99CCFF !important;
|
||||
}
|
||||
}
|
||||
|
||||
.settings-widget .selected {
|
||||
background: #666;
|
||||
}
|
||||
|
||||
#adminpage table tr:hover {
|
||||
color: #eec;
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
input#prvmail-subject {
|
||||
background: #222 !important;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
|
||||
.fc-state-highlight {
|
||||
background: #666 !important;
|
||||
}
|
||||
|
||||
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
|
|
@ -111,9 +111,8 @@ input#acl-search {
|
|||
}
|
||||
|
||||
|
||||
|
||||
.notify-seen {
|
||||
background:#666;
|
||||
background:#111;
|
||||
}
|
||||
|
||||
#nav-notifications-menu {
|
||||
|
@ -138,7 +137,7 @@ blockquote {
|
|||
color:#eec !important;
|
||||
}
|
||||
|
||||
.group-selected, .nets-selected, .fileas-selected, .categories-selected {
|
||||
.group-selected, .nets-selected, .fileas-selected, .categories-selected{
|
||||
background:#2e2f2e;
|
||||
}
|
||||
|
||||
|
@ -146,11 +145,33 @@ blockquote {
|
|||
background:#444;
|
||||
}
|
||||
|
||||
/* This seems okay to me...we might not need a new iconset, lets see how people react */
|
||||
.editicon {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
#datebrowse-sidebar select {
|
||||
color:#99CCFF !important;
|
||||
}
|
||||
}
|
||||
|
||||
.settings-widget .selected {
|
||||
background: #666;
|
||||
}
|
||||
|
||||
#adminpage table tr:hover {
|
||||
color: #eec;
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
input#prvmail-subject {
|
||||
background: #222 !important;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
|
||||
.fc-state-highlight {
|
||||
background: #666 !important;
|
||||
}
|
||||
|
||||
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
|
BIN
view/theme/facepark/screenshot.jpg
Normal file
BIN
view/theme/facepark/screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
|
@ -3280,3 +3280,9 @@ ul.menu-popup {
|
|||
.notify-seen {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
|
||||
/* Pages profile widget */
|
||||
#page-profile div#profile-page-list{
|
||||
margin-left: 45px;
|
||||
}
|
Loading…
Reference in a new issue