Project

General

Profile

« Previous | Next » 

Revision b9212b15

Added by Jared Dillard almost 9 years ago

style sortable tables

View differences:

src/usr/local/www/css/pfSense-dark.css
382 382
    color : #ffffff;
383 383
}
384 384

  
385
/*sortable table*/
386

  
387
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] {
388
    background-color: #000;
389
    color: #009688; 
390
    border-bottom-color: #009688;
391
}
392

  
393
table[data-sortable].sortable-theme-bootstrap tbody td {
394
    border-top: 1px solid #303030; 
395
}
396

  
385 397
textarea {
386 398
    background-color: #bfbfbf;
387 399
}

Also available in: Unified diff