MediaWiki:Common.css: Difference between revisions

m Backdrop filter for gallery and small fix to comment section
Fixed a styling problem in FlowThread management
Line 123: Line 123:
   border-top: thick solid gray;
   border-top: thick solid gray;
   padding-top: 10px;
   padding-top: 10px;
 
}
 
#flowthread,
.comment-container {
   & .comment-body textarea,
   & .comment-body textarea,
   & .comment-preview {
   & .comment-preview {
Line 405: Line 408:
     padding-left: var(--iopw-sys-size-4);
     padding-left: var(--iopw-sys-size-4);
     background: var(--iopw-sys-palette-gray-80);
     background: var(--iopw-sys-palette-gray-80);
  }
  & a.pager-disable {
    color: var(--iopw-sys-palette-gray-00);
    cursor: text;
    text-decoration: none
   }
   }
    
    
Line 531: Line 528:
     border-top: 0;
     border-top: 0;
   }
   }
}
#flowthread a.pager-disable,
a.pager-disable {
  color: var(--iopw-sys-palette-font-negative);
  cursor: text;
  text-decoration: none
}
}