mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-09 07:40:45 +02:00
[ticket/11103] Restyling notifications list for prosilver
PHPBB3-11103
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for common.css
|
||||
-------------------------------------------------------------- */
|
||||
@@ -65,7 +65,7 @@ hr {
|
||||
|
||||
.panel {
|
||||
background-color: #ECF1F3;
|
||||
color: #28313F;
|
||||
color: #28313F;
|
||||
}
|
||||
|
||||
.post:target .content {
|
||||
@@ -219,7 +219,7 @@ p.rules {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for links.css
|
||||
-------------------------------------------------------------- */
|
||||
@@ -312,7 +312,7 @@ a.topictitle:active {
|
||||
color: #105289;
|
||||
}
|
||||
|
||||
/* Profile searchresults */
|
||||
/* Profile searchresults */
|
||||
.search .postprofile a {
|
||||
color: #105289;
|
||||
}
|
||||
@@ -349,7 +349,7 @@ a.right:hover {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for content.css
|
||||
-------------------------------------------------------------- */
|
||||
@@ -644,7 +644,7 @@ fieldset.polls dd div {
|
||||
background-image: url("./en/icon_user_online.gif");
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for buttons.css
|
||||
-------------------------------------------------------------- */
|
||||
@@ -752,7 +752,7 @@ a.sendemail {
|
||||
.pm_read { background-image: url("./images/topic_read.gif"); }
|
||||
.pm_unread { background-image: url("./images/topic_unread.gif"); }
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for cp.css
|
||||
-------------------------------------------------------------- */
|
||||
@@ -921,7 +921,7 @@ dl.mini dt {
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for forms.css
|
||||
-------------------------------------------------------------- */
|
||||
@@ -976,7 +976,7 @@ fieldset.quick-login input.inputbox {
|
||||
/* Input field styles
|
||||
---------------------------------------- */
|
||||
.inputbox {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #FFFFFF;
|
||||
border-color: #B4BAC0;
|
||||
color: #333333;
|
||||
}
|
||||
@@ -1044,3 +1044,16 @@ input.disabled {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
#notification_list {
|
||||
background-color: #FFFFFF;
|
||||
border-color: #00608F;
|
||||
}
|
||||
|
||||
#notification_list ul li:hover {
|
||||
background-color: #CFE1F6;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
#notification_list > .header, .notification_list > .footer {
|
||||
border-color: #00608F;
|
||||
}
|
Reference in New Issue
Block a user