git-svn-id: http://core.svn.wordpress.org/trunk@22610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4d585176d1
commit
1d65270bdb
|
@ -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