mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update action sheet
This commit is contained in:
parent
a81a127cc6
commit
d1842ae4e3
24 changed files with 246 additions and 98 deletions
37
dashboard-ui/thirdparty/paper-button-style.css
vendored
37
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -314,3 +314,40 @@ paper-fab.square {
|
|||
paper-slider {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
paper-menu-item {
|
||||
padding: .35em .5em;
|
||||
}
|
||||
|
||||
paper-menu-item iron-icon {
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
.actionSheetMenuItem {
|
||||
cursor: pointer;
|
||||
}
|
||||
.actionSheetMenuItem:hover {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.scrollablePaperTabs paper-icon-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*.scrollablePaperTabs #tabsContainer {
|
||||
text-align: center;
|
||||
overflow-x: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap;
|
||||
-ms-overflow-style: none;
|
||||
overflow: -moz-scrollbars-none;
|
||||
}
|
||||
|
||||
.scrollablePaperTabs #tabsContainer::-webkit-scrollbar {
|
||||
height: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.scrollablePaperTabs #tabsContent {
|
||||
position: static !important;
|
||||
}*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue