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:
parent
622d5b2643
commit
abef078ab9
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user