no message

This commit is contained in:
George Michael Brower 2014-08-31 20:30:23 -07:00
parent bd1f88016c
commit cd727b8eff
2 changed files with 5 additions and 0 deletions

View File

@ -654,6 +654,10 @@ Polymer('gui-row', {
font: 10px 'Lucida Grande', sans-serif; font: 10px 'Lucida Grande', sans-serif;
color: #eee; color: #eee;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer; cursor: pointer;
text-align: center; text-align: center;
padding: 6px 8px; padding: 6px 8px;

View File

@ -24,6 +24,7 @@
} }
&.open-false { &.open-false {
} }
} }