Skip to content

Commit

Permalink
Look field log templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
2Abendsegler authored Nov 23, 2023
1 parent 35339e6 commit 779121e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gc_little_helper_II.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4855,9 +4855,8 @@ var mainGC = function() {
try {
if (settings_add_log_templates) {
buildLogTemplates(0);
css += '#gclh_log_tpls {color: #777; padding-left: 8px; background-color: hsl(0, 0%, 100%); border-color: #ccc; border-radius: 4px; border-style: solid; border-width: 1px; box-sizing: border-box; height: 40px; min-width: 200px; max-width: 250px; letter-spacing: 0.7px;}';
css += '#gclh_log_tpls {color: #777; padding-left: 8px; background-color: hsl(0, 0%, 100%); border-color: #ccc; border-radius: 4px; border-style: solid; border-width: 1px; box-sizing: border-box; height: 40px; width: 200px; letter-spacing: 0.8px;}';
css += '#gclh_log_tpls:focus {box-shadow: rgb(74, 74, 74) 0px 0px 0px 1px;}';
css += '#gclh_log_tpls:hover {color: #4a4a4a;}';
}
} catch(e) {gclh_error("Log Templates in improve log form",e);}

Expand Down

0 comments on commit 779121e

Please sign in to comment.