summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r--install/static/ipa.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index 3843424fd..58428ebe4 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -289,7 +289,6 @@ span.main-separator{
.action-panel {
position:relative;
-
left: -1.2em;
border-width: thin;
border-style: solid;
@@ -313,6 +312,26 @@ span.main-separator{
padding: 0.2em;
}
+.action-panel li.search-facet {
+ color: black;
+ text-decoration: underline;
+ cursor: pointer;
+}
+
+.action-panel li.entity-facet {
+ color: black;
+ text-decoration: underline;
+ cursor: pointer;
+}
+
+.action-panel li.entity-facet-disabled {
+ color: gray;
+ cursor: default;
+ text-decoration: none;
+}
+
+
+
.client {
margin-top: 0.4em;
float: left;