inbasic / bookmarks-manager

A decent cross-browser bookmarks manager and viewer
https://webextension.org/listing/bookmarks-manager.html
Mozilla Public License 2.0
161 stars 49 forks source link

Bookmark Background Colour #45

Open rnc opened 5 years ago

rnc commented 5 years ago

I am using the default dark theme - is it possible for the background to be either user selectable, or respect the theme colour ?

akwala commented 5 years ago

I was able to make the text in the Search input field and the buttons visible by adding the following custom style code in the addon's Preferences:

button, input[type="submit"], input[type="button"], input[type="search"], input[type="text"], #properties span {
    color: black;
}

BTW, in Preferences, it says to look at the FAQ for info re styling but I couldn't find any related info in the FAQ linked.

Screenshot_20190914_233201

smaragdus commented 4 years ago

When using a dark theme the tool bar icon is almost invisible. This could be easily fixed if there is an option to use an alternative lighter icon in extension options.