Changes

From Drawn to Life Wiki
457 bytes added ,  02:13, 18 November 2020
no edit summary
Line 76: Line 76:  
  /* End Side Nav Bar */
 
  /* End Side Nav Bar */
 
/********************/
 
/********************/
 +
 +
 +
 +
 +
  /*********************************/
 +
/* Styling of buttons and links. */
 +
/*********************************/
 +
.vector-menu-tabs .selected {
 +
    background-image: url(/w/skins/Vector/resources/skins.vector.styles/images/tab-current-fade.png?22887);
 +
    background: #72b531;
 +
    border: 3px solid;
 +
    margin: 5px 5px 0px 23px;
 +
    border-radius: 3px;
 +
    border-radius: 5px;
 +
    border-bottom: 0.3rem solid #3b7e0e;
 +
    height: 2em;
 +
    color: white;
 +
}