1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/12542] Use more specific CSS for drag-n-drop

Otherwise the CSS gets overwritten by other CSS rules.

PHPBB3-12542
This commit is contained in:
Marc Alexander 2015-05-28 11:04:22 +02:00
parent 622d5b2643
commit abef078ab9

View File

@ -977,11 +977,11 @@ fieldset.quick-login input.inputbox {
color: #333333; color: #333333;
} }
.drag-n-drop { #message-box textarea.drag-n-drop {
outline-color: rgba(102, 102, 102, 0.5); outline-color: rgba(102, 102, 102, 0.5);
} }
.drag-n-drop-highlight { #message-box textarea.drag-n-drop-highlight {
outline-color: rgba(17, 163, 234, 0.5); outline-color: rgba(17, 163, 234, 0.5);
} }