Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
inbox: change buttons style
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 10, 2016
1 parent 99d00d5 commit c951c3f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions core/src/plugins/access.inbox/res/inbox_style.css
Expand Up @@ -54,14 +54,22 @@ div.inbox-left-panel input{
display: inline-block;
padding: 5px 10px;
margin: 4px 8px 4px 0;
color: rgba(0,0,0,0.87);
background-color: white;
color: rgba(255,255,255,0.6);
background-color: rgba(255, 255, 255, 0.10);
border-radius: 2px;
text-transform: uppercase;
font-weight: 500;
cursor: pointer;
font-size: 14px;
box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}

#browser #topPane div.inbox-left-panel span.share_meta_filter:hover{
color:#ff796b;
}
#browser #topPane div.inbox-left-panel span.share_meta_filter.active{
background-color: #cccccc;
color: white;
box-shadow: 0 0 1px rgba(0,0,0,0.75);
margin-top:6px;
margin-bottom:3px;
}

0 comments on commit c951c3f

Please sign in to comment.