X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..38ac4bc40322ecdc4052db4263466573e01fa51f:/wp-admin/css/widgets.css diff --git a/wp-admin/css/widgets.css b/wp-admin/css/widgets.css index 75014f6d..3befaf29 100644 --- a/wp-admin/css/widgets.css +++ b/wp-admin/css/widgets.css @@ -16,6 +16,9 @@ .widget-top a.widget-action, .widget-top a.widget-action:hover { + -webkit-box-shadow: none; + box-shadow: none; + outline: none; text-decoration: none; } @@ -46,7 +49,7 @@ .deleting .widget-title, .deleting .widget-top a.widget-action:after { - color: #aaa; + color: #a0a5aa; } /* Widget Dragging Helpers */ @@ -59,7 +62,7 @@ } .widget-placeholder { - border: 1px dashed #bbb; + border: 1px dashed #b4b9be; margin: 0 auto 10px; height: 45px; width: 100%; @@ -268,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 */ @@ -345,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 { @@ -366,7 +375,7 @@ div#widgets-right .closed .widgets-sortables { } .js #removing-widget { - color: #2ea2cc; + color: #00a0d2; } .widget-control-noform, @@ -472,7 +481,7 @@ div#widgets-right .widget-top:hover, } .widgets-chooser li.widgets-chooser-selected { - background: #2ea2cc; + background: #00a0d2; color: #fff; } @@ -501,6 +510,10 @@ div#widgets-right .widget-top:hover, cursor: pointer; } +#available-widgets .widget.ui-draggable-dragging .widget-top { + cursor: move; +} + /* =Media Queries -------------------------------------------------------------- */