Title: Admin Classic Borders
Author: Andy Mercer
Published: <strong>30 november 2013</strong>
Last modified: 14 augusti 2016

---

Sök tillägg

![](https://ps.w.org/admin-classic-borders/assets/banner-772x250.png?rev=813380)

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

![](https://s.w.org/plugins/geopattern-icon/admin-classic-borders_88afc6.svg)

# Admin Classic Borders

 Av [Andy Mercer](https://profiles.wordpress.org/kelderic/)

[Ladda ner](https://downloads.wordpress.org/plugin/admin-classic-borders.1.7.1.zip)

 * [Detaljer](https://sv.wordpress.org/plugins/admin-classic-borders/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/admin-classic-borders/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/admin-classic-borders/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/admin-classic-borders/#developers)

 [Support](https://wordpress.org/support/plugin/admin-classic-borders/)

## Beskrivning

Over the past few years, User-Interface design has moved towards flatness. One only
needs look at Windows 8 to see the direction we are headed in. Starting with version
3.8, WordPress joined in that movement, with admin back-end getting a design overhaul.
Borders have been removed from the menus, text is enlarged, image icons are replaced
with text icons. Much of this is good and a long time coming. Some of it, however,
decreases readability and usability.

This plugin gives you several options to tweak the knew look. The main feature (
and namesake) is the ability to tweak the borders on the main menu. Additionally,
you can set a hover effect for rows (and choose the color). Finally, there are a
few misc improvements. The plugin list has blue bars on the left side of all active
plugins. These get a 1px break between to visually indicate that are per-plugin,
not per-list. Borders on all lists besides the plugin list get consistent bottom-
borders (between items). All these options are on the new Admin page under Appearance.

## Skärmdumpar

 * [[
 * The backend without this plugin activated. (Or if activated and borders set to
   none).
 * [[
 * The backend with the plugin activated and the borders set to default (3D).
 * [[
 * The hover effect on rows.
 * [[
 * The options page for this plugin, under Appearance -> Admin

## Installation

There are two ways to install this plugin.

Manual:

 1. Upload the `admin-classic-borders` folder to the `/wp-content/plugins/` directory
 2. Go to the ’Plugins’ menu in WordPress, find ’Admin Classic Borders’ in the list,
    and select ’Activate’.

Through the WP Repository:

 1. Go to the ’Plugins’ menu in WordPress, click on the ’Add New’ button.
 2. Search for ’Admin Classic Borders’. Click ’Install Now’.
 3. Return to the ’Plugins’ menu in WordPress, find ’Admin Classic Borders’ in the 
    list, and select ’Activate’.

## Vanliga frågor

  What is the point of this?

I like borders, and I think that it’s easier to read a menu if the options are divided
visually. Also, I wanted some experience submitting a plugin to the WP Repository,
and this provided it.

  Will it be improved?

With v1.5, I think it’s just about as good as it’s going to get. That said, I’ve
thought that before. If you find a bug, or think of an enhancement that you’d like,
please let me know.

## Recensioner

Detta tillägg har inga recensioner.

## Bidragsgivare och utvecklare

”Admin Classic Borders” är programvara med öppen källkod. Följande personer har 
bidragit till detta tillägg.

Bidragande personer

 *   [ Andy Mercer ](https://profiles.wordpress.org/kelderic/)

[Översätt ”Admin Classic Borders” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/admin-classic-borders)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/admin-classic-borders/),
kika på [SVN-filförvaret](https://plugins.svn.wordpress.org/admin-classic-borders/)
eller prenumerera på [utvecklarloggen](https://plugins.trac.wordpress.org/log/admin-classic-borders/)
via [RSS](https://plugins.trac.wordpress.org/log/admin-classic-borders/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

#### 1.7.1

 * WordPress 4.6 compatibility bump

#### 1.7

 * WordPress 4.4 compatibility bump
 * BUGFIX: When Admin page was moved in 1.6, the link on Plugins list wasn’t changed,
   and was broken. Now fixed.

#### 1.6

 * WordPress 4.1 compatibility bump.
 * Moved settings page. Previously it was ”Admin Classic Borders” under ”Settings”.
   Should now appear as ”Admin” under ”Appearance”.

#### 1.5

 * Added persistent changes to Admin Toolbar for front end users who aren’t logged
   in. Props to `snih` for suggesting.
 * BUGFIX: Slideout search form not changing heights to match when old toolbar height
   is restored. Props to `snih` for catching.
 * Removed compatibility for WordPress 3.5-3.7 With MP6 Plugin.

#### 1.4

 * Added live preview of Admin Bar height change.
 * Small compatibility tweaks for WP 3.9.
 * Fixed enqueuing order bug that was report in support forum.

#### 1.3

 * Added an option to reset the Admin Bar to 28px in height, as it was before 3.8(
   Default is now 32px). This fixes issues in themes that use absolute positioning
   and assume the height of the Admin Bar to be 28px.
 * Found that bottom borders between table row items on admin options pages had 
   been removed in 3.8 (though they were included in the final versions of MP6).
   Restored them.

#### 1.2.1

 * Caught a bug in the instant preview. No borders that weren’t visible on page-
   load would be loaded as an instant preview. IE, as long as 3D was the saved value,
   previewing a change in border type worked correctly, because all borders were
   shown on page-load. All other saved values had issues though.

#### 1.2

 * Added tabs to the options page to separate out primary Border options from extra
   misc. options.
 * Added a custom CSS text input to the extra misc. settings options tab.
 * Added a warning to be shown in the plugins list if this plugin is installed in
   a version of WordPress below 3.8 that doesn’t have the MP6 plugin also installed.

#### 1.1

 * Changed the jQuery UI CSS file into a .css.php file with the prefix applied as
   a variable, to make changing it in the future easier.

#### 1.0

 * Added live preview of changes to opacity and border type.
 * Refactored CSS to decrease complexity and help with live preview.
 * Darkened the default color of the row hover effect from rgb(230,240,250) to rgb(
   220,230,250).

#### 0.6

 * Added a change in the cursor when sliding the opacity sliders.
 * Darked the opacity sliders’ borders slightly to increase visibilty.

#### 0.5

 * Options page added to let users pick and choose what tweaks they want to enable.

#### 0.1

 * First version of this plugin. It adds borders to the admin menu.

## Meta

 *  Version **1.7.1**
 *  Senast uppdaterat **10 år sedan**
 *  Aktiva installationer **20+**
 *  WordPress-version ** 3.8.0 eller senare **
 *  Testat upp till **4.6.30**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/admin-classic-borders/)
 * Etiketter
 * [admin](https://sv.wordpress.org/plugins/tags/admin/)[backend](https://sv.wordpress.org/plugins/tags/backend/)
   [borders](https://sv.wordpress.org/plugins/tags/borders/)[style](https://sv.wordpress.org/plugins/tags/style/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/admin-classic-borders/advanced/)

## Betyg

 5 av 5 stjärnor.

 *  [  6 5-stjärniga recensioner     ](https://wordpress.org/support/plugin/admin-classic-borders/reviews/?filter=5)
 *  [  0 4-stjärniga recensioner     ](https://wordpress.org/support/plugin/admin-classic-borders/reviews/?filter=4)
 *  [  0 3-stjärniga recensioner     ](https://wordpress.org/support/plugin/admin-classic-borders/reviews/?filter=3)
 *  [  0 2-stjärniga recensioner     ](https://wordpress.org/support/plugin/admin-classic-borders/reviews/?filter=2)
 *  [  0 1-stjärniga recensioner     ](https://wordpress.org/support/plugin/admin-classic-borders/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/admin-classic-borders/reviews/#new-post)

[Se alla recensioner](https://wordpress.org/support/plugin/admin-classic-borders/reviews/)

## Bidragande personer

 *   [ Andy Mercer ](https://profiles.wordpress.org/kelderic/)

## Support

Har du något att säga? Behöver du hjälp?

 [Visa supportforum](https://wordpress.org/support/plugin/admin-classic-borders/)

## Donera

Skulle du vilja bidra till utvecklingen av detta tillägg?

 [ Donera till det här tillägget ](http://www.andymercer.net)