Skip to content

Commit

Permalink
gtk-3.0/common.css: update scrollbars(there is no way to make a nice …
Browse files Browse the repository at this point in the history
…theme for gtk3 with images)
  • Loading branch information
tokiclover committed Jan 27, 2013
1 parent 001d5f0 commit e400986
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions gtk-3.0/common.css
Expand Up @@ -493,55 +493,55 @@ GtkFrame.shadow.etched.out,
background-image: url("img/holes_tiny_vert.png"),
url("img/slider_vert.png"),
url("img/shadow_square_tiny.png");
background-position: center, 0px 1px, center;
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: auto, 15px 100%, 13px 100%;
background-position: center;
background-repeat: no-repeat;
background-size: auto, 15px 104%, 13px 100%;
}
.scrollbar.slider.vertical:hover {
background-color: transparent;
background-image: url("img/holes_tiny_glow_vert.png"),
url("img/slider_vert.png"),
url("img/shadow_square_tiny.png");
background-position: center, 0px 1px, center;
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: auto, 15px 100%, 13px 100%;
background-position: center;
background-repeat: no-repeat;
background-size: auto, 15px 104%, 13px 100%;
}
.scrollbar.slider.vertical:active {
background-color: transparent;
background-image: url("img/holes_tiny_glow_vert.png"),
url("img/slider_vert.png"),
url("img/outline_glow.png");
background-position: center, 0px 1px, center;
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: auto, 15px 100%, 13px 100%;
background-position: center;
background-repeat: no-repeat;
background-size: auto, 15px 104%, 13px 100%;
}

.scrollbar.slider.horizontal {
background-color: transparent;
background-image: url("img/holes_tiny_horiz.png"),
url("img/slider_horiz.png"),
url("img/shadow_square_tiny.png");
background-position: center, 1px 0px, center;
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: auto, 100% 15px, 13px 100%;
background-position: center;
background-repeat: no-repeat;
background-size: auto, 104% 15px, 13px 100%;
}
.scrollbar.slider.horizontal:hover {
background-color: transparent;
background-image: url("img/holes_tiny_glow_horiz.png"),
url("img/slider_horiz.png"),
url("img/shadow_square_tiny.png");
background-position: center, 1px 0px, center;
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: auto, 100% 15px, 13px 100%;
background-position: center;
background-repeat: no-repeat;
background-size: auto, 104% 15px, 13px 100%;
}
.scrollbar.slider.horizontal:active {
background-color: transparent;
background-image: url("img/holes_tiny_glow_horiz.png"),
url("img/slider_horiz.png"),
url("img/outline_glow.png");
background-position: center, 1px 0px, center center;
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: auto, 100% 15px, 100% 13px;
background-position: center;
background-repeat: no-repeat;
background-size: auto, 104% 15px, 100% 13px;
}

.scrollbar.button {
Expand Down

0 comments on commit e400986

Please sign in to comment.