Complete repo exception tests (#452)

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2017-03-23 18:24:58 +01:00
committed by GitHub
parent c4d3ff5166
commit 081c3cccbf
26 changed files with 740 additions and 300 deletions

View File

@@ -144,9 +144,9 @@
.valo-menu-item-selected {
border: 0 solid white;
border-bottom: 5px solid transparent;
border-image: url("../images/lightCorner_top.png") 30 30 stretch;
o-border-image: url("../images/lightCorner_top.png") 30 30 stretch;
webkit-border-image: url("../images/lightCorner_top.png") 30 30 stretch;
border-image: url("images/lightCorner_top.png") 30 30 stretch;
o-border-image: url("images/lightCorner_top.png") 30 30 stretch;
webkit-border-image: url("images/lightCorner_top.png") 30 30 stretch;
}
.v-csslayout-valo-menu-item {
border: 0 solid white;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB