Browse Source

Replace map shadow by css gradients

master
parent
commit
b5239058ec
  1. BIN
      img/shadow_left.png
  2. BIN
      img/shadow_top.png
  3. 2
      lib/modulekit/lang
  4. 6
      style.css

BIN
img/shadow_left.png

Before

Width: 5  |  Height: 30  |  Size: 144 B

BIN
img/shadow_top.png

Before

Width: 30  |  Height: 5  |  Size: 151 B

2
lib/modulekit/lang

@ -1 +1 @@
Subproject commit 40d2e911bf43708b26aea633e53cd3d6e6884312
Subproject commit 1ee4ff782c9addb951cbf416bcafb59ac618bcff

6
style.css

@ -39,8 +39,7 @@ a:active {
bottom: 0;
width: 5px;
z-index: 10000;
background-image: url(img/shadow_left.png);
background-repeat: repeat-y;
background: linear-gradient(to right, #5656566f, #56565600);
}
#sidebar {
@ -197,8 +196,7 @@ a:active {
bottom: auto;
height: 5px;
width: auto;
background-image: url(img/shadow_top.png);
background-repeat: repeat-x;
background: linear-gradient(to bottom, #5656566f, #56565600);
}
#sidebar > #content {
overflow: visible;

Loading…
Cancel
Save