PHP Classes

File: public/assets/less/material/components/_list_inverse.less

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/assets/less/material/components/_list_inverse.less   Download  
File: public/assets/less/material/components/_list_inverse.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 501 bytes
 

Contents

Class file image Download
/* Component - Inverse List Group Item */ .list-group-item { border-color: #e2e7eb; } .list-group-item.list-group-item-inverse { background: @black; border-color: @black_darker; color: #fff; } .list-group-item.list-group-item-inverse:hover, .list-group-item.list-group-item-inverse:focus { color: #fff; background: @black; } .list-group-item.list-group-item-inverse .label-inverse, .list-group-item.list-group-item-inverse .badge-inverse { background: @black; background: rgba(0,0,0,0.4); }