Project

General

Profile

« Previous | Next » 

Revision 930a43bf

Added by Jared Dillard over 9 years ago

remove icon colors and add text colors

View differences:

src/usr/local/www/bootstrap/css/pfSense.css
471 471
    overflow-x: auto;
472 472
}
473 473

  
474
/** create icon colors */
475
.icon-black
476
{
477
    color: #000000;
478
}
479

  
480
.icon-danger
481
{
482
    color: #D9534F;
483
}
484

  
485
.icon-success
486
{
487
    color: #5CB85C;
488
}
489

  
490
.icon-primary
491
{
492
    color: #337AB7;
474
/** create text colors */
475
.text-warning {
476
    color: #F57F17;
493 477
}
494 478

  
495
.icon-warning {
496
    color: #FDD835;
479
.text-success {
480
    color: #4CAF50;
497 481
}
498 482

  
499
.text-warning {
500
    color: #F57F17;
483
.text-danger {
484
    color: #B71C1C;
501 485
}
502 486

  
503 487
.btn-success {

Also available in: Unified diff