Skip to content

Commit 3599eba

Browse files
committed
Aesthetic patch.
1 parent 30d9ec8 commit 3599eba

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

assets/bluemetal/frontend.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;co
66
img.ico{width:16px;height:16px;border:0;filter:hue-rotate(180deg) brightness(.8)}
77
input,select,option,textarea{background-color:#345;border:none;color:#ccc;margin:2px;padding:2px}
88
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
9+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
910
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1011
input[type=image]{width:inherit;border:inherit}
1112
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/default/frontend.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;co
66
img.ico{width:16px;height:16px;border:0}
77
input,select,option,textarea{background-color:#ffe;border:1px solid #900;color:#033;margin:2px;padding:2px}
88
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
9+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
910
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1011
input[type=image]{width:inherit;border:inherit}
1112
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/fullmoon/frontend.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;co
55
img.ico{width:16px;height:16px;border:0}
66
input,select,option,textarea{background-color:rgba(54,57,59,.7);border:1px solid #aaa;color:#c5bc8e;margin:2px;padding:2px}
77
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
8+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
89
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
910
input[type=image]{width:inherit;border:inherit}
1011
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/moss/frontend.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;co
66
img.ico{width:16px;height:16px;border:0;filter:hue-rotate(45deg) brightness(.9)}
77
input,select,option,textarea{background-color:#d0ff70;border:1px solid #604848;color:#303c24;margin:2px;padding:2px}
88
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
9+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
910
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1011
input[type=image]{width:inherit;border:inherit}
1112
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/rbi/frontend.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;co
66
img.ico{width:16px;height:16px;border:0}
77
input,select,option,textarea{background-color:#eff;border:1px solid rgba(0,0,153,.2);color:#330;margin:2px;padding:2px}
88
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
9+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
910
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1011
input[type=image]{width:inherit;border:inherit}
1112
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/slate/frontend.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ img.ico{width:16px;height:16px;border:0;filter:grayscale(60%) hue-rotate(45deg)
77
select,input,textarea{background:linear-gradient({45deg},rgba(47,47,47,1),rgba(255,255,255,.1));border:1px solid #999;color:#ccc;margin:2px;padding:2px;transition:all .3s ease-out}
88
option{background-color:#2f2f2f}
99
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
10+
input[type=submit]:not(.auto),input[type=button]:not(.auto){width:auto;min-width:150px}
1011
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1112
input[type=image]{width:inherit;border:inherit}
1213
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

0 commit comments

Comments
 (0)