Browse Source

Updated the 'danger' alert red color to be more prominent in llblgen pro theme

tags/0.13.2
Frans Bouma 9 years ago
parent
commit
82e8108017
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Themes/LLBLGenPro/Destination/css/theme_colors.css

+ 2
- 2
Themes/LLBLGenPro/Destination/css/theme_colors.css View File

@@ -79,9 +79,9 @@ mark {
.alert.alert-danger {
background: #fdf3f2;
}
.alert.alert-danger .alert-title {
background: #f29f97;
background: #e22222;
}

.alert.alert-warning {


Loading…
Cancel
Save