Frontend polish and fixes; make empty placeholder implementation more abstract and add placeholder to 'My Podcast' view
This commit is contained in:
parent
0e74229975
commit
55df7775c2
10 changed files with 81 additions and 36 deletions
|
@ -488,8 +488,14 @@ li.ui-state-default {
|
|||
color: #efefef;
|
||||
}
|
||||
|
||||
.editor_pane_wrapper a:visited, .angular_wrapper a:visited {
|
||||
color: #cecece;
|
||||
.editor_pane_wrapper a,
|
||||
.angular_wrapper a {
|
||||
color: #FF5D1A;
|
||||
}
|
||||
|
||||
.editor_pane_wrapper a:visited,
|
||||
.angular_wrapper a:visited {
|
||||
color: #CE3C01;
|
||||
}
|
||||
|
||||
.tab-name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue