darkCommon.css 1.0 KB

123456789101112131415161718192021222324252627
  1. @import url("dashboard_darkstyle.css");
  2. table.readings td:nth-child(2) { word-break: break-all; }
  3. /* jQuery-UI mods */
  4. div.ui-dialog { border:3px solid white; padding: 0.2em; }
  5. div.ui-dialog div.ui-dialog-titlebar { display:none; }
  6. div.ui-widget-content { background:#444444; color:#CCCCCC; }
  7. div.ui-widget-content a {color: #CCCCCC!important; text-decoration: none!important;}
  8. .ui-widget { font-family:Arial,sans-serif!important; }
  9. .ui-button-text { font-weight:normal!important; color:#555!important; }
  10. div.detLink { display:inline-block; margin-right:0.5em; }
  11. .fhemlog { color:#FFFFFF; }
  12. svg.zw_nr .zwBox { stroke:#fff; stroke-width:2px; fill:#000; }
  13. svg.zw_nr .zwDongle { stroke:red; stroke-width:2px; fill:#000; }
  14. svg.zw_nr .zwMargin { stroke:#fff; stroke-width:1px; fill:none; }
  15. svg.zw_nr .zwLine { stroke:#fff; stroke-width:1px; }
  16. svg.zw_nr .zwArrowHead { fill:#fff; stroke-width:1px; }
  17. svg.zw_nr { height:auto; width:auto; margin:0; }
  18. #errmsg { background-color: #000000; color: #FFFFFF;
  19. position:fixed; top:0px; left:40px; z-index: 10; }