User:Blackwolfe/common.css: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe No edit summary |
imported>Blackwolfe No edit summary |
||
Line 3: | Line 3: | ||
color: Black; | color: Black; | ||
} | } | ||
.oo-ui-labelElement-label { | /*.oo-ui-labelElement-label { | ||
text-shadow: 0 0 0 ; | text-shadow: 0 0 0 ; | ||
color: Black; | color: Black; | ||
Line 35: | Line 35: | ||
border-bottom: 1px solid #000; | border-bottom: 1px solid #000; | ||
color:black; | color:black; | ||
} | }*/ |
Revision as of 11:51, 25 November 2020
.oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
text-shadow: 0 0 0 Black !important;
color: Black;
}
/*.oo-ui-labelElement-label {
text-shadow: 0 0 0 ;
color: Black;
}
.oo-ui-panelLayout-expanded {
background: #222;
}
.oo-ui-messageDialog-message {
color: Black;
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
color: Black;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
border-right: 1px solid #111;
color: black;
}
.oo-ui-dialog-content > .oo-ui-window-body {
outline: 1px solid #111;
color: Black;
}
.oo-ui-messageDialog-content > .oo-ui-window-foot {
outline: 1px solid #111;
color: Black;
}
.wikiEditor-ui .wikiEditor-ui-view {
border: 1px solid #000;
color: Black;
}
.wikiEditor-ui .wikiEditor-ui-top {
border-bottom: 1px solid #000;
color:black;
}*/