]> scripts.mit.edu Git - autoinstallsdev/wordpress.git/blobdiff - wp-admin/css/colors/light/colors.css
WordPress 4.2
[autoinstallsdev/wordpress.git] / wp-admin / css / colors / light / colors.css
index ca83d94f93e10cfa55f05418a4ca878b362286ee..925d221aa669d290246f76fa4ada4c0d7bc0d499 100644 (file)
@@ -7,12 +7,12 @@ html {
 
 /* Links */
 a {
-  color: #0074a2; }
+  color: #0073aa; }
   a:hover, a:active, a:focus {
-    color: #0099d5; }
+    color: #0095dd; }
 
 #media-upload a.del-link:hover, div.dashboard-widget-submit input:hover, .subsubsub a:hover, .subsubsub a.current:hover {
-  color: #0099d5; }
+  color: #0095dd; }
 
 /* Forms */
 input[type=checkbox]:checked:before {
@@ -22,7 +22,7 @@ input[type=radio]:checked:before {
   background: #04a4cc; }
 
 .wp-core-ui input[type="reset"]:hover, .wp-core-ui input[type="reset"]:active {
-  color: #0099d5; }
+  color: #0095dd; }
 
 /* Core UI */
 .wp-core-ui .button-primary {
@@ -35,14 +35,17 @@ input[type=radio]:checked:before {
     background: #0490b3;
     border-color: #036881;
     color: white;
-    -webkit-box-shadow: inset 0 1px 0 #09cafa, 0 1px 0 rgba(0, 0, 0, 0.15);
-    box-shadow: inset 0 1px 0 #09cafa, 0 1px 0 rgba(0, 0, 0, 0.15); }
+    -webkit-box-shadow: inset 0 1px 0 #09cafa;
+    box-shadow: inset 0 1px 0 #09cafa; }
+  .wp-core-ui .button-primary:focus {
+    -webkit-box-shadow: inset 0 1px 0 #09cafa, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
+    box-shadow: inset 0 1px 0 #09cafa, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8); }
   .wp-core-ui .button-primary:active {
     background: #037c9a;
     border-color: #036881;
     color: white;
-    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
-    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); }
+    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
+    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8); }
   .wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
     color: #c7cfd1 !important;
     background: #0384a4 !important;
@@ -140,7 +143,7 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
   color: #fff;
   background: #888; }
 
-#adminmenu li.wp-has-current-submenu div.wp-menu-image:before {
+#adminmenu li.wp-has-current-submenu div.wp-menu-image:before, #adminmenu a.current:hover div.wp-menu-image:before, #adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before, #adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before, #adminmenu li:hover div.wp-menu-image:before, #adminmenu li a:focus div.wp-menu-image:before, #adminmenu li.opensub div.wp-menu-image:before, .ie8 #adminmenu li.opensub div.wp-menu-image:before {
   color: #ccc; }
 
 /* Admin Menu: bubble */
@@ -251,43 +254,50 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
 .wp-pointer .wp-pointer-content h3:before {
   color: #04a4cc; }
 
-.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
+.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-top .wp-pointer-arrow-inner, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
   border-bottom-color: #04a4cc; }
 
-/* Media Uploader */
+/* Media */
 .media-item .bar, .media-progress-bar div {
   background-color: #04a4cc; }
 
 .details.attachment {
-  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 5px #04a4cc;
-  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #04a4cc; }
+  -webkit-box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #04a4cc;
+  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #04a4cc; }
 
 .attachment.details .check {
   background-color: #04a4cc;
   -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #04a4cc;
   box-shadow: 0 0 0 1px #fff, 0 0 0 2px #04a4cc; }
 
+.media-selection .attachment.selection.details .thumbnail {
+  -webkit-box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #04a4cc;
+  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #04a4cc; }
+
 /* Themes */
-.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme:hover:after {
+.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme a:hover:after, .theme-browser .theme.add-new-theme a:focus:after {
   background: #04a4cc; }
 
-.theme-browser .theme.add-new-theme:hover span:after {
+.theme-browser .theme.add-new-theme a:hover span:after, .theme-browser .theme.add-new-theme a:focus span:after {
   color: #04a4cc; }
 
-.theme-overlay .theme-header .close:hover, .theme-overlay .theme-header .right:hover, .theme-overlay .theme-header .left:hover {
-  background: #04a4cc; }
-
 .theme-section.current, .theme-filter.current {
   border-bottom-color: #e5e5e5; }
 
-body.more-filters-opened .more-filters, body.more-filters-opened .more-filters:before {
+body.more-filters-opened .more-filters {
   color: #333;
   background-color: #e5e5e5; }
 
-body.more-filters-opened .more-filters:hover, body.more-filters-opened .more-filters:focus, body.more-filters-opened .more-filters:hover:before, body.more-filters-opened .more-filters:focus:before {
+body.more-filters-opened .more-filters:before {
+  color: #333; }
+
+body.more-filters-opened .more-filters:hover, body.more-filters-opened .more-filters:focus {
   background-color: #888;
   color: #fff; }
 
+body.more-filters-opened .more-filters:hover:before, body.more-filters-opened .more-filters:focus:before {
+  color: #fff; }
+
 /* Widgets */
 .widgets-chooser li.widgets-chooser-selected {
   background-color: #888;
@@ -308,14 +318,6 @@ body.more-filters-opened .more-filters:hover, body.more-filters-opened .more-fil
   -webkit-box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15);
   box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15); }
 
-/* Thickbox: Plugin information */
-#sidemenu a.current {
-  background: #f5f5f5;
-  border-bottom-color: #f5f5f5; }
-
-#plugin-information .action-button {
-  background: #04a4cc; }
-
 /* Responsive Component */
 div#wp-responsive-toggle a:before {
   color: #999; }
@@ -324,9 +326,6 @@ div#wp-responsive-toggle a:before {
   border-color: transparent;
   background: #888; }
 
-.star-rating .star {
-  color: #04a4cc; }
-
 .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
   background: #fff; }