Various theme stuff.

Profile group list for testbubble
Screenshot for facepark
Various niggles in darkzero/NS
This commit is contained in:
Thomas Willingham 2012-07-02 03:40:12 +01:00
parent 696d78d658
commit 74a819980f
4 changed files with 57 additions and 7 deletions

View File

@ -113,7 +113,7 @@ input#acl-search {
.notify-seen {
background:#666;
background:#111;
}
#nav-notifications-menu {
@ -158,3 +158,26 @@ 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;
}

View File

@ -111,9 +111,8 @@ input#acl-search {
}
.notify-seen {
background:#666;
background:#111;
}
#nav-notifications-menu {
@ -146,7 +145,6 @@ blockquote {
background:#444;
}
/* This seems okay to me...we might not need a new iconset, lets see how people react */
.editicon {
background-color: #333;
}
@ -154,3 +152,26 @@ 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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -3280,3 +3280,9 @@ ul.menu-popup {
.notify-seen {
background: #000;
}
/* Pages profile widget */
#page-profile div#profile-page-list{
margin-left: 45px;
}