mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
7 lines
236 B
CSS
7 lines
236 B
CSS
|
@import url("dashboard_darkstyle.css");
|
||
|
|
||
|
/* 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; }
|