Changeset 3777:8f829e4bf0d6 for plugins
- Timestamp:
- 07/12/18 22:35:29 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/style.css
r3731 r3777 41 41 .sortable-delete.if-drag { 42 42 border: 1px dotted #999; 43 color: #000; 43 /* color: #000; */ 44 44 font-weight: bold; 45 45 list-style-type: none; … … 47 47 padding: .5em 1em; 48 48 display: block; 49 background: #fafafa; 49 /* background: #fafafa; */ 50 50 } 51 51 .sortable-delete>li { … … 54 54 .sortable-delete>li.sortable-delete-placeholder { 55 55 border: 0 none; 56 color: #aaa; 56 /* color: #aaa; */ 57 57 font-size: 1em; 58 58 font-weight: bold; … … 60 60 } 61 61 .widget-name { 62 background: #eef;63 color: #000; 62 /* background: #eef; 63 color: #000; */ 64 64 padding: 4px 6px; 65 65 margin: 0; … … 72 72 .widget-name a.aexpand, .widget-name a.aexpand:link, .widget-name a.aexpand:visited { 73 73 border: 0 none; 74 color: #000; 74 /* color: #000; */ 75 75 text-decoration: none; 76 76 } … … 84 84 border-top: 1px solid #ddd; 85 85 padding: 8px 6px; 86 background: #f5f5f5; 86 /* background: #f5f5f5; */ 87 87 } 88 88 #sidebarsControl { … … 94 94 float: left; 95 95 width: 49%; 96 background: #eee; 96 /* background: #eee; */ 97 97 padding: 1.5em 1% 0; 98 98 margin: 0 1% 0 0; 99 99 } 100 100 #listWidgets h3 { 101 color: #333; 101 /* color: #333; */ 102 102 } 103 103 #widgets-ref { … … 108 108 border: 1px solid #ccc; 109 109 margin-bottom: .5em; 110 background: #fff; 110 /* background: #fff; */ 111 111 min-height: 3em; 112 112 padding: 0 0 4px 0; … … 114 114 } 115 115 #widgets-ref .widget-name, #widgets-ref .manual-move { 116 background: #fff; 116 /* background: #fff; */ 117 117 margin-bottom: 0; 118 118 padding: 4px 8px 0;
Note: See TracChangeset
for help on using the changeset viewer.