www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

integration.css (770B)


      1 #quick-format-dialog {
      2 	background: transparent;
      3 	padding: 0;
      4 }
      5 
      6 #quick-format-search {
      7 	background: white;
      8 	padding: 2px 2px 2px 0;
      9 	border: 1px solid rgba(0, 0, 0, 0.5);
     10 	border-radius: 10px;
     11 	-moz-appearance: none;
     12 }
     13 
     14 #quick-format-dialog {
     15 	background: transparent;
     16 	-moz-appearance: none;
     17 	padding: 0;
     18 }
     19 
     20 #quick-format-search:not([multiline="true"]) {
     21 	height: 28px !important;
     22 }
     23 
     24 #quick-format-entry {
     25 	background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%);
     26 	padding: 10px;
     27 }
     28 
     29 #quick-format-entry:not([square="true"]) {
     30 	-moz-border-radius: 15px;
     31 	border-radius: 15px;
     32 }
     33 
     34 #zotero-icon {
     35 	margin: -1px 0 0 4px;
     36 	-moz-appearance: none;
     37 }
     38 
     39 body {
     40 	line-height: 1.65em;
     41 }
     42 
     43 body[multiline="true"] {
     44 	padding-bottom: 2px;
     45 }