Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-05-11 09:35:05 +0300
committerAleksander Machniak <alec@alec.pl>2019-05-11 09:35:05 +0300
commit6efa88f0494d2da788aa786a6fbefae04c77276d (patch)
tree7750ca1ff651433190558d2ab595b4f4c5c79277 /skins/elastic/styles
parentb89031e335810b9eeb7349a3ef88618c22b31fef (diff)
Enigma: Fix bug where revoked users/keys were not greyed out in key info
The 'deleted' class was assigned to the wrong (next) row in a table. It also didn't work in Elastic skin at all because of the missing style.
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/common.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/elastic/styles/widgets/common.less b/skins/elastic/styles/widgets/common.less
index 867753553..991bf367e 100644
--- a/skins/elastic/styles/widgets/common.less
+++ b/skins/elastic/styles/widgets/common.less
@@ -570,6 +570,10 @@ table.table {
fieldset.tab-pane & thead th {
border: 0;
}
+
+ tr.deleted td {
+ color: @color-list-deleted !important;
+ }
}
/* Bootstrap's .table style overwrites */