Rgba instead of opacity

Close #228
This commit is contained in:
Jordan 2014-01-09 18:18:38 -07:00
parent 37accb230d
commit 6e5e4cfb45
9 changed files with 20 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,6 +8,9 @@
}
/* Header */
:root.burichan #header-bar.dialog {
background-color: rgba(214,218,240,0.98);
}
:root.burichan #header-bar, :root.burichan #header-bar #notifications {
font-size: 11pt;
color: #89A;

View File

@ -8,6 +8,9 @@
}
/* Header */
:root.futaba #header-bar.dialog {
background-color: rgba(240,224,214,0.98);
}
:root.futaba #header-bar, :root.futaba #notifications {
font-size: 11pt;
color: #B86;

View File

@ -8,6 +8,9 @@
}
/* Header */
:root.photon #header-bar.dialog {
background-color: rgba(221,221,221,0.98);
}
:root.photon #header-bar, :root.photon #notifications {
font-size: 9pt;
color: #333;

View File

@ -150,7 +150,6 @@ div.center:not(.ad-cnt) {
border-width: 0;
transition: all .1s .05s ease-in-out;
box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.20);
opacity: 0.98;
}
#custom-board-list .current {
padding: 1px 1px 4px 1px;

View File

@ -5,6 +5,9 @@
}
/* Header */
:root.tomorrow #header-bar.dialog {
background-color: rgba(40,42,46,0.9);
}
:root.tomorrow #header-bar, :root.tomorrow #notifications {
font-size: 9pt;
color: #C5C8C6;

View File

@ -8,6 +8,9 @@
}
/* Header */
:root.yotsuba-b #header-bar.dialog {
background-color: rgba(214,218,240,0.98);
}
:root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {
font-size: 9pt;
color: #89A;

View File

@ -8,6 +8,9 @@
}
/* Header */
:root.yotsuba #header-bar.dialog {
background-color: rgba(240,224,214,0.98);
}
:root.yotsuba #header-bar, :root.yotsuba #notifications {
font-size: 9pt;
color: #B86;