From 6b2e120fc15a9816d25a1b2c10197258f0b58fea Mon Sep 17 00:00:00 2001 From: gnosygnu Date: Thu, 2 Jul 2020 09:06:53 -0400 Subject: [PATCH] Css: Fix top tabs showing vertically instead of horizontally [#754] --- res/bin/any/xowa/cfg/app/xowa.gfs | 26 ++++++++++--------- .../any/xowa/html/res/src/xowa/core/core.css | 5 +++- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/res/bin/any/xowa/cfg/app/xowa.gfs b/res/bin/any/xowa/cfg/app/xowa.gfs index 51e9407c6..73d368504 100644 --- a/res/bin/any/xowa/cfg/app/xowa.gfs +++ b/res/bin/any/xowa/cfg/app/xowa.gfs @@ -149,7 +149,8 @@ app.wikis.get('~{wiki_key}').html.portal { div_ns = <:["
-
+ +

~{<>msgs.get('namespaces');<>}

  • msgs.get_html_accesskey_and_title('ca-nstab-main');<>}>~{<>msgs.get('nstab-main');<>}
  • @@ -162,24 +163,25 @@ app.wikis.get('~{wiki_key}').html.portal { div_view = <:["
    -
    + +

    ~{<>msgs.get('views');<>}

    + "]:> ; diff --git a/res/bin/any/xowa/html/res/src/xowa/core/core.css b/res/bin/any/xowa/html/res/src/xowa/core/core.css index 9acd261a9..859fb83d9 100644 --- a/res/bin/any/xowa/html/res/src/xowa/core/core.css +++ b/res/bin/any/xowa/html/res/src/xowa/core/core.css @@ -67,7 +67,10 @@ div#simpleSearch input { position: absolute; margin: 0; border: 0; - background-color: transparent; + /*NOTE: fix transparent search box; ISSUE#:754 DATE:2020-07-02*/ + /*(used to work) background-color: transparent;*/ + background-color: white + border-width:1px;border-style:solid;border-color:rgb(162, 169, 177); } div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton {