Skip to content

Commit

Permalink
Some android CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cianclarke committed Dec 21, 2011
1 parent 91720d3 commit b1c2c27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/android/css/android.css
@@ -0,0 +1,8 @@
/* Some android CSS fixes */
.x-toolbar .x-input-text, .x-toolbar .x-input-search, .x-toolbar .x-input-number {
-webkit-box-shadow: none !important;
}

.x-list {
-webkit-box-shadow: none !important;
}
Empty file added client/default/css/android.css
Empty file.
2 changes: 2 additions & 0 deletions client/default/index.html
Expand Up @@ -14,6 +14,8 @@

<link rel="stylesheet" type="text/css" href="resources/sencha/resources/css/app.css" />
<link rel="stylesheet" type="text/css" href="css/common.css" />
<link rel="stylesheet" type="text/css" href="css/android.css" />


<!-- Config -->
<script type="text/javascript">var exports={};</script>
Expand Down

0 comments on commit b1c2c27

Please sign in to comment.