mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
d966db1a4c
git-svn-id: https://svn.fhem.de/fhem/trunk@10551 2b470e98-0d58-463d-a4d8-8e2adae1ed80
16 lines
595 B
CSS
16 lines
595 B
CSS
@import url("dashboard_darkstyle.css");
|
|
|
|
table.readings td:nth-child(2) { word-break: break-all; }
|
|
|
|
/* jQuery-UI mods */
|
|
div.ui-dialog { border:3px solid white; padding: 0.2em; }
|
|
div.ui-dialog div.ui-dialog-titlebar { display:none; }
|
|
div.ui-widget-content { background:#444444; color:#CCCCCC; }
|
|
div.ui-widget-content a {color: #CCCCCC!important; text-decoration: none!important;}
|
|
.ui-widget { font-family:Arial,sans-serif!important; }
|
|
.ui-button-text { font-weight:normal!important; color:#555!important; }
|
|
|
|
div.detLink { display:inline-block; margin-right:0.5em; }
|
|
|
|
.fhemlog { color:#FFFFFF; }
|