mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
removed invalid css property
This commit is contained in:
parent
6c3d3b0a97
commit
ffdf8977c9
@ -52,7 +52,7 @@ inherited by the user interface */
|
||||
#chameleon-color-box #chameleon-color-box-handle,
|
||||
#chameleon-file-box #chameleon-file-box-handle,
|
||||
#chameleon-export-box #chameleon-export-box-handle {
|
||||
width: 100% !important; min-height: 20px !important; _height: 20px !important;
|
||||
width: 100% !important; min-height: 20px !important; height: 20px !important;
|
||||
background: #ddd !important;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user