round off some more corners

master
ansuz 3 years ago
parent 80cc9c7bba
commit cfa4776c81

@ -112,6 +112,7 @@
}
.cp-toolbar-chat-drawer {
border-radius: @variables_radius;
background-color: @toolbar-bg-color;
background-color: var(--toolbar-bg-color);
font: @colortheme_app-font-size @colortheme_font;

@ -43,6 +43,7 @@
}
.cp-filepicker-content-element {
border-radius: @variables_radius;
width: 125px;
//min-width: 200px;
//height: 1em;

@ -32,6 +32,7 @@
margin-right: 5px;
}
.cp-settings-cursor-color-picker {
border-radius: @variables_radius;
display: inline-block;
vertical-align: middle;
height: 25px;

Loading…
Cancel
Save