MediaWiki:Common.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
changing button color
(reloc)
(changing button color)
Line 387:
overflow: visible;
}
 
 
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected .oo-ui-menuOptionWidget-checkIcon {
Line 456 ⟶ 455:
background-color:#90EE90;
color:black !important;
}
 
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
background-color: #e7f4cd;
background-image: -webkit-linear-gradient(top,#f4faea 0,#d9eeb0 100%);
background-image: linear-gradient(to bottom,#f4faea 0,#d9eeb0 100%);
border: 1px solid #cee1a6;
}
 
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
background-color: #e7f4cd;
background-image: -webkit-linear-gradient(top,#d9eeb0 0,#f4faea 100%);
background-image: linear-gradient(to bottom,#d9eeb0 0,#f4faea 100%);
border: 1px solid #cee1a6;
}
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu