From 0a0730479e92eafa08ce58964a8f1db8f46abf83 Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 13 Feb 2018 20:19:46 +0100 Subject: Implements basic search with LIKE query. (website) --- site/public/css/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'site/public/css/custom.css') 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; +} -- cgit v1.2.3