Andi Huber created ISIS-3301:
--------------------------------
Summary: [Wicket Viewer] Less prominent Collection View Select
Dropdown
Key: ISIS-3301
URL: https://issues.apache.org/jira/browse/ISIS-3301
Project: Isis
Issue Type: Improvement
Components: Isis Viewer Wicket
Reporter: Andi Huber
Assignee: Andi Huber
Fix For: 2.0.0-RC1
Dhruv:
/** Collection Header: Remove name from default display to save space */
.viewLinks button .ViewLinkItemTitle{
display: none;
}
/* Collection Header: Make color same as header, to NOT highlight this on all
screens */
.viewLinks button{
background-color: rgba(0,0,0,.03); /** Primary row color from bootswarch,
can use variable instead **/
border-color: rgba(0,0,0,.03); /** Primary row color from bootswarch, can
use variable instead **/
}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)