Skip to content
Snippets Groups Projects
Commit 43849b44 authored by colemanw's avatar colemanw
Browse files

Merge pull request #2375 from colemanw/master

Css fix for notifications
parents 9b10578b 80ccdf8c
No related branches found
No related tags found
No related merge requests found
...@@ -4150,7 +4150,7 @@ div.m ul#civicrm-menu, ...@@ -4150,7 +4150,7 @@ div.m ul#civicrm-menu,
right: 15px; right: 15px;
z-index: 999999; z-index: 999999;
} }
.crm-container div.ui-notify-message { #crm-notification-container div.ui-notify-message {
padding: 10px; padding: 10px;
margin-bottom: 15px; margin-bottom: 15px;
color: #fff; color: #fff;
...@@ -4160,23 +4160,22 @@ div.m ul#civicrm-menu, ...@@ -4160,23 +4160,22 @@ div.m ul#civicrm-menu,
max-height: 600px; max-height: 600px;
overflow: auto; overflow: auto;
} }
.crm-container div.ui-notify-message h1 { #crm-notification-container div.ui-notify-message h1 {
font-size: 14px; font-size: 14px;
margin: 0; margin: 0;
padding: 4px; padding: 4px;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
} }
.crm-container div.ui-notify-message p { #crm-notification-container div.ui-notify-message p {
margin: 3px 0; margin: 3px 0;
padding: 0; padding: 0;
line-height: 18px; line-height: 18px;
} }
.crm-container div.ui-notify-message:last-child { #crm-notification-container div.ui-notify-message:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
.crm-container div.ui-notify-message-style { #crm-notification-container div.ui-notify-message-style {
background: #000;
background: rgba(0,0,0,0.8); background: rgba(0,0,0,0.8);
box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000;
} }
...@@ -4189,10 +4188,10 @@ div.m ul#civicrm-menu, ...@@ -4189,10 +4188,10 @@ div.m ul#civicrm-menu,
.crm-container div.ui-notify-message-style a:focus { .crm-container div.ui-notify-message-style a:focus {
color: #B2B8FF; color: #B2B8FF;
} }
.crm-container div.ui-notify-message .ui-notify-close { #crm-notification-container .ui-notify-message .ui-notify-close {
cursor: pointer; cursor: pointer;
} }
.crm-container div.ui-notify-message a.ui-notify-cross { #crm-notification-container .ui-notify-message a.ui-notify-cross {
margin-top: -4px; margin-top: -4px;
float: right; float: right;
text-decoration: none; text-decoration: none;
...@@ -4202,8 +4201,8 @@ div.m ul#civicrm-menu, ...@@ -4202,8 +4201,8 @@ div.m ul#civicrm-menu,
padding: 2px; padding: 2px;
color: #FDFDFD; color: #FDFDFD;
} }
.crm-container div.ui-notify-message .ui-notify-cross:hover, #crm-notification-container .ui-notify-message .ui-notify-cross:hover,
.crm-container div.ui-notify-message .ui-notify-cross:focus { #crm-notification-container .ui-notify-message .ui-notify-cross:focus {
color: #ffffab; color: #ffffab;
} }
.crm-container div.ui-notify-message table, .crm-container div.ui-notify-message table,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment