diff options
author | hjnim.kim <hjnim.kim@samsung.com> | 2013-04-10 20:48:24 +0900 |
---|---|---|
committer | Youmin Ha <youmin.ha@samsung.com> | 2013-04-10 23:57:34 +0900 |
commit | 2c70a271b4bec16d2c465c43f6bb735439e42dc2 (patch) | |
tree | c22ca23e0354d47abd6285f3355e6079fde38171 /src/themes | |
parent | 2901096cea256fe08df3544f95a7bdee82168db9 (diff) | |
download | web-ui-fw-2c70a271b4bec16d2c465c43f6bb735439e42dc2.tar.gz web-ui-fw-2c70a271b4bec16d2c465c43f6bb735439e42dc2.tar.bz2 web-ui-fw-2c70a271b4bec16d2c465c43f6bb735439e42dc2.zip |
Button: btn-icon only css has been changed
btn icon only style has been modified
linux chrome display: block problem
Change-Id: Ic879ee5d277b7a257654c3a66e9efe0edf5d19c2
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.button.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.button.less b/src/themes/tizen/common/jquery.mobile.button.less index c78b92d8..0bf1c2f0 100644 --- a/src/themes/tizen/common/jquery.mobile.button.less +++ b/src/themes/tizen/common/jquery.mobile.button.less @@ -248,7 +248,7 @@ .ui-btn-icon-only .ui-btn-text { - display:block; + display: none; width: 0; height: 0; overflow: hidden; |