forked from 0x2620/oxjs
updating dialog
This commit is contained in:
parent
0aec06616b
commit
6c2304022d
4 changed files with 71 additions and 29 deletions
|
|
@ -43,6 +43,10 @@ Dialog
|
|||
color: rgb(48, 48, 48);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxDialog > .OxButtonsBar {
|
||||
border-top: 1px solid rgb(192, 192, 192);
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Forms
|
||||
|
|
@ -172,3 +176,12 @@ Scrollbars
|
|||
.OxThemeClassic ::-webkit-scrollbar-thumb:vertical:active {
|
||||
background: rgb(192, 192, 192);
|
||||
}
|
||||
body {
|
||||
scrollbar-face-color: #808080; /*/ obviously change this to whatever you want /*/
|
||||
scrollbar-arrow-color: #FFFFFF;
|
||||
scrollbar-highlight-color: #FFFBF0;
|
||||
scrollbar-3dlight-color: #808080;
|
||||
scrollbar-shadow-color: #FFFBF0;
|
||||
scrollbar-darkshadow-color: #808080;
|
||||
scrollbar-track-color: #CCCCCC;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue