Bug 720468 - Add an "*" at the beginning of a file name if the file needs to be saved. r=dao

This commit is contained in:
Paul Rouget 2012-01-27 15:28:47 +01:00
parent 11d05896d6
commit f1dfca9e4c

View File

@ -73,6 +73,14 @@ li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message {
-moz-box-pack: center;
}
.stylesheet-name {
white-space: nowrap;
}
li.unsaved > hgroup > h1 > .stylesheet-name:before {
content: "*";
}
.stylesheet-enabled {
display: -moz-box;
}