Skip to content

Commit

Permalink
Merge pull request #6 from laander/hide-cover-images
Browse files Browse the repository at this point in the history
Hide cover images
  • Loading branch information
laander authored Jan 14, 2019
2 parents 8f917c5 + da36d6e commit db9e5e5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion content-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,22 @@
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.birdseye .list-card-cover {
display: none;
}

.birdseye .list-header-menu-icon {
color: rgba(255, 255, 255, 0.5);
}

.list-header-extras-menu {
.birdseye .list-header-extras-menu {
color: rgba(255, 255, 255, 0.5);
}

.birdseye .list-header-extras-menu:hover {
color: rgba(255, 255, 255, 1) !important;
}

.birdseye .list-header-menu-icon:hover,
.birdseye .list-header-menu-icon.icon-sm.dark-hover:hover {
color: rgba(255, 255, 255, 1);
Expand All @@ -50,6 +58,12 @@
color: rgba(255, 255, 255, 0.5);
}

.birdseye .open-card-composer:hover,
.birdseye .open-card-composer:hover .icon-lg,
.birdseye .open-card-composer:hover .icon-sm {
color: rgba(255, 255, 255, 1) !important;
}

.birdseye .open-card-composer:hover {
background-color: transparent;
color: #FFFFFF;
Expand Down

0 comments on commit db9e5e5

Please sign in to comment.