Changeset 18610 for trunk/admin


Ignore:
Timestamp:
Oct 11, 2012, 11:29:28 PM (12 years ago)
Author:
rvelices
Message:

upgrade cluetip version from 1.0.7 to 1.2.6

Location:
trunk/admin/themes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r17928 r18610  
    193193
    194194/* jQuery tooltips */
    195 .cluetip-default #cluetip-outer { border-color:#999; color: #777; background-color: #eee; }
    196 .cluetip-default h3#cluetip-title { background-color: #ddd; }
     195.cluetip-outer { border-color:#999; color: #777; background-color: #eee; }
     196.cluetip-title { background-color: #ddd; }
    197197/* jQuery ui resizable */
    198198.ui-resizable { position: relative; }
  • trunk/admin/themes/default/theme.css

    r17928 r18610  
    519519
    520520/* jQuery tooltips */
    521 .cluetip-default #cluetip-outer {
     521.cluetip-outer {
    522522        position: relative;
    523523        border: 1px solid #111111;
     
    526526        text-align: left;
    527527}
    528 .cluetip-default h3#cluetip-title {
     528.cluetip-title {
    529529        margin: 0 0 5px;
    530530        padding: 8px;
     
    534534        font-weight: bold;
    535535}
    536 .cluetip-default #cluetip-inner {
     536.cluetip-inner {
    537537        padding: 10px;
    538538}
  • trunk/admin/themes/roma/theme.css

    r17289 r18610  
    152152  list-style-type: square; list-style-position: inside; padding: 0; }
    153153/* jQuery tooltips */
    154 .cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; }
    155 .cluetip-default h3#cluetip-title { color: #ff3363; background-color: #111; }
     154.cluetip-outer { border-color: #666; color: #666; background-color: #222; }
     155.cluetip-title { color: #ff3363; background-color: #111; }
    156156/* jQuery ui resizable */
    157157.ui-resizable { position: relative; }
Note: See TracChangeset for help on using the changeset viewer.