~canonical-sysadmins/wordpress/5.0.2

« back to all changes in this revision

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

  • Committer: Barry Price
  • Date: 2018-12-12 05:08:33 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: barry.price@canonical.com-20181212050833-y090hmrbmlxy37aa
Merge WP5.0 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        background: #eee;
157
157
        border-color: #999;
158
158
        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
159
 
        -webkit-transform: translateY(1px);
160
159
        transform: translateY(1px);
161
160
}
162
161
 
180
179
        box-shadow: none !important;
181
180
        text-shadow: 0 1px 0 #fff !important;
182
181
        cursor: default;
183
 
        -webkit-transform: none !important;
184
182
        transform: none !important;
185
183
}
186
184