Changes

From Drawn to Life Wiki
no edit summary
Line 145: Line 145:  
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}
 +
/*Actual button*/
 +
.vector-menu-dropdown {
 +
    line-height: 0.125em;
 +
    background: #ed9700;
 +
    margin: 5px 2px 0px 2px;
 +
    border-radius: 5px;
 +
    border-bottom: 0.3rem solid #b24408;
 +
    height: 2em;
 +
}
 +
 +
/*Button Icons*/
 
/*ArrowSVG*/
 
/*ArrowSVG*/
 
.vector-menu-dropdown h3::after {
 
.vector-menu-dropdown h3::after {
Line 160: Line 171:  
     background-image: linear-gradient(transparent,transparent),url(/w/images/f/f7/Unwatch-icon-mono.svg);
 
     background-image: linear-gradient(transparent,transparent),url(/w/images/f/f7/Unwatch-icon-mono.svg);
   −
}
  −
/*Actual button*/
  −
.vector-menu-dropdown {
  −
    line-height: 0.125em;
  −
    background: #72b531;
  −
    margin: 5px 2px 0px 2px;
  −
    border-radius: 5px;
  −
    border-bottom: 0.3rem solid #3b7e0e;
  −
    height: 2em;
   
}
 
}