1a { 2 color: @ini_existing; 3 font-weight: 500; 4} 5 6// quick fix, thanks @rjahn 7#mediamanager__page li div.li { 8 display: initial; 9 padding-left: 7px; 10} 11 12#mediamanager__page ul.thumbs li dt { 13 padding-bottom: 18px; 14} 15 16#mediamanager__page ul.thumbs li dd { 17 margin-left: 0; 18} 19 20//media manager styling fix 21.panel, .panelContent { 22 height: auto !important; 23} 24 25//other fixes 26.plugin_translation{ 27 a{ 28 color: rgba(0, 0, 0, 0.92) !important; 29 background: transparent !important; 30 } 31} 32 33.picker { 34 z-index: 99999; 35 .pickerbutton { 36 background: white; 37 border: none; 38 margin: 0px; 39 ._shadow_1dp; 40 } 41 .toolbutton { 42 background: white; 43 border: none; 44 margin: 0px; 45 ._shadow_1dp; 46 } 47} 48 49// BELOW YOU WILL FIND MODIFIED COMPONENTS TAKEN FROM MDL. 50// 51// Take a look at MDL here: https://getmdl.io/ 52// All MDL components used in this project are licensed under Apache License 2.0 53 54.mdl-layout__container{ 55 height: 100vh; 56} 57 58.mdl-layout.mdl-js-layout{ 59 min-height: 100vh; 60} 61 62.mdl-layout-title { 63 flex-shrink: 1; 64 overflow: hidden; 65 text-overflow: ellipsis; 66 white-space: nowrap; 67 min-width: 0; 68} 69 70.mdl-button.mdl-button--colored { 71 color: @ini_primary; 72} 73.mdl-button--fab.mdl-button--colored { 74 background: @ini_accent; 75 color: rgb(255,255,255); } 76.mdl-button--fab.mdl-button--colored:hover { 77 background: @ini_accent;} 78.mdl-button--fab.mdl-button--colored:focus:not(:active) { 79 background: @ini_accent;} 80.mdl-button--fab.mdl-button--colored:active { 81 background: @ini_accent;} 82 83.mdl-mini-footer { 84 margin: 0; 85} 86 87.mdl-navigation { 88 padding-top: 0px !important; 89} 90 91.mdl-navigation__link { 92 color: @light_secondary !important; 93 opacity: 1 !important; 94} 95 96.mdl-layout__drawer { 97 overflow: overlay; 98 ._shadow_3dp; 99 background: rgb(24,31,105); 100 background: @primary_dark; 101 border: none; 102 color: @light_secondary; 103} 104 105.mdl-layout__drawer--out { 106 width: 18.5em; 107} 108 109.mdl-layout__drawer.is-visible { 110 left: 0; 111} 112 113.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover { 114 background-color: @primary; } 115.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current { 116 background-color: @primary;} 117 118@media screen and (max-width: 1024px) { 119 .mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover { 120 background-color: @primary; } 121 .mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current { 122 background-color: @primary;} 123} 124 125.mdl-layout__drawer-button { 126 color: @dark_icon_active; 127} 128 129.mdl-layout__content { 130 background: @background_white; 131 display: flex; 132 flex-direction: column; 133} 134 135.mdl-layout__header .mdl-layout__drawer-button { 136 color: @dark_icon_active; 137} 138 139@media screen and (max-width: 1024px) { 140 .mdl-layout__drawer-button { 141 color: @dark_icon_active; } } 142 143.mdl-layout__header { 144 background-color: @header_white; 145 color: @dark_primary; 146} 147 148.mdl-layout__header-row { 149 background-color: @header_white; 150 color: @dark_primary; 151} 152 153.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label { 154 color: @ini_primary; 155} 156 157.mdl-textfield__label:after { 158 background-color: @ini_primary;} 159 160