Add pack notification CSS
This commit is contained in:
parent
6452de4eca
commit
951454b4fc
12
screen.css
12
screen.css
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user