0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-11-05 07:03:24 +01:00

Style tweaks

This commit is contained in:
peteruithoven 2014-05-13 17:18:43 +02:00
parent 6c28b093dc
commit 536ee238d2

View File

@ -30,6 +30,9 @@ body.ui-mobile-viewport {
}
}
.ui-mobile-viewport, .ui-page {
background-color: #fefefe;
}
.ui-page .ui-header {
background-color: #93CAF4;
border-color: #fff;
@ -50,6 +53,14 @@ body.ui-mobile-viewport {
> li.ui-first-child .ui-btn {
border-top-width: 0;
}
.ui-btn {
border-color: #fefefe;
border-width: 1px 0;
background-color: #f3f3f3;
&:hover {
background-color: rgb(228, 227, 227);
}
}
}
/* Active button */