MDL-55168 css: use shorthand colour props when possible

This commit is contained in:
Dan Poltawski 2016-07-28 15:37:38 +01:00
parent e90cef839c
commit aea8eaecde
24 changed files with 80 additions and 80 deletions

View File

@ -11,7 +11,7 @@
*/
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable tr.selectedrow td {
background-color: #ffeecc;
background-color: #fec;
}
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable tr.unselectedrow td {

View File

@ -56,7 +56,7 @@
}
.path-admin-tool-capability .comparisontable .allow {
background-color: #006600;
background-color: #060;
font-weight: bold;
color: white;
}
@ -68,7 +68,7 @@
}
.path-admin-tool-capability .comparisontable .prohibit {
background-color: #880000;
background-color: #800;
font-weight: bold;
color: white;
}

View File

@ -41,7 +41,7 @@
}
#page-blocks-community-communitycourse .hubadditionaldesc {
color: #666666;
color: #666;
font-size: 90%;
display: block;
}
@ -64,12 +64,12 @@
#page-blocks-community-communitycourse .blockdescription {
font-size: 80%;
color: #555555;
color: #555;
}
#page-blocks-community-communitycourse .trusted {
font-size: 90%;
color: #006633;
color: #063;
font-weight: normal;
font-style: italic;
}
@ -82,7 +82,7 @@
#page-blocks-community-communitycourse .comment-link {
font-size: 80%;
color: #555555;
color: #555;
}
#page-blocks-community-communitycourse .coursescreenshot {
@ -124,7 +124,7 @@
#page-blocks-community-communitycourse .hubcourserating {
padding-top: 3px;
font-size: 80%;
color: #555555;
color: #555;
}
#page-blocks-community-communitycourse .coursedescription {
@ -141,7 +141,7 @@
}
#page-blocks-community-communitycourse .hubcourseresult {
background: none repeat scroll 0 0 #ffffff;
background: none repeat scroll 0 0 #fff;
clear: both;
margin: 30px auto 0;
z-index: 90;
@ -335,15 +335,15 @@
#page-blocks-community-communitycourse .moodle-dialogue-base .moodle-dialogue-wrap {
-moz-border-radius: 12px 12px 0px 0px;
-webkit-border-radius: 12px 12px 0px 0px;
background-color: #ffffff;
border: 1px solid #555555;
background-color: #fff;
border: 1px solid #555;
}
#page-blocks-community-communitycourse .moodle-dialogue-base .moodle-dialogue-hd {
-moz-border-radius: 12px 12px 0 0;
-webkit-border-radius: 12px 12px 0 0;
background-color: #f6f6f6;
border: 1px solid #cccccc;
border: 1px solid #ccc;
overflow: auto;
padding: 7px 6px;
}

View File

@ -22,5 +22,5 @@
* any property that ends with '...Color' is supported here.
*/
.mp3flowplayer_backgroundColor {
color: #000000;
color: #000;
}

View File

@ -1,13 +1,13 @@
.gradingform_guide-regrade {
padding: 10px;
background: #ffdddd;
background: #fdd;
border: 1px solid #f00;
margin-bottom: 10px;
}
.gradingform_guide-restored {
padding: 10px;
background: #ffffdd;
background: #ffd;
border: 1px solid #ff0;
margin-bottom: 10px;
}
@ -27,12 +27,12 @@
.gradingform_guide_editform .status.ready {
background-color: #e7f1c3;
border-color: #aaeeaa;
border-color: #aea;
}
.gradingform_guide_editform .status.draft {
background-color: #f3f2aa;
border-color: #eeee22;
border-color: #ee2;
}
.gradingform_guide.editor .criterion .controls,
@ -128,7 +128,7 @@
.gradingform_guide.editor .addcomment input {
background: transparent url([[pix:t/add]]) no-repeat;
display: block;
color: #555555;
color: #555;
font-weight: bold;
text-decoration: none;
}
@ -163,7 +163,7 @@
}
.gradingform_guide .criterion .description.error {
background: #ffdddd;
background: #fdd;
}
/* special classes for elements created by guideeditor.js */

View File

@ -55,12 +55,12 @@
.gradingform_rubric_editform .status.ready {
background-color: #e7f1c3;
border-color: #aaeeaa;
border-color: #aea;
}
.gradingform_rubric_editform .status.draft {
background-color: #f3f2aa;
border-color: #eeee22;
border-color: #ee2;
}
.gradingform_rubric {
@ -221,7 +221,7 @@
.gradingform_rubric.editor .addlevel input {
background: transparent url([[pix:t/add]]) no-repeat top left;
display: block;
color: #555555;
color: #555;
font-weight: bold;
text-decoration: none;
}
@ -270,19 +270,19 @@
.gradingform_rubric .criterion .description.error,
.gradingform_rubric .criterion .levels .level .definition.error,
.gradingform_rubric .criterion .levels .level .score.error {
background: #ffdddd;
background: #fdd;
}
.gradingform_rubric-regrade {
padding: 10px;
background: #ffdddd;
background: #fdd;
border: 1px solid #f00;
margin-bottom: 10px;
}
.gradingform_rubric-restored {
padding: 10px;
background: #ffffdd;
background: #ffd;
border: 1px solid #ff0;
margin-bottom: 10px;
}

View File

@ -52,13 +52,13 @@ div.editor_atto_toolbar button[disabled] {
}
.editor_atto_toolbar button:hover {
background-image: radial-gradient(ellipse at center, #ffffff 60%, #dfdfdf 100%);
background-image: radial-gradient(ellipse at center, #fff 60%, #dfdfdf 100%);
background-color: #ebebeb;
}
.editor_atto_toolbar button:active,
.editor_atto_toolbar button.highlight {
background-image: radial-gradient(ellipse at center, #ffffff 40%, #dfdfdf 100%);
background-image: radial-gradient(ellipse at center, #fff 40%, #dfdfdf 100%);
background-color: #dfdfdf;
}

View File

@ -85,7 +85,7 @@
}
.mceAddSelectValue {
background-color: #dddddd;
background-color: #ddd;
}
#qt_starttime,

View File

@ -50,7 +50,7 @@
.assignfeedback_editpdf_widget .pageheader {
background-color: #ebebeb;
border-bottom: 1px solid #cccccc;
border-bottom: 1px solid #ccc;
padding: 0px;
padding-left: 20px;
padding-right: 20px;
@ -118,18 +118,18 @@
.assignfeedback_editpdf_widget .pageheader .toolbar button + button,
.assignfeedback_editpdf_widget .pageheader .navigation select + button,
.assignfeedback_editpdf_widget .pageheader .toolbar select + button {
border-left: 1px solid #cccccc;
border-left: 1px solid #ccc;
border-right: 0px;
}
.assignfeedback_editpdf_widget .pageheader .navigation button {
border-right: 1px solid #cccccc;
border-right: 1px solid #ccc;
}
.assignfeedback_editpdf_widget .pageheader .toolbar,
.assignfeedback_editpdf_widget .pageheader .navigation-search,
.assignfeedback_editpdf_widget .pageheader .navigation {
border: 1px solid #cccccc;
border: 1px solid #ccc;
border-bottom-color: #b3b3b3;
border-radius: 4px;
margin: 10px 4px;
@ -210,7 +210,7 @@
background: none;
padding: 6px 7px;
border-radius: 0px;
border-top: 1px solid #cccccc;
border-top: 1px solid #ccc;
}
.assignfeedback_editpdf_dropdown li:first-child button {
@ -250,7 +250,7 @@
.assignfeedback_editpdf_menu li:hover a,
.assignfeedback_editpdf_menu li a:hover {
background-color: #ebebeb;
background-image: radial-gradient(ellipse at center, #ffffff 60%, #dfdfdf 100%);
background-image: radial-gradient(ellipse at center, #fff 60%, #dfdfdf 100%);
}
ul.assignfeedback_editpdf_menu {
@ -274,13 +274,13 @@ ul.assignfeedback_editpdf_menu {
.assignfeedback_editpdf_widget .pageheader button:hover {
background-color: #ebebeb;
background-image: radial-gradient(ellipse at center, #ffffff 60%, #dfdfdf 100%);
background-image: radial-gradient(ellipse at center, #fff 60%, #dfdfdf 100%);
}
.assignfeedback_editpdf_widget .pageheader button.assignfeedback_editpdf_selectedbutton:hover,
.assignfeedback_editpdf_widget .pageheader button.assignfeedback_editpdf_selectedbutton {
background-color: #dfdfdf;
background-image: radial-gradient(ellipse at center, #ffffff 40%, #dfdfdf 100%);
background-image: radial-gradient(ellipse at center, #fff 40%, #dfdfdf 100%);
}
.assignfeedback_editpdf_widget .commentdrawable img {

View File

@ -136,7 +136,7 @@
}
.path-mod-assign .gradingtable tr.selectedrow td {
background-color: #ffeecc;
background-color: #fec;
}
.path-mod-assign .gradingtable tr.unselectedrow td {
@ -174,7 +174,7 @@
}
.path-mod-assign div.gradingtable tr .quickgrademodified {
background-color: #ffcc99;
background-color: #fc9;
}
.path-mod-assign td.submissioneditable {
@ -463,7 +463,7 @@
left: auto;
box-sizing: border-box;
border-radius: 0 0 0 4px;
border: 1px solid #cccccc;
border: 1px solid #ccc;
border-top: none;
background-color: #fff;
z-index: 99999;
@ -1059,7 +1059,7 @@
left: 0;
right: auto;
box-sizing: border-box;
border: 1px solid #cccccc;
border: 1px solid #ccc;
border-radius: 0 0 4px 0;
background-color: #fff;
z-index: 99999;

View File

@ -33,8 +33,8 @@ h6.main {
}
h1#header {
color: #666666;
color: #666;
text-align: right;
padding-bottom: 0.2em;
border-bottom: solid 1px #666666;
border-bottom: solid 1px #666;
}

View File

@ -39,7 +39,7 @@
}
#input-message {
background: #ffffff url(input.png) repeat-x scroll 0 0;
background: #fff url(input.png) repeat-x scroll 0 0;
padding: 0 9px;
border: 1px solid #999;
border-radius: 9px;

View File

@ -35,7 +35,7 @@
}
#input-message {
background: #ffffff url(input.png) repeat-x scroll 0 0;
background: #fff url(input.png) repeat-x scroll 0 0;
border: 1px solid #999;
}

View File

@ -123,7 +123,7 @@
}
.mod-data-default-template.notapproved {
background-color: #ffcccc;
background-color: #fcc;
}
#page-mod-data-templates td.save_template,

View File

@ -4,17 +4,17 @@
}
.path-mod-feedback div.feedback_is_dependent {
background: #dddddd;
background: #ddd;
}
.path-mod-feedback span.feedback_depend {
color: #ff0000;
color: #f00;
}
.path-mod-feedback hr.feedback_pagebreak {
height: 4px;
color: #aaaaaa;
background-color: #aaaaaa;
color: #aaa;
background-color: #aaa;
border: 0;
margin: 0;
}
@ -43,7 +43,7 @@
/* Analysis page */
.path-mod-feedback table.analysis {
width: 100%;
border-top: 1px solid #aaaaaa;
border-top: 1px solid #aaa;
margin-top: 10px;
}

View File

@ -12,7 +12,7 @@
#page-mod-imscp-view .yui-layout-hd {
background-image: none;
background-color: #dddddd;
background-color: #ddd;
}
#page-mod-imscp-view .yui-layout-hd h2 {

View File

@ -214,7 +214,7 @@
.tool-card:hover,
.tool-card:focus {
border-color: #0088cc;
border-color: #08c;
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;

View File

@ -51,7 +51,7 @@ body.jsenabled .questionflagcheckbox {
left: 10%;
color: #555;
border-radius: 0 0 10px 10px;
box-shadow: 5px 5px 20px 0 #666666;
box-shadow: 5px 5px 20px 0 #666;
padding: 1em 1em 0;
z-index: 10000;
}
@ -211,67 +211,67 @@ body.jsenabled .questionflagcheckbox {
}
#quiz-timer.timeleft15 {
background: #ffffff;
background: #fff;
}
#quiz-timer.timeleft14 {
background: #ffeeee;
background: #fee;
}
#quiz-timer.timeleft13 {
background: #ffdddd;
background: #fdd;
}
#quiz-timer.timeleft12 {
background: #ffcccc;
background: #fcc;
}
#quiz-timer.timeleft11 {
background: #ffbbbb;
background: #fbb;
}
#quiz-timer.timeleft10 {
background: #ffaaaa;
background: #faa;
}
#quiz-timer.timeleft9 {
background: #ff9999;
background: #f99;
}
#quiz-timer.timeleft8 {
background: #ff8888;
background: #f88;
}
#quiz-timer.timeleft7 {
background: #ff7777;
background: #f77;
}
#quiz-timer.timeleft6 {
background: #ff6666;
background: #f66;
}
#quiz-timer.timeleft5 {
background: #ff5555;
background: #f55;
}
#quiz-timer.timeleft4 {
background: #ff4444;
background: #f44;
}
#quiz-timer.timeleft3 {
background: #ff3333;
background: #f33;
}
#quiz-timer.timeleft2 {
background: #ff2222;
background: #f22;
}
#quiz-timer.timeleft1 {
background: #ff1111;
background: #f11;
}
#quiz-timer.timeleft0 {
background: #ff0000;
background: #f00;
}
/** mod quiz mod **/
@ -940,7 +940,7 @@ table.quizreviewsummary td.cell {
}
#categoryquestions > tbody > tr:nth-of-type(even).highlight {
background-color: #aaffaa;
background-color: #afa;
}
#categoryquestions .header {

View File

@ -157,7 +157,7 @@
}
#page-mod-scorm-view .exceededmaxattempts {
color: #cc0000;
color: #c00;
}
#page-mod-scorm-player #altfinishlink {

View File

@ -223,13 +223,13 @@
}
.ouw_deleted {
background: #ffffaa;
background: #ffa;
color: red;
text-decoration: line-through;
}
.ouw_added {
background: #ccffcc;
background: #cfc;
color: red;
}

View File

@ -487,7 +487,7 @@
.path-mod-workshop .grading-report .givengrade.null .user,
.path-mod-workshop .grading-report .receivedgrade.null .user {
color: #ee0000;
color: #e00;
}
/**

View File

@ -5,7 +5,7 @@
.que.ddimageortext div.droparea img,
form.mform fieldset#id_previewareaheader div.droparea img {
border: 1px solid #000000;
border: 1px solid #000;
max-width: none;
}
@ -29,7 +29,7 @@ form.mform fieldset#id_previewareaheader div.draghome {
.que.ddimageortext .group1,
form.mform fieldset#id_previewareaheader .group1 {
background-color: #ffffff;
background-color: #fff;
}
.que.ddimageortext .group2,

View File

@ -14,7 +14,7 @@
.que.ddwtos .drop {
display: inline-block;
text-align: center;
border: 1px solid #000000;
border: 1px solid #000;
margin-bottom: 2px;
}
@ -28,7 +28,7 @@
.que.ddwtos .draghome,
.que.ddwtos .drag.unplaced {
border: 1px solid #000000;
border: 1px solid #000;
}
.que.ddwtos .draghome {
@ -67,7 +67,7 @@
}
.que.ddwtos .group1 {
background-color: #ffffff;
background-color: #fff;
}
.que.ddwtos .group2 {

View File

@ -4,7 +4,7 @@
background: #fff3bf;
padding: 0.5em;
margin-top: 1em;
box-shadow: 0.5em 0.5em 1em #000000;
box-shadow: 0.5em 0.5em 1em #000;
}
body.ie6 .que.multianswer .feedbackspan,