git-svn-id: https://develop.svn.wordpress.org/trunk@22610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8438636322
commit
b520130998
@ -102,7 +102,9 @@
|
|||||||
.media-menu {
|
.media-menu {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
box-shadow: inset 6px 0 6px -6px rgba( 0, 0, 0, 0.4 )
|
border-right: 0;
|
||||||
|
border-left: 1px solid #d9d9d9;
|
||||||
|
box-shadow: inset 6px 0 6px -6px rgba( 0, 0, 0, 0.2 )
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -301,7 +301,8 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 16px 0;
|
padding: 16px 0;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
box-shadow: inset -6px 0 6px -6px rgba( 0, 0, 0, 0.4 );
|
border-right: 1px solid #d9d9d9;
|
||||||
|
box-shadow: inset -6px 0 6px -6px rgba( 0, 0, 0, 0.2 );
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user