mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 18:39:16 +00:00
add SQL expression help and placeholder for help mechanism
This commit is contained in:
35
tt-rss.css
35
tt-rss.css
@@ -352,3 +352,38 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
|
||||
border-style : solid;
|
||||
}
|
||||
|
||||
a.helpLink {
|
||||
color : #808080;
|
||||
}
|
||||
|
||||
a.helpLink:hover {
|
||||
color : #5050aa;
|
||||
}
|
||||
|
||||
div.helpResponse {
|
||||
margin : 10px;
|
||||
background-image : url("images/vgrad_light_rev2.png");
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
padding : 10px 20px 10px 20px;
|
||||
border : 1px solid #f0f0f0;
|
||||
}
|
||||
|
||||
div.helpResponse h1 {
|
||||
border-width : 0px 0px 1px 0px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
font-size : 16pt;
|
||||
}
|
||||
|
||||
div.helpResponse h2 {
|
||||
border-width : 0px 0px 0px 0px;
|
||||
font-size : 12pt;
|
||||
|
||||
}
|
||||
|
||||
pre {
|
||||
border : 1px solid #c0c0c0;
|
||||
padding : 5px;
|
||||
background : #f0f0f0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user