diff options
| author | horus | 2018-02-13 20:19:46 +0100 |
|---|---|---|
| committer | horus | 2018-02-13 20:19:46 +0100 |
| commit | 0a0730479e92eafa08ce58964a8f1db8f46abf83 (patch) | |
| tree | f8697b63be933883d3f7e18a9e31057e690afe09 /site/public/css/custom.css | |
| parent | ee0a03f9e733b6c20ac3b576b8d655455790fbc5 (diff) | |
| download | alkobote-0a0730479e92eafa08ce58964a8f1db8f46abf83.tar.gz | |
Implements basic search with LIKE query. (website)
Diffstat (limited to 'site/public/css/custom.css')
| -rw-r--r-- | site/public/css/custom.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/site/public/css/custom.css b/site/public/css/custom.css index 3fe47d0..016e282 100644 --- a/site/public/css/custom.css +++ b/site/public/css/custom.css @@ -110,3 +110,14 @@ footer { .footer-link { padding-left: 0px !important; } +.navbar-small { + font-size: 70% !important; +} +.search-btn-bg-white { + /* + */ + background-color: rgba(255,255,255,0.05)!important; +} +.search-btn-bg-white:hover { + background-color: rgba(255,255,255,.15)!important; +} |
