Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #25985 from cctuan/1094003
Browse files Browse the repository at this point in the history
Bug 1094003 - [Text Selection] Pop-up menu UI improvement
  • Loading branch information
cctuan committed Nov 10, 2014
2 parents e632da1 + ba88c2d commit 1ae19a5
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -10,8 +10,8 @@
height: 5.2rem;
width: auto;
position: absolute;
background-color: #696b6e;
box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.4);
background-color: #606b6e;
box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.4);
border-radius: 0.2rem;
opacity: 0;
transition: opacity 0.3s ease;
Expand Down Expand Up @@ -45,7 +45,7 @@

#text-selection-dialog-root > .textselection-dialog div:after {
content: '';
background-color: #596466;
background-color: #525b5e;
width: 0.1rem;
height: 4.4rem;
margin-top: 0.4rem;
Expand Down

0 comments on commit 1ae19a5

Please sign in to comment.