Skip to content

Commit

Permalink
Merge branch 'release/1.9.15' of https://github.com/akvo/akvo-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
osg74 committed Mar 17, 2017
2 parents b747abe + 72eb4b3 commit cfa9b7f
Show file tree
Hide file tree
Showing 33 changed files with 762 additions and 925 deletions.
10 changes: 6 additions & 4 deletions Dashboard/app/css/library.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,15 @@ $width-large: 1200px;

&.disabled {
cursor: not-allowed;
background-color: rgba(128, 128, 128, 0.1);
color: rgba(128, 128, 128, 0.4);
background-color: rgba(128, 128, 128, 0.1) !important;
color: rgba(128, 128, 128, 0.4) !important;
border: 1px solid transparent;

&:hover {
cursor: not-allowed;
background-color: rgba(128, 128, 128, 0.1);
color: rgba(128, 128, 128, 0.4);
background-color: rgba(128, 128, 128, 0.1) !important;
color: rgba(128, 128, 128, 0.4) !important;
border: 1px solid transparent;
}
}
}
Expand Down
Loading

0 comments on commit cfa9b7f

Please sign in to comment.