]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/widgets.css
WordPress 4.2.5-scripts
[autoinstalls/wordpress.git] / wp-admin / css / widgets.css
index 409a39371eeb79b05d8444675fd0f116e98b7952..3befaf29a83c4548fd55f318a3b647096149f2c9 100644 (file)
@@ -49,7 +49,7 @@
 
 .deleting .widget-title,
 .deleting .widget-top a.widget-action:after {
-       color: #aaa;
+       color: #a0a5aa;
 }
 
 /* Widget Dragging Helpers */
@@ -62,7 +62,7 @@
 }
 
 .widget-placeholder {
-       border: 1px dashed #bbb;
+       border: 1px dashed #b4b9be;
        margin: 0 auto 10px;
        height: 45px;
        width: 100%;
@@ -271,8 +271,10 @@ div#widgets-right .closed .widgets-sortables {
 }
 
 .sidebar-name .spinner {
-       margin: -5px 5px;
        float: none;
+       position: relative;
+       top: -2px;
+       margin: -5px 5px;
 }
 
 /* Dragging a widget over a closed sidebar */
@@ -348,6 +350,10 @@ div#widgets-right .closed .widgets-sortables {
        display: none;
 }
 
+.js .widgets-holder-wrap.closed .widget.ui-sortable-helper {
+       display: block;
+}
+
 /* Hide Widget Settings by Default */
 .widget-inside,
 .widget-description {
@@ -369,7 +375,7 @@ div#widgets-right .closed .widgets-sortables {
 }
 
 .js #removing-widget {
-       color: #2ea2cc;
+       color: #00a0d2;
 }
 
 .widget-control-noform,
@@ -475,7 +481,7 @@ div#widgets-right .widget-top:hover,
 }
 
 .widgets-chooser li.widgets-chooser-selected {
-       background: #2ea2cc;
+       background: #00a0d2;
        color: #fff;
 }
 
@@ -504,6 +510,10 @@ div#widgets-right .widget-top:hover,
        cursor: pointer;
 }
 
+#available-widgets .widget.ui-draggable-dragging .widget-top {
+       cursor: move;
+}
+
 /* =Media Queries
 -------------------------------------------------------------- */