Stage two of notification rewrite. Page cache refresh required.

Each notification agent has it's own play/stop toggles.
Simplified global notification options.
This commit is contained in:
Tim 2015-07-23 01:42:57 +02:00
parent e309d6ba92
commit 8a16fcfbb6
8 changed files with 306 additions and 253 deletions

View file

@ -8399,7 +8399,7 @@ ol.test >li {
background-color: #282828;
width: 100%;
min-width: 320px;
max-width: 768px;
max-width: 900px;
}
.stacked-configs > li > span {
@ -8419,12 +8419,23 @@ ol.test >li {
.stacked-configs > li > span > a {
float: right;
color: #999;
padding-left: 10px;
}
.stacked-configs > li > span > a:hover {
color: #eee;
}
.stacked-configs > li > span > i {
cursor: pointer;
padding-right: 2px;
color: #444;
}
.stacked-configs > li > span > i:hover {
color: #eee;
}
.stacked-configs > li > span > input[type='checkbox'] {
}
}