Fixed botched up css (Substandard) (#652)

Signed-off-by:Manuel Müller <manuel.mueller@geekinbusiness.de>
master
Starkad 7 years ago committed by Jonas L
parent 80e2617f04
commit 429fa1fb92
  1. 31
      airsonic-main/src/main/webapp/style/subStandard.css

@ -117,7 +117,7 @@ a:hover, a:hover * {
height: 8px; height: 8px;
width: 8px; width: 8px;
background: #AEAEAE; background: #AEAEAE;
} }
::-webkit-scrollbar-thumb:vertical { ::-webkit-scrollbar-thumb:vertical {
background: #FFFFFF; background: #FFFFFF;
-webkit-border-radius: 1ex; -webkit-border-radius: 1ex;
@ -133,19 +133,8 @@ a:hover, a:hover * {
} }
::-webkit-scrollbar-button { ::-webkit-scrollbar-button {
display:none; display:none;
}ackground: #AEAEAE; background:
} -webkit-gradient(
::-webkit-scrollbar-button {
display:none;
}t-scrollbar-button {
display:none;
}ackground: #AEAEAE;
}
::-webkit-scrollbar-button {
display:none;
}ebkit-scrollbar-button {
display:none;
}(
linear, linear,
0 0, 0 0,
100% 0, 100% 0,
@ -155,15 +144,15 @@ a:hover, a:hover * {
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
border: 3px solid #cccccc; border: 3px solid #cccccc;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
} }
::-webkit-scrollbar-track-piece:horizontal{ ::-webkit-scrollbar-track-piece:horizontal{
background: none; background: none;
-webkit-box-shadow:none; -webkit-box-shadow:none;
} }
::-webkit-scrollbar:horizontal{ ::-webkit-scrollbar:horizontal{
height: 16px; height: 16px;
} }
::-webkit-scrollbar-thumb:horizontal{ ::-webkit-scrollbar-thumb:horizontal{
height: 12px; height: 12px;
-webkit-border-radius:12px; -webkit-border-radius:12px;
background: background:
@ -177,8 +166,6 @@ a:hover, a:hover * {
border: 6px solid transparent; border: 6px solid transparent;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
}6a3 url(images/bg-blog-repeat.png) 0 0 no-repeat;
-webkit-border-radius: 0 0 6px 0;
} }
::-webkit-scrollbar-button:vertical:decrement { ::-webkit-scrollbar-button:vertical:decrement {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,.1))) 0 0 repeat, url(images/webkit-arrows-vert.png) 1px 50% no-repeat, #bfb6a3 url(images/bg-blog-repeat.png) 0 0 no-repeat; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,.1))) 0 0 repeat, url(images/webkit-arrows-vert.png) 1px 50% no-repeat, #bfb6a3 url(images/bg-blog-repeat.png) 0 0 no-repeat;

Loading…
Cancel
Save