first commit, after modifying client section

This commit is contained in:
Kwesi Banson
2023-02-22 07:48:50 +00:00
commit ad0dd6a6e1
1880 changed files with 538494 additions and 0 deletions

28
public/assets/css/click.css vendored Executable file
View File

@@ -0,0 +1,28 @@
.column-title{
/*style: width: 50%;*/
}
.frame {
overflow-y: auto;
/*border: 1px solid lightgreen;*/
height: 15em;
/*width: 10em;*/
/*line-height: 1em;*/
}
.frame::-webkit-scrollbar {
-webkit-appearance: none;
}
.frame::-webkit-scrollbar:vertical {
width: 11px;
}
.frame::-webkit-scrollbar:horizontal {
height: 11px;
}
.frame::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 2px solid white; /* should match background, can't be transparent */
background-color: rgba(0, 0, 0, .5);
}