Halibut1980
BANNED | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору shura1973 Вообщем, суть-то как раз - без расширений обойтись, да к тому ж запоздало прочел, так что уязвленное чувство прекрасного, вкупе с 3-мя выпитыми литрами пива, заставили засесть меня за учебники и родить следующее: Код: body {} ::-webkit-scrollbar { width: 6px !important; height: 6px !important; } ::-webkit-scrollbar-track-piece{ background-color: inherit !important; -webkit-border-radius: 6px !important; } ::-webkit-scrollbar-thumb:vertical{ height: 50px !important; background-color: rgba(255,255,255,0.3) !important; border: 1px solid rgba(60,60,60,0.5) !important; -webkit-border-radius: 6px !important; } ::-webkit-scrollbar-thumb:vertical:hover { height: 50px !important; background-color: rgba(200,200,200,0.5) !important; border: 1px solid rgba(120,120,120,0.5) !important; -webkit-border-radius: 6px !important; } ::-webkit-scrollbar-thumb:vertical:active { height: 50px !important; background-color: rgba(60,60,60,0.6) !important; border: 1px solid rgba(255,255,255,0.6) !important; -webkit-border-radius: 6px !important; } ::-webkit-scrollbar-thumb:horizontal{ height: 50px !important; background-color: rgba(255,255,255,0.3) !important; border: 1px solid rgba(60,60,60,0.5) !important; -webkit-border-radius: 6px !important; } ::-webkit-scrollbar-thumb:horizontal:hover { height: 50px !important; background-color: rgba(200,200,200,0.5) !important; border: 1px solid rgba(120,120,120,0.5) !important; -webkit-border-radius: 6px !important; } ::-webkit-scrollbar-thumb:horizontal:active { height: 50px !important; background-color: rgba(60,60,60,0.6) !important; border: 1px solid rgba(255,255,255,0.6) !important; -webkit-border-radius: 6px !important; } | (вдруг кому пригодится) что позволило добиться прозрачности и дало следующее: - выглядит вполне прилично и на светлом и на темном. | Всего записей: 484 | Зарегистр. 23-10-2010 | Отправлено: 02:50 03-11-2011 | Исправлено: Halibut1980, 02:50 03-11-2011 |
|