Skip to content

[CLOSED] Linux custom css scrollbar #4515

@core-ai-bot

Description

@core-ai-bot

Issue by Zolmeister
Thursday Aug 22, 2013 at 19:00 GMT
Originally opened as adobe/brackets#4884


The default Linux scrollbar for content looks poor due to sandbox rendering.

Here is a proposed css default scrollbar replacement (http://jsfiddle.net/6kEx5/):

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track-piece {
    background: #aaa;
}

::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 2px;
}

::-webkit-scrollbar-corner       {
    background: #999;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #888;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions