3,479
个编辑
第51行: | 第51行: | ||
.oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled { | .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled { | ||
background-image: linear-gradient(to bottom,#ffffff 0,#fff 100%); | background-image: linear-gradient(to bottom,#ffffff 0,#fff 100%); | ||
} | |||
.oo-ui-progressBarWidget-bar { | |||
background-color: #c7c7c7; | |||
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #eaf4fa), color-stop(100%, #ac3939)); | |||
background-image: -webkit-linear-gradient(top, #eaf4fa 0, #ac3939 100%); | |||
background-image: -moz-linear-gradient(top, #eaf4fa 0, #ac3939 100%); | |||
background-image: linear-gradient(to bottom, #eaf4fa 0, #ac3939 100%); | |||
} | } | ||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { |