Update VE core submodule to master (8bb3848)

New changes:
8bb3848 Bring back global/local specific CSS classes

Local changes:
Use global overlay class to target the z-index hack for the Vector skin.

Bug: 68066
Change-Id: If1b6ba0c9035ff32b61d34ee779a95554883a2ec
This commit is contained in:
James D. Forrester 2014-07-16 16:27:20 -07:00 committed by Jforrester
parent eec5946d17
commit 040ef014bd
2 changed files with 2 additions and 2 deletions

2
lib/ve

@ -1 +1 @@
Subproject commit 48772a20210d0bbc735ed9fe37f9da5f4dd6d728
Subproject commit 8bb38484eb89fd3ca9aaaf9a7cbea4f203d2736f

View file

@ -46,7 +46,7 @@
margin-left: 0;
}
.ve-ui-overlay {
.ve-ui-surface-globalOverlay {
z-index: 101; /* #p-personal is z-index 100 in vector :( */
}