assets/css/home.css in word-games-theme-1.7.8 vs assets/css/home.css in word-games-theme-1.7.9

- old
+ new

@@ -1,5 +1,33 @@ +.startsWith, +.mustInclude, +.endsWith, +.exculdeWith, +.inculdeWith, +.wordLength { + position: relative; +} + +.filter-tooltip { + opacity: .5; + position: absolute; + top: 20px; + right: 10px; + font-size: 15px; +} + +.tooltip-inner { + width: 140px !important; + margin: 0 auto; +} + +.tooltip { + z-index: 99999; + font-size: 1rem; +} + + .pageHeaderBg { width: 100%; height: 100%; display: flex; flex-direction: column; @@ -269,20 +297,20 @@ display: none; } .fillterWrapper label { margin: 0; - text-indent: 12px; + text-indent: 5px; } .fillterWrapper input { border-radius: 10px; border: solid 1px rgba(0, 0, 0, 0.11); background-color: #fff; font-size: 12px; padding: 5px 12px; /* text-indent: 15px; */ - width: 190px; + width: 100%; outline: none; box-shadow: none; } .btn-info:not(:disabled):not(.disabled).active:focus, \ No newline at end of file