Skip to content

Commit 3e87f0a

Browse files
mattvaguegregbell
authored andcommitted
Table tools selected state is now less dreary
1 parent ab9f006 commit 3e87f0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/assets/stylesheets/active_admin/components/_table_tools.css.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ a.table_tools_button {
8686

8787
&.selected {
8888
a {
89-
background: #ededed;
90-
@include box-shadow(0 1px 0px 0 rgba(0,0,0,0.06) inset);
91-
color: #989ca0;
89+
background: #F0F0F0;
90+
@include box-shadow(0 1px 1px 0 rgba(0,0,0,0.1) inset);
91+
color: #8a8a8a;
9292
cursor: default;
9393

9494
&:hover {
95-
color: #989ca0;
95+
color: #8a8a8a;
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)