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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user