File: tabstyles.less

package info (click to toggle)
roundcube-plugin-sauserprefs 1.20.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 444 kB
  • sloc: php: 1,309; javascript: 291; makefile: 40
file content (14 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * SAUserPrefs plugin styles (tab styles)
 */

@import (reference) "../../../../skins/elastic/styles/fontawesome";

.listing.iconized li.sauserprefs > a::before {
  content: @fa-var-fire-alt;
}

// for Taskwatermark plugin
div.watermark.task-settings.action-plugin_sauserprefs::before {
  content: @fa-var-fire-alt;
}