diff --git a/_inc/css/bbppu.css b/_inc/css/bbppu.css index 8ba413c..74f70bd 100644 --- a/_inc/css/bbppu.css +++ b/_inc/css/bbppu.css @@ -6,48 +6,52 @@ body a.bbppu-hentry, body ul.bbppu-hentry > li:first-child { transition: border 500ms ease-out; } /* line 14, ../scss/bbppu.scss */ -body .bbppu-bookmark .dashicons { +body .bbppu-bookmark .bbppu-bookmark-icon { + text-decoration: none; +} +/* line 16, ../scss/bbppu.scss */ +body .bbppu-bookmark .bbppu-bookmark-icon.dashicons { font-size: 1.5em; } -/* line 19, ../scss/bbppu.scss */ +/* line 22, ../scss/bbppu.scss */ body .bbppu-mark-as-read { margin-bottom: 15px; text-align: right; } -/* line 23, ../scss/bbppu.scss */ +/* line 26, ../scss/bbppu.scss */ body .bbppu-mark-as-read a .bbppu-loading { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; } -/* line 27, ../scss/bbppu.scss */ +/* line 30, ../scss/bbppu.scss */ body .bbppu-mark-as-read a.loading .bbppu-loading { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; } -/* line 34, ../scss/bbppu.scss */ +/* line 37, ../scss/bbppu.scss */ body:not(.rtl) a.bbppu-hentry, body:not(.rtl) ul.bbppu-hentry > li:first-child { padding-left: 5px; } -/* line 38, ../scss/bbppu.scss */ +/* line 41, ../scss/bbppu.scss */ body:not(.rtl) a.bbppu-hentry.bbppu-read, body:not(.rtl) ul.bbppu-hentry.bbppu-read > li:first-child { border-left: 5px solid #EAEAEA; } -/* line 43, ../scss/bbppu.scss */ +/* line 46, ../scss/bbppu.scss */ body:not(.rtl) a.bbppu-hentry.bbppu-unread, body:not(.rtl) ul.bbppu-hentry.bbppu-unread > li:first-child { border-left: 5px solid #21759B; } -/* line 50, ../scss/bbppu.scss */ +/* line 53, ../scss/bbppu.scss */ body.rtl a.bbppu-hentry, body.rtl ul.bbppu-hentry > li:first-child { padding-right: 5px; } -/* line 54, ../scss/bbppu.scss */ +/* line 57, ../scss/bbppu.scss */ body.rtl a.bbppu-hentry.bbppu-read, body.rtl ul.bbppu-hentry.bbppu-read > li:first-child { border-right: 5px solid #EAEAEA; } -/* line 59, ../scss/bbppu.scss */ +/* line 62, ../scss/bbppu.scss */ body.rtl a.bbppu-hentry.bbppu-unread, body.rtl ul.bbppu-hentry.bbppu-unread > li:first-child { border-right: 5px solid #21759B; diff --git a/_inc/scss/bbppu.scss b/_inc/scss/bbppu.scss index cdb9ce1..09815c0 100644 --- a/_inc/scss/bbppu.scss +++ b/_inc/scss/bbppu.scss @@ -11,8 +11,11 @@ body{ } .bbppu-bookmark{ - .dashicons{ - font-size: 1.5em; + .bbppu-bookmark-icon{ + text-decoration: none; + &.dashicons{ + font-size: 1.5em; + } } } diff --git a/readme.txt b/readme.txt index 19e027f..16a1154 100644 --- a/readme.txt +++ b/readme.txt @@ -86,7 +86,8 @@ Have a look at the file /bbppu-template.php, which contains functions you could == Screenshots == -1. Style of the read / non-read forums +1. Style of the read / non-read forums. The flag icon is a link to reach the last read reply. +2. Options page == Localization == diff --git a/screenshot-1.png b/screenshot-1.png new file mode 100644 index 0000000..44f6ad0 Binary files /dev/null and b/screenshot-1.png differ diff --git a/screenshot-2.png b/screenshot-2.png new file mode 100644 index 0000000..ad2f5e7 Binary files /dev/null and b/screenshot-2.png differ