forked from openkylin/platform_build
Add download button disabled state to sdk css.
Change-Id: Iba634208bdc8cf62532f35fb00c640e3f4e59311
This commit is contained in:
parent
825c1aa1a7
commit
6e46b3185b
|
@ -1248,6 +1248,15 @@ scroll top left;
|
|||
.download-button:active {
|
||||
background-color: #006699; }
|
||||
|
||||
.button.disabled,
|
||||
.button.disabled:hover,
|
||||
.button.disabled:active {
|
||||
background:#ebebeb;
|
||||
color:#999 !important;
|
||||
border-color:#999;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
/* UI tables and other things found in Writing style and Settings pattern */
|
||||
.ui-table {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue