English 中文(简体)
The Same as From a .cs file?
原标题:How to get UiBinder Styles to Act The Same as From a .css File?

我对模糊的标题表示歉意,但我不认为有更好的办法提出。 我试图非常具体:

因此,我要说的是,我提出了新的WT/AppEngine申请,并且有缺省抽样申请。 我看见 but子,决定它们是ice子,我想使用。 在卷宗中,向纽州提供的风格是:

button.send {
   margin-top: 10px;
   float: right;
   padding: 10px 14px;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   color: #fff;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5D9AFE),
       to(#4785E8) );
   background: -moz-linear-gradient(top, #5D9AFE, #4785E8);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border: none;
}

button.send:active {
   margin-top: 10px;
   float: right;
   padding: 10px 14px;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   color: #fff;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4785E8),
       to(#5D9AFE) );
   background: -moz-linear-gradient(top, #4785E8, #5D9AFE);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border: none;
}

button.centerbtn {
   float: none;
   display: inline;
   margin: 0 auto;
}

button.centerbtn:active {
   float: none;
   display: inline;
   margin: 0 auto;
}

但是,如果我试图利用UiBinder的这些地方,他们就会自动向纽伦提出申请。 即便我通过打造风格,以人工方式将其运用到纽特州,但当我点击时,它还是赢得了笔变化视像(如pop和 down)。

我很抱着能够做得足够的愿望,我认为我 ask问我,因为我试图用人、方言等做类似的事情。

最佳回答

按照上述个人意见,删除字面,并按程序更改类别名称。

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

Aligning textarea in a form

Ive used the following css code to align my form elements: form { position:relative; } form input { position:absolute; left:11em; } However, the textarea element is not aligned correctly with the ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

CSS problem with page footer

I have defined my page footer in the css file as: #footer { position: absolute; height: 50px; text-align: center; background: #66CCCC; bottom: 0px; left: 0px; width: 100%; height: ...

热门标签