DmitrMakeev commited on
Commit
6d98b67
·
verified ·
1 Parent(s): ea0a337

Update js/rus/rus.js

Browse files
Files changed (1) hide show
  1. js/rus/rus.js +1 -12
js/rus/rus.js CHANGED
@@ -67,18 +67,7 @@ editor.I18n.setLocale('ru');
67
 
68
 
69
 
70
- const style = document.createElement('style');
71
- style.textContent = `
72
- .gjs-select option,
73
- .gjs-field-select option,
74
- .gjs-clm-select option,
75
- .gjs-sm-select option,
76
- .gjs-fields option,
77
- .gjs-sm-unit option {
78
- color: green;
79
- }
80
- `;
81
- document.head.appendChild(style);
82
 
83
 
84
 
 
67
 
68
 
69
 
70
+
 
 
 
 
 
 
 
 
 
 
 
71
 
72
 
73