mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 03:52:35 -04:00
force custom design to override rules from libraries
This commit is contained in:
parent
126781bbb5
commit
36225207c0
@ -23,6 +23,29 @@
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kiwix #kiwixtoolbar button,
|
||||||
|
.kiwix #kiwixtoolbar #kiwixsearchform input[type="submit"] {
|
||||||
|
margin-right: 5px;
|
||||||
|
padding: 0 6px;
|
||||||
|
border: 1px solid #999;
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: #ededed;
|
||||||
|
font-weight: normal;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.kiwix #kiwixtoolbar a {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
.kiwix #kiwixtoolbar a > button {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
.kiwix #kiwixtoolbar #kiwixsearchform input {
|
||||||
|
border: 1px solid #999;
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: #fff;
|
||||||
|
padding: 2px 2px 2px 3px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Try to fix buggy stuff in jquery-ui autocomplete */
|
/* Try to fix buggy stuff in jquery-ui autocomplete */
|
||||||
#ui-id-1, .ui-autocomplete {
|
#ui-id-1, .ui-autocomplete {
|
||||||
background: white !important;
|
background: white !important;
|
||||||
@ -44,8 +67,8 @@ li.ui-state-focus {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the breakpoint "600px" is the width of the 3 btns "library", "home" and "randoml" */
|
/* the breakpoint "645px" is the width of the 3 btns "library", "home" and "randoml" */
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 645px) {
|
||||||
.kiwixsearch {
|
.kiwixsearch {
|
||||||
float: none;
|
float: none;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user