diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-30 15:35:32 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-30 15:35:32 +0000 |
commit | e62026546eb68f352d3341b69dac0609d3d590b3 (patch) | |
tree | c3a57e6fe0b8fa40e4e13be9677474379ec357b7 /www/css | |
parent | 75e81d2c304e598b6de631e6ca8fce9e7b9305c0 (diff) |
better looking navigation buttons
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/mobile.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/css/mobile.css b/www/css/mobile.css index 44015c1..f8ae45d 100644 --- a/www/css/mobile.css +++ b/www/css/mobile.css @@ -175,3 +175,27 @@ input.green-btn:hover { height: 100%; margin: 0px; } + +/* Jquery mobile overrides */ + +.ui-btn, .ui-btn-corner-all, .ui-btn-inner { + text-decoration: none !important; + border: 0px !important; + background: none !important; +} + +.ui-icon { + background-color: inherit !important; +} + +.ui-btn-left .ui-btn-inner { + border-right: 1px solid #7fb900 !important; +} + +.ui-btn-right .ui-btn-inner { + border-left: 1px solid #7fb900 !important; +} + +.ui-btn-icon-notext .ui-btn-inner { + border: 0px !important; +} |