Skip to content

Commit

Permalink
updated star images, slight color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
innocuo committed Apr 13, 2019
1 parent 5b2c32a commit 9d9ad0b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion admin-starred-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
defined( 'ABSPATH' ) or die( '' );

if(!defined('INO_STARRED_POSTS_VERSION')){
define('INO_STARRED_POSTS_VERSION', '2.3.0');
define('INO_STARRED_POSTS_VERSION', '2.4.0');
}

//required classes
Expand Down
9 changes: 6 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

background-repeat:no-repeat;
background-position: 0 0;
background-image:url(../img/sprite_stars.png?v=3);
background-image:url(../img/sprite_stars.png?v=5);
}

.ino-star:focus{
Expand Down Expand Up @@ -48,12 +48,12 @@
text-align:left;
text-indent:-1000px;
overflow:hidden;
background-image:url(../img/col.png);
background-image:url(../img/col.png?v=5);
font-size:20px;
line-height:20px;

background-repeat:no-repeat;
background-position: center middle;
background-position: center center;
}

.row-actions a.ino-star{
Expand Down Expand Up @@ -95,6 +95,9 @@
min-height:30px;
line-height:30px;
}
.ino-stars-list-label-not-used{
opacity:0.7;
}

.ino-stars-row { margin-top:10px; }
.ino-stars-connected { display:inline-block; }
Expand Down
Binary file modified img/col.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/sprite_stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions includes/class-ino-starred-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public function display_settings_page(){
<div class="wrap">
<h2>Starred Posts - Settings</h2>

<p>Use stars to mark posts, pages and custom posts in your Wordpress admin.<br>Mark a post with a star so you
remember it's important, to highlight or bookmark it.</p>
<p>Use stars to mark posts, pages and custom posts in your WordPress admin.<br>
Mark a post with a star to highlight or bookmark it, or so you remember it's important.</p>

<form method="post" action="options.php">
<?php
Expand All @@ -93,7 +93,7 @@ public function display_settings_page(){
submit_button();
?>
</form>
<div class="ino-starred-settings-footer">Thank you for using the Admin Starred Posts plugin. v<?php echo INO_STARRED_POSTS_VERSION; ?></div>
<div class="ino-starred-settings-footer">Thank you for using this plugin!<br>Admin Starred Posts plugin. v<?php echo INO_STARRED_POSTS_VERSION; ?></div>
</div>
<?php
}
Expand Down Expand Up @@ -155,7 +155,7 @@ public function do_field_enabled_stars(){
</div>
</div>
<div class="ino-stars-row">
<div class="ino-stars-list-label">Not In Use</div>
<div class="ino-stars-list-label ino-stars-list-label-not-used">Not In Use</div>
<div class="ino-stars-disabled ino-stars-connected">
<?php echo implode( "\n", $disabled ); ?>
</div>
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: innocuo
Tags: bookmarks, admin, stars, organize, posts, gmail, productivity
Requires at least: 3.8
Tested up to: 5.1
Stable tag: 2.3.0
Stable tag: 2.4.0
License: GPLv2

Mark posts, pages and custom posts in your Wordpress admin; pretty similar to the stars feature in Gmail.
Expand Down Expand Up @@ -56,6 +56,10 @@ any changes.

== Changelog ==

= 2.4.0 =
* Star images slightly updated (saturation and sharpness)
* small fix in css position rule

= 2.3.0 =
* Cleanup version numbers
* Bug Fixes when looping through stars, specially on slow networks.
Expand Down

0 comments on commit 9d9ad0b

Please sign in to comment.