~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/js/tinymce/plugins/compat3x/css/dialog.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:
1
 
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin-ext,latin");
2
 
 
3
1
/* Generic */
4
2
body {
5
 
font-family: "Open Sans", sans-serif;
 
3
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
6
4
font-size:13px;
7
5
background:#fcfcfc;
8
6
padding:0;
65
63
        background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
66
64
        background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
67
65
        background-image: linear-gradient(to bottom, #fafafa, #e9e9e9);
68
 
        
 
66
 
69
67
        text-shadow: 0 1px 0 #fff;
70
68
        -webkit-box-shadow: inset 0 1px 0 #fff;
71
69
        -moz-box-shadow: inset 0 1px 0 #fff;
201
199
#colorpicker #picker_panel fieldset {margin:auto;width:325px;}
202
200
 
203
201
 
204
 
/* Localization */ 
 
202
/* Localization */
205
203
 
206
204
body[dir="rtl"],
207
205
body[dir="rtl"] fieldset,