Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 19630)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -2092,6 +2092,9 @@
 	height: 30px;
 	cursor: pointer;
 }
+.no-js .postbox .handlediv {
+	display: none;
+}
 
 .sortable-placeholder {
 	border-width: 1px;
@@ -2121,6 +2124,12 @@
 	user-select: none;
 }
 
+.no-js .widget .widget-top,
+.no-js .postbox h3,
+.no-js .stuffbox h3 {
+	cursor: default;
+}
+
 .postbox .inside,
 .stuffbox .inside {
 	padding: 0 10px;
@@ -2298,6 +2307,10 @@
 	table-layout: fixed;
 }
 
+.no-js .column-cb input[type="checkbox"] {
+	display: none;
+}
+
 .fixed .column-rating,
 .fixed .column-visible {
 	width: 8%;
@@ -7463,7 +7476,9 @@
 	border-top-right-radius: 3px;
 	border-top-left-radius: 3px;
 }
-
+.no-js div.sidebar-name {
+	cursor: default;
+}
 .js .closed .sidebar-name {
 	-webkit-border-bottom-right-radius: 3px;
 	-webkit-border-bottom-left-radius: 3px;
@@ -7698,6 +7713,10 @@
 	width: 26px;
 }
 
+.no-js .sidebar-name-arrow {
+	display: none;
+}
+
 .widget-title .in-widget-title {
 	font-size: 12px;
 	white-space: nowrap;
