Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Adjust height on hover property
Tag: wikieditor
m Correcting my mistaken change
Tag: wikieditor
Line 11: Line 11:
   float: left;
   float: left;
   padding-bottom: 5px;
   padding-bottom: 5px;
   height: 1.5em;
   height: 2.3em;
   margin: 3px;
   margin: 3px;
   overflow: hidden;
   overflow: hidden;
Line 23: Line 23:
   background-color: #4d5350;
   background-color: #4d5350;
   color: #e7b439;
   color: #e7b439;
   height: 2.3em ;
   height: auto;
}
}

Revision as of 14:16, 20 May 2023

/* CSS placed here will be applied to all skins */
.ea-wiki-dropdown-container{
   display: flex;
   position: absolute;
}

.ea-wiki-dropdown{
   background-color: #1d2330;
   border-radius: 5px;
   color: white;
   float: left;
   padding-bottom: 5px;
   height: 2.3em;
   margin: 3px;
   overflow: hidden;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 5px;
   text-align: center;
}

.ea-wiki-dropdown:hover{
   background-color: #4d5350;
   color: #e7b439;
   height: auto;
}