3,479
个编辑
第48行: | 第48行: | ||
background-image:none; | background-image:none; | ||
} | } | ||
.oo-ui-popupToolGroup-active.oo-ui-widget-enabled { | span.oo-ui-popupToolGroup-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-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled { | span.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 { | div.oo-ui-progressBarWidget-bar { | ||
background-color: #c7c7c7; | background-color: #c7c7c7; | ||
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #ac3939), color-stop(100%, #ac3939)); | background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #ac3939), color-stop(100%, #ac3939)); | ||
第61行: | 第61行: | ||
background-image: linear-gradient(to bottom, #ac3939 0, #ac3939 100%); | background-image: linear-gradient(to bottom, #ac3939 0, #ac3939 100%); | ||
} | } | ||
.ve-init-mw-progressBarWidget-bar { | div.ve-init-mw-progressBarWidget-bar { | ||
border-right: 1px solid #ccc; | border-right: 1px solid #ccc; | ||
background: #ac3939; | background: #ac3939; |