From 603c7ac2903fb24200ee946fe17146e338d33799 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 21 Dec 2015 08:56:11 +0000 Subject: [PATCH] Mobile theme W.I.P.: - Fix typo --- pixelegg/css/mobile.css | 6 +++--- pixelegg/css/mobile.less | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 66319107c5..d47bac740d 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -7633,7 +7633,7 @@ span.egw_tutorial_title { font-size: xx-large; content: "\205D"; } - body .et2_nextmatch .search button.nm_fvorites_button { + body .et2_nextmatch .search button.nm_favorites_button { background-position: center; background-repeat: no-repeat; margin-right: 5px; @@ -7645,10 +7645,10 @@ span.egw_tutorial_title { display: block; float: right; } - body .et2_nextmatch .search button.nm_fvorites_button:focus { + body .et2_nextmatch .search button.nm_favorites_button:focus { outline: none; } - body .et2_nextmatch .search button.nm_fvorites_button:after { + body .et2_nextmatch .search button.nm_favorites_button:after { font-size: xx-large; content: "\2606"; font-weight: bold; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 2428297deb..8bb1429e19 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -1174,7 +1174,7 @@ content:"\205D"; } } - button.nm_fvorites_button { + button.nm_favorites_button { background-position: center; background-repeat: no-repeat; margin-right:5px;