summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-10-21 08:47:07 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2013-10-21 08:47:07 +0200
commit0e4533e986b7d7d27850d896451a457c05650c9d (patch)
tree54639270eaf61513bc5d5a6cb30d6568a5f3c08e
parent9d1dd581ee17d61c4e682f4059776c0b63002e4a (diff)
ChangeScreen2: mark disabled buttons with different style
-rw-r--r--gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Actions.ui.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Actions.ui.xml b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Actions.ui.xml
index ffc1a65829..bb2a04e0eb 100644
--- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Actions.ui.xml
+++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Actions.ui.xml
@@ -66,6 +66,13 @@ limitations under the License.
background-image: -webkit-linear-gradient(top, #4d90fe, #4d90fe);
}
#change_actions button.submit div {color: #fff;}
+
+ #change_actions button:disabled {
+ font-weight: normal;
+ background-color: #999;
+ background-image: -webkit-linear-gradient(top, #999, #999);
+ }
+
</ui:style>
<g:FlowPanel>