update components

This commit is contained in:
Luke Pulverenti 2016-09-23 02:57:24 -04:00
parent 0c7088e379
commit cf2c7ca241
157 changed files with 2861 additions and 2975 deletions

View file

@ -5,7 +5,15 @@
border: none;
max-height: 84%;
border-radius: 1px !important;
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
color: #fff;
}
.actionsheet-not-fullscreen {
background-color: #262626;
}
.actionSheetMenuItem:hover {
background-color: #333;
}
.actionsheet-fullscreen {

View file

@ -119,6 +119,8 @@
if (isFullscreen) {
dlg.classList.add('actionsheet-fullscreen');
} else {
dlg.classList.add('actionsheet-not-fullscreen');
}
var extraSpacing = !layoutManager.tv;