mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 11:44:41 +08:00
Made selected state for buttons darker.
--HG-- branch : 1.x
This commit is contained in:
@@ -30,9 +30,10 @@
|
||||
#shape-tracing-container input[type="button"],
|
||||
#shape-tracing-container button,
|
||||
#shape-tracing-container .button {
|
||||
color:rgba(0, 94, 153, 0.8);
|
||||
padding:0;
|
||||
margin:0;
|
||||
border:1px solid rgba(182, 188, 189, 1.0);
|
||||
border:1px solid rgba(154, 155, 157, 1.0);
|
||||
background:rgba(236, 241, 242, 1.0);
|
||||
|
||||
/*CSS3 properties*/
|
||||
@@ -193,8 +194,7 @@ button.create-template, button.create-template:hover, background-image:hover {
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
#shape-tracing-window-tree li > div {
|
||||
}
|
||||
#shape-tracing-window-tree li > div {}
|
||||
|
||||
#shape-tracing-window-content {
|
||||
padding:0 0 0 6px;
|
||||
@@ -299,7 +299,7 @@ button.create-template, button.create-template:hover, background-image:hover {
|
||||
}
|
||||
#shape-tracing-window-content .shape-tracing-tabs li.selected {
|
||||
background-color:rgba(255, 255, 255, 0.9);
|
||||
color:rgba(102, 102, 102, 1.0);
|
||||
color:rgba(51, 51, 51, 1.0);
|
||||
border:1px solid rgba(102, 102, 102, 1.0);
|
||||
}
|
||||
#shape-tracing-window-content .grid-display {
|
||||
|
||||
Reference in New Issue
Block a user