Changes

From Drawn to Life Wiki
no edit summary
Line 508: Line 508:  
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::placeholder
 
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::placeholder
 
{
 
{
   color: #fff;
+
   color: #fff !important;
 
   opacity: 1;
 
   opacity: 1;
 
}
 
}
 
.oo-ui-textInputWidget .oo-ui-inputWidget-input
 
.oo-ui-textInputWidget .oo-ui-inputWidget-input
 
{
 
{
   background-color: #7a73b94d;
+
   background-color: #7a73b94d !important;
 
}
 
}
 
.flow-ui-editorWidget > .flow-ui-editorWidget-editor:not(.oo-ui-pendingElement-pending)
 
.flow-ui-editorWidget > .flow-ui-editorWidget-editor:not(.oo-ui-pendingElement-pending)
 
{
 
{
   background-color: #7a73b94d;
+
   background-color: #7a73b94d !important;
 
}
 
}
 
.flow-ui-editorWidget-editor
 
.flow-ui-editorWidget-editor
 
{
 
{
   border: 1px solid #7576ad;
+
   border: 1px solid #7576ad !important;
 
}
 
}
 
.flow-topic-titlebar
 
.flow-topic-titlebar
 
{
 
{
   background-color: #7a73b9;
+
   background-color: #7a73b9 !important;
 
}
 
}
 
.flow-topic-meta
 
.flow-topic-meta
 
{
 
{
   color: #e6cce8;
+
   color: #e6cce8 !important;
 
}
 
}
 
.flow-post
 
.flow-post
 
{
 
{
   color: white;
+
   color: white !important;
 
}
 
}
 
.mw-ui-anchor.mw-ui-progressive.mw-ui-quiet
 
.mw-ui-anchor.mw-ui-progressive.mw-ui-quiet
 
{
 
{
   color: #c39ce6;
+
   color: #c39ce6 !important;
 
}
 
}
 
@media (min-width: 1165px) {
 
@media (min-width: 1165px) {
 
   .flow-component.flow-board-page.flow-full-height-side-rail .flow-board-header::before
 
   .flow-component.flow-board-page.flow-full-height-side-rail .flow-board-header::before
 
{
 
{
     background-color: #7a73b94d;
+
     background-color: #7a73b94d !important;
 
   }
 
   }
 
}
 
}
 
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button
 
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button
 
{
 
{
   color: #ffffffd4;
+
   color: #ffffffd4 !important;
 
}
 
}