Mercurial > libervia-web
comparison src/browser/public/libervia.css @ 844:2ef71ec07d87
browser (warning message): resuses the popup if it already exists, allows a None duration, and added INFO and WARNING types
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 15 Jan 2016 15:42:37 +0100 |
parents | a91f0ff3958c |
children |
comparison
equal
deleted
inserted
replaced
843:83a40d786e7a | 844:2ef71ec07d87 |
---|---|
1198 | 1198 |
1199 .targetStatus { | 1199 .targetStatus { |
1200 background-color: #fff; | 1200 background-color: #fff; |
1201 } | 1201 } |
1202 | 1202 |
1203 .notifInfo { | |
1204 background-color: #66FF00; | |
1205 } | |
1206 | |
1207 .notifWarning { | |
1208 background-color: #DB1616; | |
1209 } | |
1210 | |
1203 /* Tab panel */ | 1211 /* Tab panel */ |
1204 | 1212 |
1205 .gwt-TabPanel { | 1213 .gwt-TabPanel { |
1206 } | 1214 } |
1207 | 1215 |