Update index.css

pull/350/head
midoks 2 years ago
parent 9611834a9d
commit 9134dfb1a9
  1. 14
      plugins/webssh/menu/index.css

@ -414,7 +414,7 @@ color: #bbb;
position: relative; position: relative;
} }
.xterm .xterm-viewport{ .term_content_tab .xterm .xterm-viewport{
/* On OS X this is required in order for the scroll bar to appear fully opaque */ /* On OS X this is required in order for the scroll bar to appear fully opaque */
background-color: #000; background-color: #000;
overflow-y: auto; overflow-y: auto;
@ -426,17 +426,17 @@ color: #bbb;
bottom: 0; bottom: 0;
} }
.xterm .composition-view.active { .term_content_tab .xterm .composition-view.active {
display: block; display: block;
} }
.xterm .xterm-viewport::-webkit-scrollbar { .term_content_tab .xterm .xterm-viewport::-webkit-scrollbar {
width: 8px; width: 8px;
height: 5px; height: 5px;
border-radius: 4px; border-radius: 4px;
} }
.xterm .xterm-viewport::-webkit-scrollbar-thumb { .term_content_tab .xterm .xterm-viewport::-webkit-scrollbar-thumb {
border-radius: 0; border-radius: 0;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #666; background: #666;
@ -444,11 +444,11 @@ color: #bbb;
transition: all 1s; transition: all 1s;
} }
.xterm .xterm-viewport:hover::-webkit-scrollbar-thumb { .term_content_tab .xterm .xterm-viewport:hover::-webkit-scrollbar-thumb {
background: #aaa; background: #aaa;
} }
.xterm .xterm-viewport::-webkit-scrollbar-track { .term_content_tab .xterm .xterm-viewport::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 0; border-radius: 0;
background: #222; background: #222;
@ -456,6 +456,6 @@ color: #bbb;
transition: all 1s; transition: all 1s;
} }
.xterm .xterm-viewport:hover::-webkit-scrollbar-track { .term_content_tab .xterm .xterm-viewport:hover::-webkit-scrollbar-track {
background-color: #444; background-color: #444;
} }

Loading…
Cancel
Save