mirror of
https://github.com/vrana/adminer.git
synced 2025-08-31 01:59:59 +02:00
Fix http:// links in stylesheets to protocol-independent ones (//)
The http links do not load on https pages due to mixed content restriction of modern browsers
This commit is contained in:
committed by
Jakub Vrana
parent
49e2ac4559
commit
c5a7174a2a
@@ -1,6 +1,6 @@
|
||||
/** theme "easy on the eyes" for Adminer by p.galkaev@miraidenshi-tech.jp */
|
||||
|
||||
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);
|
||||
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);
|
||||
|
||||
/* reset
|
||||
----------------------------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user