Views contextual links are pretty awesome. Anyone else have any pointers of styling contextual links further like (gear icon) on the default theme level

I added this css to my theme's style.css: (gives a background color to contextual links in Views and also the Core Block system which is pretty cool!!)

html.js div.contextual-links-wrapper {
display: block;
position: absolute !important;
/* float: right; */
/* width: 100%; */
display: block;
overflow: visible;
z-index: 999999;
background: rgb(120, 236, 0) !important;
width: 30px;
height: 20px !important;
color: black;
}

Comments

MustangGB’s picture

Status: Active » Closed (won't fix)