mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Add growl style
This commit is contained in:
parent
1b6695d5d0
commit
e51c79de30
24
src/sunstone/public/scss/_jgrowl.scss
Normal file
24
src/sunstone/public/scss/_jgrowl.scss
Normal file
@ -0,0 +1,24 @@
|
||||
/* Growl */
|
||||
.jGrowl-notification h1 {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.jGrowl-notification, .jGrowl-notify-submit {
|
||||
background-color: #dfdfdf!important;
|
||||
color: #333;
|
||||
width: 335px !important;
|
||||
}
|
||||
|
||||
.jGrowl-notify-error {
|
||||
background-color: #F39999!important;
|
||||
color: #660000;
|
||||
}
|
||||
|
||||
.jGrowl-closer {
|
||||
background-color: #555!important;
|
||||
width: 335px !important;
|
||||
}
|
||||
|
||||
.jGrowl-close {
|
||||
font-size: 1.5em !important;
|
||||
}
|
@ -25,6 +25,7 @@
|
||||
@import './advanced-section';
|
||||
@import './boxes';
|
||||
@import './fieldset';
|
||||
@import './jgrowl';
|
||||
@import './labels';
|
||||
@import './layout';
|
||||
@import './menu';
|
||||
|
Loading…
x
Reference in New Issue
Block a user