You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
303 B
15 lines
303 B
14 years ago
|
/*
|
||
|
* This css will include all web-app-theme css you need
|
||
|
*
|
||
|
*= require web-app-theme/base
|
||
|
*= require web-app-theme/themes/default/style.css
|
||
|
*= require_self
|
||
|
*/
|
||
|
|
||
|
/* Write here your css for overriding the theme's rules */
|
||
|
|
||
|
.flash .alert {
|
||
|
border: 1px solid #e0d300;
|
||
|
background-color: #ffffcc;
|
||
|
}
|