You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2018/06/13 13:19:02 UTC

qpid-dispatch git commit: DISPATCH-1036 Fixed select list style on console Entities page

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master c91e13cb6 -> 21af29f05


DISPATCH-1036 Fixed select list style on console Entities page


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/21af29f0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/21af29f0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/21af29f0

Branch: refs/heads/master
Commit: 21af29f056bc9f9998e17f18272c8181d8dfaf98
Parents: c91e13c
Author: Ernest Allen <ea...@redhat.com>
Authored: Wed Jun 13 09:18:46 2018 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Wed Jun 13 09:18:46 2018 -0400

----------------------------------------------------------------------
 console/stand-alone/plugin/html/qdrList.html | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/21af29f0/console/stand-alone/plugin/html/qdrList.html
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/html/qdrList.html b/console/stand-alone/plugin/html/qdrList.html
index 61ed0a7..c4da99e 100644
--- a/console/stand-alone/plugin/html/qdrList.html
+++ b/console/stand-alone/plugin/html/qdrList.html
@@ -52,6 +52,10 @@ span.fancytree-icon {
   width: 300px;
   background-color: #333333;
 }
+
+#list-controller div.list-grid select {
+    background-color: white;
+}
 </style>
 
 <div id="list-controller" ng-controller="QDR.ListController">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org