MediaWiki:VectorPlus.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
#p | /* Add custom CSS styles for the Tools dropdown */ | ||
#p-tools { | |||
position: relative; | position: relative; | ||
} | } | ||
#p- | |||
#p-tools .vector-menu-heading { | |||
cursor: pointer; | |||
} | |||
#p-tools .vector-menu-content { | |||
display: none; | display: none; | ||
position: absolute; | position: absolute; | ||
top: 100%; | |||
right: 0; | |||
z-index: 1000; | |||
} | |||
#p-tools .vector-menu-content-list { | |||
list-style-type: none; | |||
padding: 0; | |||
} | |||
#p-tools .vector-menu-content-list li { | |||
padding: 5px 10px; | |||
} | } | ||
#p- | |||
#p-tools .vector-menu-content-list li:hover { | |||
background-color: #f0f0f0; | |||
} | } |
Latest revision as of 01:44, 23 February 2024
/* Add custom CSS styles for the Tools dropdown */
#p-tools {
position: relative;
}
#p-tools .vector-menu-heading {
cursor: pointer;
}
#p-tools .vector-menu-content {
display: none;
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
}
#p-tools .vector-menu-content-list {
list-style-type: none;
padding: 0;
}
#p-tools .vector-menu-content-list li {
padding: 5px 10px;
}
#p-tools .vector-menu-content-list li:hover {
background-color: #f0f0f0;
}