From 156cc4f5f7ce0ed2eb7cf6472c5186bef5c6890b Mon Sep 17 00:00:00 2001 From: calzoneman Date: Wed, 29 Jan 2014 22:55:50 -0600 Subject: [PATCH] Fix glyphicons in dark themes on firefox --- www/css/themes/cyborg.css | 2 ++ www/css/themes/slate.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/www/css/themes/cyborg.css b/www/css/themes/cyborg.css index 4abc9cd6..4db06c91 100644 --- a/www/css/themes/cyborg.css +++ b/www/css/themes/cyborg.css @@ -2789,11 +2789,13 @@ input[type="button"].btn-block { transition: height 0.35s ease; } +/* @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); } +*/ .glyphicon { position: relative; diff --git a/www/css/themes/slate.css b/www/css/themes/slate.css index 16ec56ac..17ec9486 100644 --- a/www/css/themes/slate.css +++ b/www/css/themes/slate.css @@ -2787,11 +2787,13 @@ input[type="button"].btn-block { transition: height 0.35s ease; } +/* @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); } +*/ .glyphicon { position: relative;