Ignore:
Timestamp:
08/08/12 18:06:21 (13 years ago)
Author:
tjcschipper
Message:
  • Fixed inheritBgColor CSS classes. Now works for buttons as well. LineWithActions? and the classes that use it still need some changes. LWA needs to get rid of colour "modifier" property and always pass "inheritBgColor (light, optionally) to the buttons". Classes that use LWA need to stop passing modifiers to them;)
  • Improved SurveyEditorPreviewItem? design, less of an eyesore, and can now use the correct button colors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/css/surveyEditor.css

    r388 r395  
    1414.claro .surveyEditorPreviewItem .topBorder .title {
    1515        margin: 0 16px 0 16px;
     16        font-weight: bold;
    1617}
    1718
     
    3132        padding: 8px;
    3233        border: 1px solid #ffffff;
     34        border-top-width: 0;
     35        color: #ffffff;
    3336}
     37
     38.claro div.orange .surveyEditorPreviewItemContent {
     39        border-color: #ff5b12;
     40}
     41
     42.claro div.blue .surveyEditorPreviewItemContent {
     43        border-color: #0794d1;
     44}
     45
     46.claro div.orange .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
     47        background-color: #FF9140;
     48}
     49.claro div.blue .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
     50        background-color: #0794D1;
     51}
     52.claro div.green .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
     53        background-color: #79CA0A;
     54}
     55.claro div.red .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
     56        background-color: #BD0013;
     57}
     58.claro div.purple .surveyEditorPreviewItem.dojoDndItemAnchor .inheritBgColor {
     59        background-color: #993DEC;
     60}
Note: See TracChangeset for help on using the changeset viewer.