~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/css/editor.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:
140
140
        margin: 8px 0;
141
141
        white-space: normal;
142
142
        font-size: 14px;
143
 
        font-weight: normal;
 
143
        font-weight: 400;
144
144
}
145
145
 
146
146
.mce-window .wp-editor-help table {
180
180
}
181
181
 
182
182
.mce-window .wp-editor-help th {
183
 
        font-weight: bold;
 
183
        font-weight: 600;
184
184
        padding-bottom: 0;
185
185
}
186
186
 
187
187
.mce-window .wp-editor-help kbd {
188
188
        font-family: monospace;
189
189
        padding: 2px 7px 3px;
190
 
        font-weight: bold;
 
190
        font-weight: 600;
191
191
        margin: 0;
192
192
        background: #eaeaea;
193
193
        background: rgba(0,0,0,0.08);
838
838
.mce-notification button.mce-close {
839
839
        right: 6px;
840
840
        top: 3px;
841
 
        font-weight: normal;
 
841
        font-weight: 400;
842
842
        color: #555d66;
843
843
}
844
844
 
1109
1109
        background: #ebebeb;
1110
1110
        color: #666;
1111
1111
        cursor: pointer;
1112
 
        font: 13px/19px "Open Sans", sans-serif;
 
1112
        font-size: 13px;
 
1113
        line-height: 19px;
1113
1114
        height: 20px;
1114
1115
        margin: 5px 0 0 5px;
1115
1116
        padding: 3px 8px 4px;
1241
1242
}
1242
1243
 
1243
1244
.quicktags-toolbar input[value="b"] {
1244
 
        font-weight: bold;
 
1245
        font-weight: 600;
1245
1246
}
1246
1247
 
1247
1248
.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
1600
1601
}
1601
1602
 
1602
1603
#wp-link li.selected .item-title {
1603
 
        font-weight: bold;
 
1604
        font-weight: 600;
1604
1605
}
1605
1606
 
1606
1607
#wp-link li:last-child {
1756
1757
        cursor: pointer;
1757
1758
}
1758
1759
 
 
1760
div.wp-link-preview a.wplink-url-error {
 
1761
        color: #dc3232;
 
1762
}
 
1763
 
1759
1764
div.wp-link-input {
1760
1765
        float: left;
1761
1766
        margin: 2px;