mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:55:57 +00:00
misc css tweaks
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
<tr><td class='n'>g s</td><td>Starred articles</td></tr>
|
<tr><td class='n'>g s</td><td>Starred articles</td></tr>
|
||||||
<tr><td class='n'>g f</td><td>Fresh articles</td></tr>
|
<tr><td class='n'>g f</td><td>Fresh articles</td></tr>
|
||||||
<tr><td class='n'>g p</td><td>Published articles</td></tr>
|
<tr><td class='n'>g p</td><td>Published articles</td></tr>
|
||||||
|
<tr><td class='n'>g t</td><td>Tag cloud</td></tr>
|
||||||
<tr><td class='n'>g P</td><td>Preferences</td></tr>
|
<tr><td class='n'>g P</td><td>Preferences</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
BIN
images/shadow_white.png
Normal file
BIN
images/shadow_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 178 B |
@@ -1189,15 +1189,14 @@ a.cdmToggleLink:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#dialog_overlay {
|
#dialog_overlay {
|
||||||
background : white;
|
|
||||||
left : 0;
|
left : 0;
|
||||||
top : 0;
|
top : 0;
|
||||||
height : 100%;
|
height : 100%;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
z-index : 2;
|
z-index : 2;
|
||||||
opacity : 0.5;
|
|
||||||
position : absolute;
|
position : absolute;
|
||||||
display : none;
|
display : none;
|
||||||
|
background-image : url("images/shadow_white.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
#overlay {
|
#overlay {
|
||||||
|
|||||||
Reference in New Issue
Block a user