commit/galaxy-central: guerler: Fix textarea background color in new upload front end
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/940a310179c4/ Changeset: 940a310179c4 User: guerler Date: 2013-10-16 11:16:55 Summary: Fix textarea background color in new upload front end Affected #: 2 files diff -r f7760ffba1883eb14617890066778f38021f2d50 -r 940a310179c4ad9cfe7dabae2ac71402608a636a static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1129,7 +1129,7 @@ .upload-box .table th{text-align:center;white-space:nowrap} .upload-box .table td{margin:0px;paddign:0px} .upload-box .title{width:130px;word-wrap:break-word;font-size:11px} -.upload-box .text{position:absolute;display:none}.upload-box .text .text-content{font-size:11px;width:100%;height:50px;resize:none} +.upload-box .text{position:absolute;display:none}.upload-box .text .text-content{font-size:11px;width:100%;height:50px;resize:none;background:inherit} .upload-box .text .text-info{font-size:11px;color:#999} .upload-box .extension{width:100px;font-size:11px} .upload-box .genome{width:150px;font-size:11px} diff -r f7760ffba1883eb14617890066778f38021f2d50 -r 940a310179c4ad9cfe7dabae2ac71402608a636a static/style/src/less/upload.less --- a/static/style/src/less/upload.less +++ b/static/style/src/less/upload.less @@ -48,6 +48,7 @@ width : 100%; height : 50px; resize : none; + background : inherit; } .text-info { Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org