warn when some standard layers are turned off

not so visible for mobile users - but less of an issue there (as an uninstall/reinstall resets all options to default)
for #778
This commit is contained in:
Jon Atkins
2014-03-04 18:42:45 +00:00
parent 03cabcbdb6
commit 36fe84b4ef
2 changed files with 21 additions and 0 deletions

View File

@ -1060,3 +1060,10 @@ table.artifact td.info {
.no-pointer-events {
pointer-events: none;
}
.layer_off_warning {
color: #FFCE00;
margin: 8px;
text-align: center;
}