Skip to content

Commit

Permalink
add .history entries to support the new history search code, refs bab…
Browse files Browse the repository at this point in the history
  • Loading branch information
babyman committed Apr 18, 2015
1 parent 09af8cf commit 1d1588c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 3rdParty/css/bunnyslippers.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; */
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 1d1588c

Please sign in to comment.