From 1d1588c0ab6cc7e006e3f2f61f8b596dd9e21a1f Mon Sep 17 00:00:00 2001 From: babyman Date: Fri, 17 Apr 2015 22:00:09 -0400 Subject: [PATCH] add .history entries to support the new history search code, refs #66 --- 3rdParty/css/bunnyslippers.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/3rdParty/css/bunnyslippers.css b/3rdParty/css/bunnyslippers.css index e6f622c..c924a1b 100644 --- a/3rdParty/css/bunnyslippers.css +++ b/3rdParty/css/bunnyslippers.css @@ -26,7 +26,7 @@ div {box-sizing:border-box} border: 1px solid rgb(153, 153, 153); } -.tab, .bookmark, div.separator.big { +.tab, .bookmark, .history, div.separator.big { border: 1px solid #D2CCCC; padding: 5px; /* padding-bottom: 5px; */ @@ -161,6 +161,12 @@ div.tabimage img { border-top: 1px solid rgba(0, 0, 0, 0.07); } +.history div {background-color:transparent;} +.history { + background-color: rgb(230, 240, 190); + border-top: 1px solid rgba(0, 0, 0, 0.07); +} + .withfocus { background-color: rgba(255, 146, 10, 0.7) !important; color:#777;