source: extensions/GrumPluginClasses/css/inputExportBox_clear.css @ 17735

Last change on this file since 17735 was 17735, checked in by grum, 12 years ago

version 3.5.4 - fix minor bug & add new functions to framework

  • Property svn:executable set to *
File size: 459 bytes
Line 
1/* roma css */
2
3
4/* dialog box */
5.ui-dialogExport {
6  background:#AAAAAA;
7  border:1px solid #999999;
8}
9.ui-dialogExport div.ui-dialog-titlebar {
10  background:#DDDDDD;
11  color:#666666;
12}
13.ui-dialogExport div.ui-dialog-buttonpane button {
14  background:none repeat scroll 0 0 #999999;
15  border-color:#DDDDDD #666666 #666666 #DDDDDD;
16  color:#005E89;
17}
18.ui-dialogExport div.ui-dialog-buttonpane button:active {
19  border-color:#666666 #DDDDDD #DDDDDD #666666;
20}
Note: See TracBrowser for help on using the repository browser.