mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Standardize transition-animations on modal close/arrow buttons.
props celloexpressions. fixes #29021. git-svn-id: https://develop.svn.wordpress.org/trunk@29365 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -147,6 +147,8 @@
|
||||
height: 48px;
|
||||
z-index: 1000;
|
||||
color: #777;
|
||||
-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
|
||||
transition: color .1s ease-in-out, background .1s ease-in-out;
|
||||
}
|
||||
|
||||
.media-modal-close span.media-modal-icon {
|
||||
@@ -1082,8 +1084,8 @@
|
||||
background: #1e8cbe;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
-webkit-transition: width 300ms;
|
||||
transition: width 300ms;
|
||||
-webkit-transition: width 300ms;
|
||||
transition: width 300ms;
|
||||
}
|
||||
|
||||
.media-uploader-status .media-progress-bar {
|
||||
@@ -2683,6 +2685,8 @@
|
||||
text-align: center;
|
||||
border: 0;
|
||||
border-left: 1px solid #ddd;
|
||||
-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
|
||||
transition: color .1s ease-in-out, background .1s ease-in-out;
|
||||
}
|
||||
|
||||
.edit-attachment-frame .edit-media-header .left {
|
||||
@@ -2734,6 +2738,9 @@
|
||||
.edit-attachment-frame .edit-media-header .left:focus {
|
||||
background: #0074a2;
|
||||
color: #fff;
|
||||
outline: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.edit-attachment-frame .media-frame-content,
|
||||
|
||||
Reference in New Issue
Block a user