小编Man*_*han的帖子

更改微调器背景颜色但保持箭头

我已经读过几件关于它的事情,但我找不到我需要的东西.我想保留灰色箭头,但我想从默认样式中删除水平条并具有白色背景.你知道我怎么做吗?

这是我现在拥有的(默认微调器样式):

在此输入图像描述

这就是我想要的:

在此输入图像描述

android spinner android-spinner

49
推荐指数
3
解决办法
7万
查看次数

Empty HTML tag in an editable div disappears when backspace is pressed on Firefox

I'm using Firefox and I have this HTML code:

<div contenteditable="true">
   This is an empty tag : <b></b> and this is this is <b>not</b>
</div>
Run Code Online (Sandbox Code Playgroud)

When I try to delete a character by pressing the "SUPPR" or "BACKSPACE" key, it removes the <b></b> for no reason.

It works on Chrome.

Check here: https://jsfiddle.net/t5jgb04y/ And then try to delete a character.

html firefox contenteditable

4
推荐指数
1
解决办法
118
查看次数