Changeset 31872


Ignore:
Timestamp:
Jul 3, 2017, 12:26:31 AM (7 years ago)
Author:
lexming
Message:

Improved support for plugin: Community-2.9.a-beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Versa/theme.css

    r31833 r31872  
    3434UL { list-style: none outside none; }
    3535
    36 INPUT, TEXTAREA, SELECT {
     36INPUT, TEXTAREA, SELECT, BUTTON {
    3737        padding: 0.5ex 0.5em;
    3838        border: 0px none;
     
    4545
    4646INPUT[type=submit] { font-weight: bold; }
    47 INPUT[type=submit], input[type=reset], input[type=button] { cursor: pointer; box-shadow: none; }
    48 INPUT[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover { color: #66AADD; }
     47INPUT[type=submit], INPUT[type=reset], INPUT[type=button], BUTTON { cursor: pointer; box-shadow: none; }
     48INPUT[type=submit]:hover, INPUT[type=reset]:hover, INPUT[type=button]:hover, BUTTON:hover { color: #66AADD; }
    4949
    5050FIELDSET {
     
    433433a.cancel-down:hover { color: #FFFFFF; }
    434434
     435### Community
    435436#uploadProgress,
    436437#photosAddContent > FIELDSET { width: auto !important; margin: 2ex 2em !important; }
     
    443444#uploadForm > FIELDSET SELECT { float: none; }
    444445
    445 #uploadWarningsSummary, #uploadModeInfos { margin: 0.5ex 1em !important; font-size: 0.8rem !important; }
     446#uploadWarningsSummary, #uploadModeInfos {
     447        margin: 1ex 1em !important;
     448        font-size: 0.8rem !important;
     449        white-space: nowrap !important;
     450}
    446451#addUploadBox > A:before { content:"\f067\ "; font-family:FontAwesome; }
    447452
     453.plupload_filelist, .plupload_filelist_header, .plupload_filelist_footer {
     454        border: none !important;
     455        color: #999999 !important;
     456        background-color: #161616 !important;
     457}
     458.plupload_filelist { box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5); }
     459
     460### Simple Copyright
    448461#simplecr IMG { display: none; }
    449462
Note: See TracChangeset for help on using the changeset viewer.