Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
Merge branch 'docket-interface' into v0.2.0
Browse files Browse the repository at this point in the history
It appears that this change got missed.

Signed-off-by: Kristofer Rye <[email protected]>
  • Loading branch information
rye committed Jan 22, 2014
2 parents 9de36ac + 3c0a573 commit 05ebdec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ body {
margin-bottom: 8px;
}

.panel-highlight {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.navbar-inverse {
background-color: #303030;
border-color: #101010;
Expand Down

0 comments on commit 05ebdec

Please sign in to comment.