adding overrides.css file; moved css around; added additional ace overrides

This commit is contained in:
2025-07-04 22:48:00 -05:00
parent 857f0ded57
commit ad5d2c9e92
4 changed files with 28 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
/* IDs */
#ace_settingsmenu, #kbshortcutmenu {
background-color: rgba(0, 0, 0, 0.0);
background-color: rgba(64, 64, 64, 0.84);
color: rgba(255, 255, 255, 1.0);
box-shadow: -1px 4px 5px rgba(124, 124, 124, 0.64);
padding: 1em 0.5em 2em 1em;
@@ -38,6 +38,14 @@
color: rgba(255, 255, 255, 1.0);
}
.ace_optionsMenuEntry button {
color: #000;
}
.ace_optionsMenuEntry button[ace_selected_button=true] {
background: #00e877;
}
.ace_print-margin {
width: 1px !important;
background-color: rgba(255, 0, 0, 0.84) !important;
@@ -52,4 +60,4 @@
.ace_sb-v,
.ace_sb-h {
width: 0.8em !important;
}
}