Changeset 12bf0f97 in github
- Timestamp:
- Dec 30, 2011 12:39:06 PM (17 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 5fea6b4
- Parents:
- 354bf1c
- Location:
- skins/larry
- Files:
-
- 2 edited
-
styles.css (modified) (2 diffs)
-
ui.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/larry/styles.css
r84d9b15 r12bf0f97 462 462 } 463 463 464 #topline a:hover, 465 #topnav a:hover { 464 #topline a:hover { 466 465 text-decoration: underline; 467 466 } … … 681 680 .listbox .listitem.selected, 682 681 .listbox .tablink.selected, 683 .listbox .listitem.selected a,684 .listbox .tablink.selected a,682 .listbox .listitem.selected > a, 683 .listbox .tablink.selected > a, 685 684 .listing tbody tr.selected td, 686 685 .listing li.selected, 687 .listing li.selected a {686 .listing li.selected > a { 688 687 color: #004458; 689 688 font-weight: bold; -
skins/larry/ui.js
r354bf1c r12bf0f97 136 136 } 137 137 else if (rcmail.env.task == 'login') { 138 if (bw.ie && bw.ve r < 9) {138 if (bw.ie && bw.vendver < 9) { 139 139 var popup = $('<div>') 140 140 .addClass('readtext')
Note: See TracChangeset
for help on using the changeset viewer.
