1
0
Fork 0
forked from 0x2620/oxjs

update css for classic theme

This commit is contained in:
Rolux 2010-07-05 09:09:34 +02:00
commit 9eb96ea54c
8 changed files with 417 additions and 47 deletions

View file

@ -138,6 +138,16 @@ Dialog
cursor: se-resize;
}
/*
================================================================================
Drag & Drop
================================================================================
*/
.OxDrag {
cursor: move;
}
/*
================================================================================
Forms
@ -878,10 +888,23 @@ Requests
/*
================================================================================
Drag & Drop
Scrollbars
================================================================================
*/
.OxDrag {
cursor: move;
}
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-button {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-track {
-webkit-border-radius: 6px;
}