Minor bugs and other adjustments

This commit is contained in:
eudaimon 2020-10-26 11:43:49 +01:00
parent 2c8845bde9
commit fb5ab48f3a
2 changed files with 10 additions and 11 deletions

View File

@ -9,6 +9,8 @@
# # # #
################################### ###################################
# And modified by Nestort (https://www.pling.com/u/nestort/)
gtk_color_scheme = "bg_color:#3d3d3e\nbg_active_color:#141414\nselected_color:#3399FF" gtk_color_scheme = "bg_color:#3d3d3e\nbg_active_color:#141414\nselected_color:#3399FF"

View File

@ -1123,10 +1123,6 @@ treeview button:hover {
shade(@button_gradient_color_b, 0.8)); shade(@button_gradient_color_b, 0.8));
} }
row {
border-width: 0px;
}
.cell { .cell {
padding: 2px; padding: 2px;
border-width: 0px; border-width: 0px;
@ -1332,7 +1328,7 @@ button {
button.image-button, button.image-button,
.primary-toolbar.toolbar button.image-button { .primary-toolbar.toolbar button.image-button {
padding: 3px 4px 4px; padding: 3px 4px 4px 4px;
} }
button image, button image,
@ -1452,19 +1448,19 @@ button.color {
padding: 4px; padding: 4px;
} }
button.color colorswatch:only-child { /*button.color colorswatch:only-child {
box-shadow: 0 1px rgba(255, 255, 255, 0.76923); box-shadow: 0 1px rgba(255, 255, 255, 0.76923);
} }*/
button.color colorswatch:only-child, button.color colorswatch:only-child,
button.color colorswatch:only-child overlay { button.color colorswatch:only-child overlay {
border-radius: 0; border-radius: 0;
} }
button.color colorswatch:only-child:disabled, /*button.color colorswatch:only-child:disabled,
button.color colorswatch:only-child:backdrop { button.color colorswatch:only-child:backdrop {
box-shadow: none; box-shadow: none;
} }*/
button:focus, switch:focus, scale:focus button:focus, switch:focus, scale:focus
{ {
@ -2625,13 +2621,14 @@ EShellWindow:disabled { /* removes the "flash" when quitting */
/***************** /*****************
* Color Chooser * * Color Chooser *
*****************/ *****************/
colorswatch, colorswatch/*,
colorswatch:selected { colorswatch:selected*/ {
background-image: none; background-image: none;
background-color: transparent; background-color: transparent;
border-style: solid; border-style: solid;
border-color: transparent; border-color: transparent;
border-width: 1px; border-width: 1px;
padding: 2px;
} }
colorswatch.dark overlay:hover { colorswatch.dark overlay:hover {