123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
- /* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
- @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
- *|*::-moz-canvas {
- cursor: text;
- }
- *|*:-moz-read-write :-moz-read-only {
- -moz-user-select: all;
- }
- *|*:-moz-read-only > :-moz-read-write {
- /* override the above -moz-user-select: all rule. */
- -moz-user-select: -moz-text;
- }
- input:-moz-read-write > .anonymous-div:-moz-read-only,
- textarea:-moz-read-write > .anonymous-div:-moz-read-only {
- -moz-user-select: text;
- }
- /* Use default arrow over objects with size that
- are selected when clicked on.
- Override the browser's pointer cursor over links
- */
- img:-moz-read-write, img:-moz-read-write[usemap], area:-moz-read-write,
- object:-moz-read-write, object:-moz-read-write[usemap],
- applet:-moz-read-write, hr:-moz-read-write, button:-moz-read-write,
- select:-moz-read-write,
- a:-moz-read-write:link img, a:-moz-read-write:visited img,
- a:-moz-read-write:active img, a:-moz-read-write:-moz-only-whitespace[name] {
- cursor: default;
- }
- *|*:any-link:-moz-read-write {
- cursor: text;
- }
- /* Prevent clicking on links from going to link */
- a:link:-moz-read-write img, a:visited:-moz-read-write img,
- a:active:-moz-read-write img {
- -moz-user-input: none;
- }
- /* We suppress user/author's prefs for link underline,
- so we must set explicitly. This isn't good!
- */
- a:link:-moz-read-write {
- text-decoration: underline -moz-anchor-decoration;
- color: -moz-hyperlinktext;
- }
- /* Allow double-clicks on these widgets to open properties dialogs
- XXX except when the widget has disabled attribute */
- *|*:-moz-read-write > input:-moz-read-only,
- *|*:-moz-read-write > button:-moz-read-only,
- *|*:-moz-read-write > textarea:-moz-read-only {
- -moz-user-select: all;
- -moz-user-input: auto !important;
- -moz-user-focus: none !important;
- }
- /* XXX Still need a better way of blocking other events to these widgets */
- select:-moz-read-write,
- *|*:-moz-read-write > input:disabled,
- *|*:-moz-read-write > input[type="checkbox"],
- *|*:-moz-read-write > input[type="radio"],
- *|*:-moz-read-write > input[type="file"],
- input[contenteditable="true"]:disabled,
- input[contenteditable="true"][type="checkbox"],
- input[contenteditable="true"][type="radio"],
- input[contenteditable="true"][type="file"] {
- -moz-user-select: all;
- -moz-user-input: none !important;
- -moz-user-focus: none !important;
- }
- *|*:-moz-read-write > input[type="hidden"],
- input[contenteditable="true"][type="hidden"] {
- border: 1px solid black !important;
- visibility: visible !important;
- }
- label:-moz-read-write {
- -moz-user-select: all;
- }
- *|*::-moz-display-comboboxcontrol-frame {
- -moz-user-select: text;
- }
- option:-moz-read-write {
- -moz-user-select: text;
- }
- /* the following rules are for Image Resizing */
- span[\_moz_anonclass="mozResizer"] {
- width: 5px;
- height: 5px;
- position: absolute;
- border: 1px black solid;
- background-color: white;
- -moz-user-select: none;
- z-index: 2147483646; /* max value -1 for this property */
- }
- /* we can't use :active below */
- span[\_moz_anonclass="mozResizer"][\_moz_activated],
- span[\_moz_anonclass="mozResizer"]:hover {
- background-color: black;
- }
- span[\_moz_anonclass="mozResizer"].hidden,
- span[\_moz_anonclass="mozResizingShadow"].hidden,
- img[\_moz_anonclass="mozResizingShadow"].hidden,
- span[\_moz_anonclass="mozGrabber"].hidden,
- span[\_moz_anonclass="mozResizingInfo"].hidden,
- a[\_moz_anonclass="mozTableRemoveRow"].hidden,
- a[\_moz_anonclass="mozTableRemoveColumn"].hidden {
- display: none !important;
- }
- span[\_moz_anonclass="mozResizer"][anonlocation="nw"] {
- cursor: nw-resize;
- }
- span[\_moz_anonclass="mozResizer"][anonlocation="n"] {
- cursor: n-resize;
- }
- span[\_moz_anonclass="mozResizer"][anonlocation="ne"] {
- cursor: ne-resize;
- }
- span[\_moz_anonclass="mozResizer"][anonlocation="w"] {
- cursor: w-resize;
- }
- span[\_moz_anonclass="mozResizer"][anonlocation="e"] {
- cursor: e-resize;
- }
- span[\_moz_anonclass="mozResizer"][anonlocation="sw"] {
- cursor: sw-resize;
- }
- span[\_moz_anonclass="mozResizer"][anonlocation="s"] {
- cursor: s-resize;
- }
- span[\_moz_anonclass="mozResizer"][anonlocation="se"] {
- cursor: se-resize;
- }
- span[\_moz_anonclass="mozResizingShadow"],
- img[\_moz_anonclass="mozResizingShadow"] {
- outline: thin dashed black;
- -moz-user-select: none;
- opacity: 0.5;
- position: absolute;
- z-index: 2147483647; /* max value for this property */
- }
- span[\_moz_anonclass="mozResizingInfo"] {
- font-family: sans-serif;
- font-size: x-small;
- color: black;
- background-color: #d0d0d0;
- border: ridge 2px #d0d0d0;
- padding: 2px;
- position: absolute;
- z-index: 2147483647; /* max value for this property */
- }
- img[\_moz_resizing] {
- outline: thin solid black;
- }
- *[\_moz_abspos] {
- outline: silver ridge 2px;
- z-index: 2147483645 !important; /* max value -2 for this property */
- }
- *[\_moz_abspos="white"] {
- background-color: white !important;
- }
- *[\_moz_abspos="black"] {
- background-color: black !important;
- }
- span[\_moz_anonclass="mozGrabber"] {
- outline: ridge 2px silver;
- padding: 2px;
- position: absolute;
- width: 12px;
- height: 12px;
- background-image: url("resource://gre/res/grabber.gif");
- background-repeat: no-repeat;
- background-position: center center;
- -moz-user-select: none;
- cursor: move;
- }
- /* INLINE TABLE EDITING */
- a[\_moz_anonclass="mozTableAddColumnBefore"] {
- position: absolute;
- z-index: 2147483647; /* max value for this property */
- text-decoration: none !important;
- border: none 0px !important;
- width: 4px;
- height: 8px;
- background-image: url("resource://gre/res/table-add-column-before.gif");
- background-repeat: no-repeat;
- background-position: center center;
- -moz-user-select: none;
- -moz-user-focus: none !important;
- }
- a[\_moz_anonclass="mozTableAddColumnBefore"]:hover {
- background-image: url("resource://gre/res/table-add-column-before-hover.gif");
- }
- a[\_moz_anonclass="mozTableAddColumnBefore"]:active {
- background-image: url("resource://gre/res/table-add-column-before-active.gif");
- }
- a[\_moz_anonclass="mozTableAddColumnAfter"] {
- position: absolute;
- z-index: 2147483647; /* max value for this property */
- text-decoration: none !important;
- border: none 0px !important;
- width: 4px;
- height: 8px;
- background-image: url("resource://gre/res/table-add-column-after.gif");
- background-repeat: no-repeat;
- background-position: center center;
- -moz-user-select: none;
- -moz-user-focus: none !important;
- }
- a[\_moz_anonclass="mozTableAddColumnAfter"]:hover {
- background-image: url("resource://gre/res/table-add-column-after-hover.gif");
- }
- a[\_moz_anonclass="mozTableAddColumnAfter"]:active {
- background-image: url("resource://gre/res/table-add-column-after-active.gif");
- }
- a[\_moz_anonclass="mozTableRemoveColumn"] {
- position: absolute;
- z-index: 2147483647; /* max value for this property */
- text-decoration: none !important;
- border: none 0px !important;
- width: 8px;
- height: 8px;
- background-image: url("resource://gre/res/table-remove-column.gif");
- background-repeat: no-repeat;
- background-position: center center;
- -moz-user-select: none;
- -moz-user-focus: none !important;
- }
- a[\_moz_anonclass="mozTableRemoveColumn"]:hover {
- background-image: url("resource://gre/res/table-remove-column-hover.gif");
- }
- a[\_moz_anonclass="mozTableRemoveColumn"]:active {
- background-image: url("resource://gre/res/table-remove-column-active.gif");
- }
- a[\_moz_anonclass="mozTableAddRowBefore"] {
- position: absolute;
- z-index: 2147483647; /* max value for this property */
- text-decoration: none !important;
- border: none 0px !important;
- width: 8px;
- height: 4px;
- background-image: url("resource://gre/res/table-add-row-before.gif");
- background-repeat: no-repeat;
- background-position: center center;
- -moz-user-select: none;
- -moz-user-focus: none !important;
- }
- a[\_moz_anonclass="mozTableAddRowBefore"]:hover {
- background-image: url("resource://gre/res/table-add-row-before-hover.gif");
- }
- a[\_moz_anonclass="mozTableAddRowBefore"]:active {
- background-image: url("resource://gre/res/table-add-row-before-active.gif");
- }
- a[\_moz_anonclass="mozTableAddRowAfter"] {
- position: absolute;
- z-index: 2147483647; /* max value for this property */
- text-decoration: none !important;
- border: none 0px !important;
- width: 8px;
- height: 4px;
- background-image: url("resource://gre/res/table-add-row-after.gif");
- background-repeat: no-repeat;
- background-position: center center;
- -moz-user-select: none;
- -moz-user-focus: none !important;
- }
- a[\_moz_anonclass="mozTableAddRowAfter"]:hover {
- background-image: url("resource://gre/res/table-add-row-after-hover.gif");
- }
- a[\_moz_anonclass="mozTableAddRowAfter"]:active {
- background-image: url("resource://gre/res/table-add-row-after-active.gif");
- }
- a[\_moz_anonclass="mozTableRemoveRow"] {
- position: absolute;
- z-index: 2147483647; /* max value for this property */
- text-decoration: none !important;
- border: none 0px !important;
- width: 8px;
- height: 8px;
- background-image: url("resource://gre/res/table-remove-row.gif");
- background-repeat: no-repeat;
- background-position: center center;
- -moz-user-select: none;
- -moz-user-focus: none !important;
- }
- a[\_moz_anonclass="mozTableRemoveRow"]:hover {
- background-image: url("resource://gre/res/table-remove-row-hover.gif");
- }
- a[\_moz_anonclass="mozTableRemoveRow"]:active {
- background-image: url("resource://gre/res/table-remove-row-active.gif");
- }
|