diff --git a/aqt/editor.py b/aqt/editor.py index 1b439093f..d7a914514 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -39,6 +39,24 @@ _html = """ .fname { vertical-align: middle; padding: 0; } img { max-width: 90%%; } body { margin: 5px; } +#topbuts { position: fixed; height: 20px; top: 0; padding: 2px; left:0;right:0} +.topbut { width: 16px; height: 16px; } +.rainbow { +background-image: -webkit-gradient(linear, left top, left bottom, + color-stop(0.00, #f77), + color-stop(50%%, #7f7), + color-stop(100%%, #77f)); +} +.linkb { -webkit-appearance: none; border: 0; padding: 0px; background: transparent; } +.linkb:disabled { opacity: 0.3; cursor: not-allowed; } + +.highlighted { + border-bottom: 3px solid #000; +} + +#fields { margin-top: 35px; } + +
+