reduce use of jqmlistview
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
.collapseContent {
|
||||
border-width: 0 1px 1px 1px;
|
||||
padding: 1em 1.25em;
|
||||
padding: 1.25em 1.25em;
|
||||
height: 0;
|
||||
transition-property: height;
|
||||
transition-duration: 300ms;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.emby-tab-button {
|
||||
background: transparent;
|
||||
border: 2px solid transparent !important;
|
||||
border-width: 0 0 2px 0 !important;
|
||||
border: 2px solid transparent;
|
||||
border-width: 0 0 2px 0;
|
||||
cursor: pointer;
|
||||
outline: none !important;
|
||||
width: auto;
|
||||
@@ -24,13 +24,13 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.emby-tab-button:focus {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.emby-tab-button:focus {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.emby-tab-button-active {
|
||||
color: #52B54B !important;
|
||||
border-color: #52B54B !important;
|
||||
border-color: #52B54B;
|
||||
}
|
||||
|
||||
.emby-tabs-slider {
|
||||
|
||||
Reference in New Issue
Block a user