Add pack notification CSS

This commit is contained in:
Lamp 2018-12-01 14:44:41 -08:00
parent 6452de4eca
commit 951454b4fc
No known key found for this signature in database
GPG Key ID: 0F1F8704BEDE369E

@ -157,6 +157,18 @@ table { border: 0; padding: 0; margin: 0; }
.notification .connection.enabled:after { content: "ON"; font-size: 10px; color: #4a4; float: right; }
.notification ul { list-style-type: upper-roman; }
.notification .pack {
padding: 0px;
margin: 2px;
background: #fdd;
border: 1px solid #f84;
border-radius: 4px;
cursor: pointer;
}
.notification .pack.enabled { background: #dfd; cursor: not-allowed; }
.notification .pack:after { content: ""; font-size: 10px; color: #a44; float: right; }
.notification .pack.enabled:after { content: "Selected"; font-size: 10px; color: #4a4; float: right; }
#modal { width: 100%; height: 100%; position: fixed; left: 0; top: 0; display: none; }
#modal .bg { width: 100%; height: 100%; background: #48a; opacity: 0.5; position: absolute; left: 0; top: 0; }