update custom scrollbar size and table list select/clear css

This commit is contained in:
rolux 2012-12-10 17:42:25 +01:00
parent cfca8af81e
commit ebcc3c674e

View file

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