PHP Classes

File: vendor/b12phpfw/themes/bootstrap/css/exp_collapse.css

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   vendor/b12phpfw/themes/bootstrap/css/exp_collapse.css   Download  
File: vendor/b12phpfw/themes/bootstrap/css/exp_collapse.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of vendor/b12phpfw/themes/bootstrap/css/exp_collapse.css
Date: 1 year ago
Size: 361 bytes
 

Contents

Class file image Download
.collapsible { background-color: lightgray; color: black; cursor: pointer; padding: 5px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } .active, .collapsible:hover { background-color: #555; color: yellow; } .content { padding: 0 18px; display: none; overflow: hidden; background-color: #f1f1f1; }