some style tweelks
This commit is contained in:
parent
c3286c2dd6
commit
1cc2a8afe3
@ -463,7 +463,7 @@ li {
|
||||
|
||||
|
||||
.glassy {
|
||||
background-color: rgba(0,0,0, 0.4);
|
||||
background-color: rgba(31, 28, 23, 0.4);
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
const CACHE_VERSION = { 'version': '0.0.165' };
|
||||
const CACHE_VERSION = { 'version': '0.0.166' };
|
||||
const dataCacheName = 'jubileeData-v1';
|
||||
const cacheName = 'jubilee-final-1';
|
||||
const filesToCache = [
|
||||
|
@ -59,7 +59,7 @@ const ForecastView = Backbone.View.extend({
|
||||
|
||||
'templateCurrently': _.template(`
|
||||
<div class="forecastCurrently mui-panel glassy">
|
||||
<div class="mui--text-title"><i class="wi wi-forecast-io-<%= icon %>"></i> <%=summary%></div>
|
||||
<div class="mui--text-title"><i class="medium wi wi-forecast-io-<%= icon %>"></i> <%=summary%></div>
|
||||
<div>
|
||||
<i class="small material-icons mui--align-middle " >vertical_align_top</i><%=tempMax%>°
|
||||
<i class="small material-icons mui--align-middle " >vertical_align_bottom</i><%=tempMin%>°
|
||||
|
Loading…
Reference in New Issue
Block a user