Skip to content

Instantly share code, notes, and snippets.

@mjromper
Last active July 26, 2017 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjromper/47940cb9cded30fc3c530650a3dcbcb4 to your computer and use it in GitHub Desktop.
Save mjromper/47940cb9cded30fc3c530650a3dcbcb4 to your computer and use it in GitHub Desktop.
/*-- SELECTION BAR */
.qv-panel-current-selections {
border: 1px solid #dddddd;
background: transparent;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
max-height: 38px;
}
.qv-panel-current-selections .buttons,
.qv-panel-current-selections .buttons-end {
background: transparent;
}
.qv-panel-current-selections .no-selection {
color: #777777;
}
.qv-panel-current-selections .wrap {
border-bottom: none;
}
.qv-panel-current-selections .text-wrap span {
color: #777777;
}
.qv-panel-current-selections .values {
color: #777777;
}
.node-component-carousel.display-type-3-col-wide .item a,
.view-item-infographic-carousel .item a {
color: #777777;
}
.node-component-carousel.display-type-3-col-wide .item a:hover,
.view-item-infographic-carousel .item a:hover {
color: #aaaaaa;
}
.qv-panel-current-selections .active {
background: #dddddd;
}
.touch-off .qv-panel-current-selections .item:hover {
background: #dddddd;
}
.qv-panel-current-selections .buttons .qv-subtoolbar-button, .qv-panel-current-selections .buttons-end .qv-subtoolbar-button {
border-bottom: 1px solid transparent;
}
.qv-panel-current-selections .buttons .qv-subtoolbar-button,
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button {
background: transparent;
}
.qv-panel-current-selections .buttons .qv-subtoolbar-button i,
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button i {
color: #777777;
}
.qv-panel-current-selections .buttons .qv-subtoolbar-button:hover,
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button:hover {
background: transparent;
}
.qv-panel-current-selections .buttons .qv-subtoolbar-button:hover:enabled,
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button:hover:enabled {
background: transparent;
}
.qv-panel-current-selections .buttons .qv-subtoolbar-button:hover i,
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button:hover i {
color: #aaaaaa;
}
/*-- END SELECTION BAR */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment