diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index e7abd7a9..3d4a3d51 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1377,29 +1377,23 @@ Lists } .OxTableList .OxBar .OxSelect { position: absolute; - right: 0px; - width: 11px; height: 16px; border-width: 0 1px 0 0; border-style: solid; - background: rgba(0, 0, 0, 0); font-size: 11px; text-align: center; cursor: pointer; overflow: hidden; border-radius: 0; } -.OxTableList .OxBar .OxSelect > input { - margin-right: -3px; -} .OxTableList .OxBar .OxClear { position: absolute; right: 0; height: 8px; - padding: 4px 1px; + padding-top: 4px; + padding-bottom: 4px; border-width: 0 1px 0 0; border-style: solid; - margin-right: -2px; cursor: pointer; } @@ -1978,18 +1972,18 @@ Scrollbars */ ::-webkit-scrollbar { - width: 12px; - height: 12px; + width: 8px; + height: 8px; } ::-webkit-scrollbar-button { - width: 12px; - height: 12px; + width: 8px; + height: 8px; } ::-webkit-scrollbar-thumb { - border-radius: 6px; + border-radius: 8px; } ::-webkit-scrollbar-track { - border-radius: 6px; + border-radius: 8px; } /*