1
0
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:
Daniel Molina 2016-04-14 16:56:05 +02:00
parent 1b6695d5d0
commit e51c79de30
2 changed files with 25 additions and 0 deletions

View 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;
}

View File

@ -25,6 +25,7 @@
@import './advanced-section';
@import './boxes';
@import './fieldset';
@import './jgrowl';
@import './labels';
@import './layout';
@import './menu';