Skip to content

Commit

Permalink
MDL-34412 theme_afterburner: defined #EEE as background-color in afte…
Browse files Browse the repository at this point in the history
…rburner_styles.css for filemanager and filepicker input, select, button & textarea
  • Loading branch information
Mary Evans committed Jul 20, 2012
1 parent 3294034 commit 4470ad0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions theme/afterburner/style/afterburner_styles.css
Expand Up @@ -453,4 +453,16 @@ tab styles for ie6 & ie7
} }
body#page-course-view-topics.path-course div.moodle-dialogue-base div.yui3-widget{ body#page-course-view-topics.path-course div.moodle-dialogue-base div.yui3-widget{
z-index: 600!important; z-index: 600!important;
}
/* Filemanager
-------------------------*/
.filemanager select,
.filemanager input,
.filemanager button,
.filemanager textarea,
.file-picker select,
.file-picker input,
.file-picker button,
.file-picker textarea {
background-color: #EEE;
} }

0 comments on commit 4470ad0

Please sign in to comment.