~canonical-sysadmins/wordpress/4.5.2

« back to all changes in this revision

Viewing changes to wp-includes/js/thickbox/thickbox.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:
43
43
        float: right;
44
44
}
45
45
 
46
 
#TB_closeAjaxWindow {
47
 
        float: right;
48
 
}
49
 
 
50
 
#TB_closeAjaxWindow a {
51
 
        text-decoration: none;
 
46
#TB_closeWindowButton {
 
47
        position: absolute;
 
48
        left: auto;
 
49
        right: 0;
 
50
        width: 29px;
 
51
        height: 29px;
 
52
        border: 0;
 
53
        padding: 0;
 
54
        background: none;
 
55
        cursor: pointer;
 
56
        outline: none;
 
57
        -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
 
58
        transition: color .1s ease-in-out, background .1s ease-in-out;
52
59
}
53
60
 
54
61
#TB_ajaxWindowTitle {
64
71
 
65
72
#TB_title {
66
73
        background: #fcfcfc;
67
 
        border-bottom: 1px solid #dfdfdf;
 
74
        border-bottom: 1px solid #ddd;
68
75
        height: 29px;
69
76
}
70
77
 
115
122
}
116
123
 
117
124
.tb-close-icon {
 
125
        display: block;
118
126
        color: #666;
119
127
        text-align: center;
120
128
        line-height: 29px;
133
141
        -moz-osx-font-smoothing: grayscale;
134
142
}
135
143
 
136
 
.tb-close-icon:hover {
 
144
#TB_closeWindowButton:hover .tb-close-icon,
 
145
#TB_closeWindowButton:focus .tb-close-icon {
137
146
        color: #00a0d2;
138
147
}