~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-includes/js/thickbox/thickbox.css

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
#TB_closeWindowButton:focus .tb-close-icon {
146
146
        color: #00a0d2;
147
147
}
 
148
 
 
149
#TB_closeWindowButton:focus .tb-close-icon {
 
150
        -webkit-box-shadow:
 
151
                0 0 0 1px #5b9dd9,
 
152
                0 0 2px 1px rgba(30, 140, 190, .8);
 
153
        box-shadow:
 
154
                0 0 0 1px #5b9dd9,
 
155
                0 0 2px 1px rgba(30, 140, 190, .8);
 
156
}