Sha256: 67daa87db14b4490d0eece163d9b82fe2fbc7dfd936ca097487a62f711416f28
Contents?: true
Size: 338 Bytes
Versions: 31
Compression:
Stored size: 338 Bytes
Contents
/* blueprint-based solution */ /*.success, .error, .notice { display: none; }*/ /* without blueprint */ #msg-notice { background-color: yellow; color: white; display: none; } #msg-error { background-color: red; color: white; display: none; } #msg-success { background-color: darkgreen; color: white; display: none; }
Version data entries
31 entries across 16 versions & 1 rubygems