~canonical-sysadmins/wordpress/4.6.1

« back to all changes in this revision

Viewing changes to wp-admin/css/color-picker-rtl.css

  • Committer: Nick Moffitt
  • Date: 2016-04-14 10:44:19 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: nick.moffitt@canonical.com-20160414104419-w6lxcr3ru4enc2w5
Merge WP4.5 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
.wp-picker-container .iris-picker {
95
95
        -webkit-border-radius: 0;
96
96
        border-radius: 0;
97
 
        border-color: #dfdfdf;
 
97
        border-color: #ddd;
98
98
        margin-top: 6px;
99
99
}
100
100
 
102
102
        width: 65px;
103
103
        font-size: 12px;
104
104
        font-family: monospace;
105
 
        text-align: center;
106
105
        line-height: 16px;
107
106
        margin: 0;
108
107
}
109
108
 
110
 
.wp-picker-container input[type="text"].wp-color-picker:focus::-webkit-input-placeholder {
111
 
        color: transparent;
112
 
}
113
 
 
114
 
.wp-picker-container input[type="text"].wp-color-picker:-moz-placeholder {
115
 
        color: #999;
 
109
.wp-color-picker::-webkit-input-placeholder {
 
110
        color: #72777c;
 
111
}
 
112
 
 
113
.wp-color-picker::-moz-placeholder {
 
114
        color: #72777c;
 
115
        opacity: 1;
 
116
}
 
117
 
 
118
.wp-color-picker:-ms-input-placeholder {
 
119
        color: #72777c;
116
120
}
117
121
 
118
122
.wp-picker-container input[type="text"].iris-error {