Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1f15889 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am ab6b54b8: am 3d05504e: Merge "Add download button disabled state to sdk...

am ab6b54b8: am 3d05504e: Merge "Add download button disabled state to sdk css." into mnc-preview-docs

* commit 'ab6b54b8':
  Add download button disabled state to sdk css.
parents 2f45337f ab6b54b8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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%;