MediaWiki:Metrolook.css: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
(Fixes hover selection and UserIcon overextention)
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the Metrolook skin */
/* CSS placed here will affect users of the Metrolook skin */
/* Fixes the hover selection extending over the header area and the UserIcon overextending on mobile view */
.onhoverbg {
    height: 34.7167px
}
#hamburgerIcon img.hamburger {
    height: 34.7167px
}
#hamburgerIcon {
    height: 34.7167px
}
img.userIcon40:not(.socialprofile-avatar) {
    height: 34px
}
#usermenu {
    height: 34.7167px
}
#username-top {
    height: 34.7167px
}
img.editbutton:hover {
    height: 34.7167px
}
img.userIcon40 {
padding: inherit;
}

Latest revision as of 15:06, 14 September 2019

/* CSS placed here will affect users of the Metrolook skin */