Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial resolution to Issue #824 #839

Open
wants to merge 7 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions client/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,6 @@ html, body { height:100%; }
/* Wrapper div around the text area input */
#kiwi .controlbox .input .input_wrap { display:inline; }

/* The textarea input */
#kiwi .controlbox .input .inp { white-space: nowrap; }


/* Nick change dialog showed when clicking the nick label */
#kiwi .controlbox .nickchange {
position: absolute;
Expand Down
32 changes: 32 additions & 0 deletions client/assets/themes/basic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -486,4 +486,36 @@
#kiwi .settings_container .settings-category-list a.active {
border-left: solid 4px #a6c42c;
color: #36C;
}

#kiwi ::-webkit-scrollbar {
height: 9px;
width: 9px;
}
#kiwi ::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
#kiwi ::-webkit-scrollbar-corner { background-color:transparent; }
#kiwi ::-webkit-scrollbar-track { background-clip:padding-box; }
#kiwi ::-webkit-scrollbar-track:hover {
background-color: rgba(0,0,0,0.05);
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.10);
}
#kiwi ::-webkit-scrollbar-track:active {
background-color: rgba(0,0,0,0.05);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.14), inset -1px -1px 0 rgba(0,0,0,0.07);
}
#kiwi ::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.2);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10), inset 0 -1px 0 rgba(0,0,0,0.07);
}
#kiwi ::-webkit-scrollbar-thumb:hover {
background-color: rgba(0,0,0,0.4);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}
#kiwi ::-webkit-scrollbar-thumb:active {
background-color: rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
11 changes: 10 additions & 1 deletion client/assets/themes/cli/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,13 @@
#kiwi .settings_container .settings-category-list a.active {
border-left: solid 4px #df6b26;
color: #6d6d6d;
}
}

#kiwi ::-webkit-scrollbar {
height: 9px;
width: 9px;
}
#kiwi ::-webkit-scrollbar-track { background-color:rgba(70,70,70,1); }
#kiwi ::-webkit-scrollbar-thumb { background-color: rgba(215,215,215,0.4); }
#kiwi ::-webkit-scrollbar-thumb:hover { background-color: rgba(215,215,215,0.5); }
#kiwi ::-webkit-scrollbar-thumb:active { background-color: rgba(215,215,215,0.6); }
32 changes: 32 additions & 0 deletions client/assets/themes/mini/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,4 +422,36 @@
#kiwi .settings_container .settings-category-list a.active {
border-left: solid 4px #76bd2b;
color: #555;
}

#kiwi ::-webkit-scrollbar {
height: 9px;
width: 9px;
}
#kiwi ::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
#kiwi ::-webkit-scrollbar-corner { background-color:transparent; }
#kiwi ::-webkit-scrollbar-track { background-clip:padding-box; }
#kiwi ::-webkit-scrollbar-track:hover {
background-color: rgba(0,0,0,0.05);
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.10);
}
#kiwi ::-webkit-scrollbar-track:active {
background-color: rgba(0,0,0,0.05);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.14), inset -1px -1px 0 rgba(0,0,0,0.07);
}
#kiwi ::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.2);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10), inset 0 -1px 0 rgba(0,0,0,0.07);
}
#kiwi ::-webkit-scrollbar-thumb:hover {
background-color: rgba(0,0,0,0.4);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}
#kiwi ::-webkit-scrollbar-thumb:active {
background-color: rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
32 changes: 32 additions & 0 deletions client/assets/themes/relaxed/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -590,4 +590,36 @@
#kiwi .settings_container .settings-category-list a.active {
border-left: solid 4px #a6c42c;
color: #36C;
}

#kiwi ::-webkit-scrollbar {
height: 9px;
width: 9px;
}
#kiwi ::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
#kiwi ::-webkit-scrollbar-corner { background-color:transparent; }
#kiwi ::-webkit-scrollbar-track { background-clip:padding-box; }
#kiwi ::-webkit-scrollbar-track:hover {
background-color: rgba(0,0,0,0.05);
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.10);
}
#kiwi ::-webkit-scrollbar-track:active {
background-color: rgba(0,0,0,0.05);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.14), inset -1px -1px 0 rgba(0,0,0,0.07);
}
#kiwi ::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.2);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10), inset 0 -1px 0 rgba(0,0,0,0.07);
}
#kiwi ::-webkit-scrollbar-thumb:hover {
background-color: rgba(0,0,0,0.4);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}
#kiwi ::-webkit-scrollbar-thumb:active {
background-color: rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
2 changes: 1 addition & 1 deletion client/src/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</div>
<div class="input">
<span class="nick"> </span>
<div class="input_wrap"><textarea class="inp"></textarea></div>
<div class="input_wrap"><textarea class="inp" wrap="off"></textarea></div>
<div class="input_tools"></div>
</div>
</div>
Expand Down