Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
adjust palette css for the changes in core-menu and core-item
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 9, 2014
1 parent 8b6c152 commit 71fe5f9
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions elements/x-palette/x-palette.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
:host {
:host {
position: relative;
}

#title {
height: 54px;
line-height: 54px;
font-size: 1.5px;
padding-left: 22px;
background-color: #E0E0E0;
border-bottom: 1px solid #E1E1E1;
}

#list {
background-color: #F2F2F2;
position: absolute;
top: 0;
right: 0px;
left: 0px;
bottom: 0px;
padding: 10px 25px;
overflow-y: auto;
font-size: 15px;
opacity: 0.9;
-webkit-overflow-scrolling: touch;
-webkit-user-select: none;
-moz-user-select: none;
Expand All @@ -36,7 +30,6 @@
.simple-item {
height: 40px;
line-height: 40px;
opacity: 0.7;
font-size: 14px;
font-weight: 500;
cursor: pointer;
Expand Down

0 comments on commit 71fe5f9

Please sign in to comment.