Home
last modified time | relevance | path

Searched refs:backgroundColor (Results 51 – 75 of 250) sorted by relevance

12345678910

/plugin/quickstats/
H A Dscript.js10 dom.style.backgroundColor='white';
14 dom.style.backgroundColor='white';
/plugin/diagramsnet/lib/js/
H A Dopen.js70 hrow.style.backgroundColor = (window.parent.uiTheme == 'dark') ? '#000' : '#D6D6D6';
104 row.style.backgroundColor = (window.parent.uiTheme == 'dark') ? '#000' : '#E6E6E6';
H A Dexport.js481 document.body.style.backgroundColor = bg;
738 preview.backgroundColor = bg;
745 preview.backgroundColor = bg;
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19backgroundColor){g.mathbackground=h.style.backgroundColor;h.style.backgroundColor=""}if(g.backgrou…
/plugin/revealjs/css/theme/source/
H A Dblood.scss27 $backgroundColor: $coal; variable
/plugin/revealjs/css/theme/template/
H A Dtheme.scss9 background-color: $backgroundColor;
323 background-color: $backgroundColor;
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js10 iframe.style.backgroundColor = 'transparent';
134 td.style.backgroundColor = '#' + clr;
962 customDpi.style.backgroundColor = 'red';
966 customDpi.style.backgroundColor = '';
1108 widthInput.style.backgroundColor = 'red';
1112 widthInput.style.backgroundColor = '';
1117 heightInput.style.backgroundColor = 'red';
1121 heightInput.style.backgroundColor = '';
1803 inner.style.backgroundColor = 'transparent';
2029 listDiv.style.backgroundColor = (!Editor.isDarkMode()) ? '#fff' : Dialog.backdropColor;
[all …]
H A DEditor.js1435 preview.backgroundColor = bg;
1523 backgroundButton.style.backgroundColor = '';
1528 backgroundButton.style.backgroundColor = newBackgroundColor;
2076 dropElt.style.backgroundColor = '';
2090 dropElt.style.backgroundColor = '#ebf2f9';
2101 dropElt.style.backgroundColor = '';
2522 graph.view.backgroundPageShape.node.style.backgroundColor = color;
2526 canvas.style.backgroundColor = '';
2532 canvas.style.backgroundColor = color;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckfitwindow.js102 eEditorFrameStyle.backgroundColor = "white";
/plugin/iphelper/
H A Dscript.js206 document.getElementById("is_valid").style.backgroundColor = "red";
214 document.getElementById("is_valid").style.backgroundColor = "green";
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js206 this.container.style.backgroundColor =
207 root.style.backgroundColor;
1145 toolbar.style.backgroundColor = '#eee';
1302 a.style.backgroundColor = '#ddd';
1307 a.style.backgroundColor = '#eee';
1460 layersDialog.style.backgroundColor = '#eee';
1503 tagsComponent.div.style.backgroundColor = '#eee';
1704 def.elem.style.backgroundColor = '#eee';
1870 backdrop.style.backgroundColor = '#000000';
H A DPages.js1287 tab.style.backgroundColor = Editor.isDarkMode() ? Editor.darkColor : '#fff';
1443 tab.style.backgroundColor = this.tabContainer.style.backgroundColor;
1453 tab.style.backgroundColor = Editor.isDarkMode() ? 'black' : '#e8eaed';
1460 tab.style.backgroundColor = this.tabContainer.style.backgroundColor;
H A DGitLabClient.js989 temp.style.backgroundColor = (gray) ?
1117 temp.style.backgroundColor = (idx % 2 == 0) ?
1305 temp.style.backgroundColor = (gray) ?
1336 temp.style.backgroundColor = (gray) ?
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js48 span.style.backgroundColor = '#ffff00' ;
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js84 this.bgbox.style.backgroundColor = '#555';
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc119 el.style.backgroundColor = style_spec.get(which);
133 el.style.backgroundColor = style_spec.get('bg');
164 n.style.backgroundColor = value;
174 n.style.backgroundColor = value;
625 d.style.backgroundColor = elems[2];
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc119 el.style.backgroundColor = style_spec.get(which);
133 el.style.backgroundColor = style_spec.get('bg');
164 n.style.backgroundColor = value;
174 n.style.backgroundColor = value;
625 d.style.backgroundColor = elems[2];
/plugin/revealjs/plugin/search/
H A Dsearch.js79 match.style.backgroundColor = wordColor[regs[0].toLowerCase()];
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php924 public $backgroundColor; variable in Google_CalendarListEntry
947 public function setBackgroundColor( $backgroundColor) { argument
948 $this->backgroundColor = $backgroundColor;
951 return $this->backgroundColor;
/plugin/issuelinks/script/
H A Dadmin_repo.js155 .animate({ backgroundColor: 'transparent' }, CHECK_IMPORT_STATUS_TIMEOUT / 2)
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js108 oDiv.style.backgroundColor = bgColor ;
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js308 obj.backgroundColor = colour;
/plugin/supa/lib/
H A DSupa.jarMETA-INF/MANIFEST.MF META-INF/SUPA.SF META-INF/SUPA ...
H A DSupa.jar.unsignedMETA-INF/ META-INF/MANIFEST.MF de/ de/christophlinder/ de/ ...
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js426 row.style.backgroundColor = 'rgb(251,250,207)';
429 row.style.backgroundColor = null;

12345678910