mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 08:05:49 +01:00
MDL-41591 removed some unnecessary z-indexes from css
This commit is contained in:
parent
83f26f6407
commit
dc1bb8d067
@ -305,8 +305,8 @@ a.ygtvspacer:hover {color: transparent;text-decoration: none;}
|
||||
/*
|
||||
* Icon view (File Manager only)
|
||||
*/
|
||||
.fp-iconview .fp-reficons1 {position:absolute;height:100%;width:100%;top:0;left:0;z-index:1000;}
|
||||
.fp-iconview .fp-reficons2 {position:absolute;height:100%;width:100%;top:0;left:0;z-index:1001;}
|
||||
.fp-iconview .fp-reficons1 {position:absolute;height:100%;width:100%;top:0;left:0;}
|
||||
.fp-iconview .fp-reficons2 {position:absolute;height:100%;width:100%;top:0;left:0;}
|
||||
.fp-iconview .fp-file.fp-hasreferences .fp-reficons1 {background: url('[[pix:theme|fp/link]]') no-repeat;background-position:bottom right;}
|
||||
.fp-iconview .fp-file.fp-isreference .fp-reficons2 {background: url('[[pix:theme|fp/alias]]') no-repeat;background-position:bottom left;}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user