CSS improvements: fixing filter on kanban page
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -130,6 +130,10 @@ tr:hover .taglist .tag button {
|
|||||||
background-color: #d3ff00;
|
background-color: #d3ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kanban .filter{
|
||||||
|
background: rgba(0,0,0,0.7);
|
||||||
|
}
|
||||||
|
|
||||||
.position_selector{
|
.position_selector{
|
||||||
background-color: rgba(0,0,0,0.7);
|
background-color: rgba(0,0,0,0.7);
|
||||||
backdrop-filter: blur(3px);
|
backdrop-filter: blur(3px);
|
||||||
|
|||||||
@@ -15,9 +15,10 @@ body {
|
|||||||
background-position: 98% 70px;
|
background-position: 98% 70px;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
.code,
|
||||||
code {
|
code {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
@@ -228,9 +229,11 @@ textarea{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.kanban .filter{
|
.kanban .filter{
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 60px;
|
top: 84px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
padding: 5px;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kanban.description{
|
.kanban.description{
|
||||||
|
|||||||
@@ -141,6 +141,10 @@ code,
|
|||||||
background-color: #d3ff00;
|
background-color: #d3ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kanban .filter{
|
||||||
|
background: rgba(0,0,0,0.7);
|
||||||
|
}
|
||||||
|
|
||||||
.position_selector{
|
.position_selector{
|
||||||
background-color: rgba(0,0,0,0.7);
|
background-color: rgba(0,0,0,0.7);
|
||||||
backdrop-filter: blur(3px);
|
backdrop-filter: blur(3px);
|
||||||
|
|||||||
@@ -322,9 +322,11 @@ textarea{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.kanban .filter{
|
.kanban .filter{
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 60px;
|
top: 84px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
padding: 5px;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kanban.description{
|
.kanban.description{
|
||||||
|
|||||||
@@ -68,6 +68,7 @@ tr:hover .taglist .tag button {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code,
|
||||||
.code{
|
.code{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
@@ -119,6 +120,10 @@ tr:hover .taglist .tag button {
|
|||||||
background-color: #d3ff00;
|
background-color: #d3ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kanban .filter{
|
||||||
|
background: rgba(255,255,255,0.7);
|
||||||
|
}
|
||||||
|
|
||||||
.position_selector{
|
.position_selector{
|
||||||
background-color: rgba(0,0,0,0.7);
|
background-color: rgba(0,0,0,0.7);
|
||||||
backdrop-filter: blur(3px);
|
backdrop-filter: blur(3px);
|
||||||
|
|||||||
@@ -15,9 +15,10 @@ body {
|
|||||||
background-position: 98% 70px;
|
background-position: 98% 70px;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
.code,
|
||||||
code {
|
code {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
@@ -321,9 +322,11 @@ textarea{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.kanban .filter{
|
.kanban .filter{
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 60px;
|
top: 84px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
padding: 5px;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kanban.description{
|
.kanban.description{
|
||||||
|
|||||||
Reference in New Issue
Block a user