forked from 0x2620/oxjs
fixing paths in Ox.UI
This commit is contained in:
parent
60ca706912
commit
fd58906e04
13 changed files with 23 additions and 23 deletions
|
|
@ -320,16 +320,16 @@ Scrollbars
|
|||
background: -webkit-gradient(linear, left top, right top, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
|
||||
}
|
||||
.OxThemeClassic ::-webkit-scrollbar-button:horizontal:decrement {
|
||||
background: url(../png/ox.ui.classic/scrollbarHorizontalDecrement.png);
|
||||
background: url(../png/Ox.UI.classic/scrollbarHorizontalDecrement.png);
|
||||
}
|
||||
.OxThemeClassic ::-webkit-scrollbar-button:horizontal:increment {
|
||||
background: url(../png/ox.ui.classic/scrollbarHorizontalIncrement.png);
|
||||
background: url(../png/Ox.UI.classic/scrollbarHorizontalIncrement.png);
|
||||
}
|
||||
.OxThemeClassic ::-webkit-scrollbar-button:vertical:decrement {
|
||||
background: url(../png/ox.ui.classic/scrollbarVerticalDecrement.png);
|
||||
background: url(../png/Ox.UI.classic/scrollbarVerticalDecrement.png);
|
||||
}
|
||||
.OxThemeClassic ::-webkit-scrollbar-button:vertical:increment {
|
||||
background: url(../png/ox.ui.classic/scrollbarVerticalIncrement.png);
|
||||
background: url(../png/Ox.UI.classic/scrollbarVerticalIncrement.png);
|
||||
}
|
||||
.OxThemeClassic ::-webkit-scrollbar-corner {
|
||||
border-right: 1px solid rgb(176, 176, 176);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue