~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-includes/css/buttons-rtl.css

  • Committer: Nick Moffitt
  • Date: 2016-04-14 10:43:32 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: nick.moffitt@canonical.com-20160414104332-61kvsia27qpmjquk
new upstream release 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
.wp-core-ui .button-secondary:active {
163
163
        background: #eee;
164
164
        border-color: #999;
165
 
        -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
166
 
        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
167
 
        -webkit-transform: translateY(1px);
168
 
        -ms-transform: translateY(1px);
169
 
        transform: translateY(1px);
 
165
        -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
 
166
        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
 
167
        -webkit-transform: translateY(1px);
 
168
        -ms-transform: translateY(1px);
 
169
        transform: translateY(1px);
170
170
}
171
171
 
172
172
.wp-core-ui .button.active:focus {
224
224
        background: #0085ba;
225
225
        border-color: #0073aa #006799 #006799;
226
226
        -webkit-box-shadow: 0 1px 0 #006799;
227
 
        box-shadow: 0 1px 0 #006799;
228
 
        color: #fff;
 
227
        box-shadow: 0 1px 0 #006799;
 
228
        color: #fff;
229
229
        text-decoration: none;
230
230
        text-shadow: 0 -1px 1px #006799,
231
231
                -1px 0 1px #006799,
256
256
.wp-core-ui .button-primary:active {
257
257
        background: #0073aa;
258
258
        border-color: #006799;
259
 
        -webkit-box-shadow: inset 0 2px 0 #006799;
260
 
        box-shadow: inset 0 2px 0 #006799;
261
 
        vertical-align: top;
 
259
        -webkit-box-shadow: inset 0 2px 0 #006799;
 
260
        box-shadow: inset 0 2px 0 #006799;
 
261
        vertical-align: top;
262
262
}
263
263
 
264
264
.wp-core-ui .button-primary[disabled],