1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Css: Fix top tabs showing vertically instead of horizontally [#754]

This commit is contained in:
gnosygnu
2020-07-02 09:06:53 -04:00
parent 7c0a8c5064
commit 6b2e120fc1
2 changed files with 18 additions and 13 deletions

View File

@@ -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 {