Skip to content

Commit

Permalink
NEW: Different Colours for Tiles
Browse files Browse the repository at this point in the history
 - match php colour for required extensions - light grey for optional
  • Loading branch information
aljawaid committed Sep 21, 2023
1 parent 7067153 commit 68911e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ table.support-table.user-table tr td:first-child::before {
}

.tile-wrapper {
border: 2px inset var(--tech-bg-grey-border-match);
border: 2px inset #777BB3;
border-radius: var(--border-radius-kanboard-support);
display: inline-grid;
position: relative;
Expand All @@ -323,6 +323,11 @@ table.support-table.user-table tr td:first-child::before {
cursor: context-menu;
}

.tile-wrapper.tile-optional-hover {
border: 1px outset var(--pp-light-grey);
margin-inline: 6px;
}

.tile-wrapper:hover .tile-hover-plugin {
opacity: 1;
}
Expand Down

0 comments on commit 68911e4

Please sign in to comment.