Created
November 24, 2015 01:29
-
-
Save ryo1kato/be1aa05ab42d8f4576f1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document url-prefix("https://ballard.amazon.com") { | |
span.wf-owa-flag-on { | |
background-color: #FF9999; | |
border: solid 2px red; | |
} | |
span.wf-owa-attachment-small { | |
border: solid 2px blue; | |
background-color: #9999FF; | |
} | |
.catB { | |
width: 20px; | |
} | |
/* top tool of list */ | |
div._n_u2 { | |
padding: 2px; | |
} | |
div._n_v2 { | |
top: 62px; | |
} | |
div._n_K2 { | |
top: 90px; | |
} | |
/* list */ | |
._lv_81 { | |
border: 1px solid; | |
background-color: #ccccff; | |
} | |
._lv_71 { line-height: 10px; } | |
._lv_B { padding: 0px; } | |
._lv_q._lv_r { height: 55px; } | |
div._lv_C > span { | |
color: #3333FF; | |
font-size: 0.8em; | |
font-family: Arial; | |
} | |
/* unread */ | |
._lv_r ._lv_v { | |
height: 55px; | |
width: 6px; | |
background-color: red; | |
} | |
.ms-border-color-neutralLight, .ms-bcl-nl, .ms-border-color-neutralLight-hover:hover, .ms-bcl-nl-h:hover { | |
border-color: #666; | |
} | |
/* mail message pane */ | |
.wf-size-doughboy-person-64, | |
img._pe_n { | |
width: 40px !important; | |
height: 48px !important; | |
font-size: 48px !important; | |
} | |
img._pe_n { top: 0px !important; } | |
._rp_l1 { margin: 0; } | |
._rp_91 { margin-top: 0; } | |
._rp_y1 { padding-top: 16px; } | |
._rp_m1 { padding-top: 0; } | |
._rp_h { margin: 0 30px 0 0; } | |
div._rp_f { margin-left: 8px; } | |
div._rp_A3 { margin-top: 0; } | |
div._ex_v { margin-bottom: 4px; } | |
/* Face Photo */ | |
div#Item.MessagePartBody { padding-top: 0; } | |
.presenceSizeVbarMLarge { height: 48px; } | |
/* To, Cc */ | |
div._rp_b1 { margin-bottom: 0 !important; } | |
div._rp_91 { background-color: #eeffee; } | |
} /* end of @-moz-document */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment