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;