some more icon styling updates + user control panel
This commit is contained in:
parent
f3e6e12d46
commit
8c5c762a85
|
@ -422,7 +422,7 @@ class Pref_Users extends Handler_Protected {
|
|||
print "<td align='center'><input onclick='Tables.onRowChecked(this); event.stopPropagation();'
|
||||
dojoType=\"dijit.form.CheckBox\" type=\"checkbox\"></td>";
|
||||
|
||||
print "<td title='".__('Click to edit')."'><img src='images/user.png' class='marked-pic' alt=''> " . $line["login"] . "</td>";
|
||||
print "<td title='".__('Click to edit')."'><i class='material-icons'>portrait</i> " . $line["login"] . "</td>";
|
||||
|
||||
print "<td>" . $access_level_names[$line["access_level"]] . "</td>";
|
||||
print "<td>" . $line["num_feeds"] . "</td>";
|
||||
|
|
|
@ -416,6 +416,7 @@ body.ttrss_main span.hlLabelRef {
|
|||
body.ttrss_main i.marked-pic,
|
||||
body.ttrss_main i.pub-pic {
|
||||
cursor: pointer;
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_main div.tagCloudContainer {
|
||||
background: white;
|
||||
|
@ -1486,9 +1487,6 @@ body.ttrss_prefs table.prefPluginsList label {
|
|||
body.ttrss_prefs table.prefPluginsList i.plugin-enabled {
|
||||
color: #69C671;
|
||||
}
|
||||
body.ttrss_prefs table.prefPluginsList i.plugin-disabled {
|
||||
color: #999;
|
||||
}
|
||||
body.ttrss_prefs table.prefPluginsList label img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
@ -1947,7 +1945,7 @@ body.ttrss_zoom div.post div.content pre {
|
|||
/* Preferred icon size */
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
color: #ccc;
|
||||
color: #999;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
word-wrap: normal;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@ body.ttrss_prefs,
|
|||
font-size: 18px; /* Preferred icon size */
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
color : #ccc;
|
||||
color : #999;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
word-wrap: normal;
|
||||
|
|
|
@ -130,10 +130,6 @@ body.ttrss_prefs {
|
|||
i.plugin-enabled {
|
||||
color : #69C671;
|
||||
}
|
||||
|
||||
i.plugin-disabled {
|
||||
color : #999;
|
||||
}
|
||||
}
|
||||
|
||||
table.prefPluginsList label img {
|
||||
|
|
|
@ -475,6 +475,7 @@ body.ttrss_main {
|
|||
|
||||
i.marked-pic, i.pub-pic {
|
||||
cursor : pointer;
|
||||
color : #ccc;
|
||||
}
|
||||
|
||||
div.tagCloudContainer {
|
||||
|
|
|
@ -416,6 +416,7 @@ body.ttrss_main span.hlLabelRef {
|
|||
body.ttrss_main i.marked-pic,
|
||||
body.ttrss_main i.pub-pic {
|
||||
cursor: pointer;
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_main div.tagCloudContainer {
|
||||
background: white;
|
||||
|
@ -1486,9 +1487,6 @@ body.ttrss_prefs table.prefPluginsList label {
|
|||
body.ttrss_prefs table.prefPluginsList i.plugin-enabled {
|
||||
color: #69C671;
|
||||
}
|
||||
body.ttrss_prefs table.prefPluginsList i.plugin-disabled {
|
||||
color: #999;
|
||||
}
|
||||
body.ttrss_prefs table.prefPluginsList label img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
@ -1947,7 +1945,7 @@ body.ttrss_zoom div.post div.content pre {
|
|||
/* Preferred icon size */
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
color: #ccc;
|
||||
color: #999;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
word-wrap: normal;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue