2019-10-21 10:31:45 -05:00
|
|
|
@-moz-document url-prefix() {
|
|
|
|
#formulabar #formulaInput, #formulabar #addressInput{
|
|
|
|
border-radius: 0px;
|
|
|
|
border:1px solid #bbbbbb !important;
|
|
|
|
}
|
|
|
|
#toolbar-wrapper{
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
#toolbar-up{
|
|
|
|
top:-1px;
|
|
|
|
}
|
|
|
|
}
|
2019-10-29 10:32:07 -05:00
|
|
|
#toolbar-down table.w2ui-button .w2ui-tb-image {
|
|
|
|
margin: 5px 9px 3px 9px!important;
|
|
|
|
}
|
|
|
|
.w2ui-toolbar .w2ui-break{
|
|
|
|
background-image: none;
|
|
|
|
background-color: #dae6f3;
|
|
|
|
}
|
2019-10-30 09:18:54 -05:00
|
|
|
#setgamma input.spinfield {
|
|
|
|
width: 140px !important;
|
|
|
|
}
|
2019-10-31 10:21:02 -05:00
|
|
|
#toolbar-down table.w2ui-button:not(.checked) td.w2ui-tb-down > div {
|
|
|
|
border-top: none !important;
|
|
|
|
margin-top: 0 !important;
|
|
|
|
border-bottom: 5px solid #8D99A7 !important;
|
|
|
|
}
|
|
|
|
#toolbar-down table.w2ui-button.checked td.w2ui-tb-down > div {
|
|
|
|
border-bottom: none;
|
|
|
|
border-top: 5px solid #8D99A7;
|
|
|
|
margin-bottom: 5px !important;
|
|
|
|
}
|
|
|
|
#w2ui-overlay-editbar .menu{
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
#w2ui-overlay-editbar:before{
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
#w2ui-overlay-editbar:after{
|
|
|
|
border: none;
|
|
|
|
border-top: 8px solid #000000;
|
|
|
|
border-top-color: inherit;
|
|
|
|
border-right: 8px solid transparent;
|
|
|
|
border-left: 8px solid transparent;
|
|
|
|
top: 100%;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
2019-11-01 07:38:09 -05:00
|
|
|
#toolbar-search #tb_searchbar_item_search *{
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
#toolbar-search input#search-input{
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
#toolbar-search #tb_searchbar_item_left, #tb_searchbar_right {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#toolbar-search #tb_searchbar_item_hidesearchbar{
|
|
|
|
padding: 1px 8px !important;
|
|
|
|
}
|
|
|
|
#toolbar-search #tb_searchbar_item_search{
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
#toolbar-search #search-input-group > label{
|
|
|
|
display: none;
|
|
|
|
}
|