OSDN Git Service

画面編集用CSS修正。
authornaoki hirata <naoki@magic3.org>
Thu, 20 Aug 2015 05:05:17 +0000 (14:05 +0900)
committernaoki hirata <naoki@magic3.org>
Thu, 20 Aug 2015 05:05:17 +0000 (14:05 +0900)
scripts/m3/widget.css

index 5df5545..be1c112 100644 (file)
@@ -90,6 +90,7 @@ dl.m3_widget_sortable dd {
        padding:3px 6px;
 }
 dl.m3_widget_sortable table, dl.m3_widget_sortable table td {
+       background-color:#FFF !important;
        font-size:15px;
        font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
 }
@@ -175,7 +176,9 @@ dl.m3_widgetlist_item dd {
        margin:0;
        padding:3px 6px;
 }
-
+dl.m3_widgetlist_item dd table td {
+       background-color:#FFF !important;
+}
 /*
 .ui-sortable h2 span.options { right:10px; top:8px; width:30px; }
 .ui-sortable h2 span.options a { height:12px; width:30px; }*/