am 3d05504e
: Merge "Add download button disabled state to sdk css." into mnc-preview-docs
* commit '3d05504e2d4091854c2ec1af06de8c54429ca1fc': Add download button disabled state to sdk css.
This commit is contained in:
commit
ab6b54b874
1 changed files with 9 additions and 0 deletions
|
@ -1248,6 +1248,15 @@ scroll top left;
|
||||||
.download-button:active {
|
.download-button:active {
|
||||||
background-color: #006699; }
|
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 tables and other things found in Writing style and Settings pattern */
|
||||||
.ui-table {
|
.ui-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue