From 124eb5df44dd593a6bc9b47970308e47b59bfb4e Mon Sep 17 00:00:00 2001 From: "Berend.Cornelius%sun.com" Date: Wed, 27 Aug 2008 15:39:14 +0000 Subject: [PATCH] Bug 452417-readonly events should not show grippies on hover event;r=mschroeder git-svn-id: svn://10.0.0.236/trunk@253882 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/base/themes/pinstripe/calendar-views.css | 4 ++-- mozilla/calendar/base/themes/winstripe/calendar-views.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/calendar/base/themes/pinstripe/calendar-views.css b/mozilla/calendar/base/themes/pinstripe/calendar-views.css index 5fb0f53be6d..386eaf8bbf7 100644 --- a/mozilla/calendar/base/themes/pinstripe/calendar-views.css +++ b/mozilla/calendar/base/themes/pinstripe/calendar-views.css @@ -516,8 +516,8 @@ calendar-event-box[orient="horizontal"] .calendar-event-box-grippy-bottom { visibility: hidden; } -calendar-event-box[readOnly="true"]:hover .calendar-event-box-grippy-top, -calendar-event-box[readOnly="true"]:hover .calendar-event-box-grippy-bottom { +calendar-event-box[readonly="true"]:hover .calendar-event-box-grippy-top, +calendar-event-box[readonly="true"]:hover .calendar-event-box-grippy-bottom { visibility: hidden; cursor: auto; } diff --git a/mozilla/calendar/base/themes/winstripe/calendar-views.css b/mozilla/calendar/base/themes/winstripe/calendar-views.css index 7f7fae8c7ca..d0f4711a96e 100644 --- a/mozilla/calendar/base/themes/winstripe/calendar-views.css +++ b/mozilla/calendar/base/themes/winstripe/calendar-views.css @@ -516,8 +516,8 @@ calendar-event-box[orient="horizontal"] .calendar-event-box-grippy-bottom { visibility: hidden; } -calendar-event-box[readOnly="true"]:hover .calendar-event-box-grippy-top, -calendar-event-box[readOnly="true"]:hover .calendar-event-box-grippy-bottom { +calendar-event-box[readonly="true"]:hover .calendar-event-box-grippy-top, +calendar-event-box[readonly="true"]:hover .calendar-event-box-grippy-bottom { visibility: hidden; cursor: auto; }