mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
11d05896d6
commit
f1dfca9e4c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user