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 {
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;
}
/*