@@ -826,13 +826,14 @@ input.text-border {
826
826
}
827
827
/* Button Container of CTAB */
828
828
.ctab-folder-button-area {
829
+ min-height : 16px ;
829
830
border-bottom : 1px solid gray;
830
831
border-left : 1px solid gray;
831
832
border-right : 1px solid gray;
832
833
border-top : 1px solid gray;
833
834
background-color : menu;
834
835
padding : 1px 1px 1px 1px ;
835
- min-height : 16px ;
836
+ _height : 16px ;
836
837
}
837
838
838
839
.ctab-item-more {
@@ -938,7 +939,7 @@ input.text-border {
938
939
overflow : hidden;
939
940
font-family : Arial, sans-serif;
940
941
font-size : 8pt ;
941
- background-color : inherit ;
942
+ background-color : menu ;
942
943
}
943
944
944
945
.ctab-item-attach-noextrapos-left {
@@ -955,7 +956,7 @@ input.text-border {
955
956
overflow : hidden;
956
957
font-family : Arial, sans-serif;
957
958
font-size : 8pt ;
958
- background-color : inherit ;
959
+ background-color : menu ;
959
960
}
960
961
961
962
.ctab-item-attach-close-left {
@@ -964,20 +965,20 @@ input.text-border {
964
965
background-image : url ('images/ctab-simple-close.gif' );
965
966
background-repeat : no-repeat;
966
967
background-position : top left;
967
- background-color : inherit ;
968
+ background-color : menu ;
968
969
width : 15px ;
969
970
overflow : hidden;
970
971
font-family : Arial, sans-serif;
971
972
font-size : 8pt ;
972
973
font-family : Arial, sans-serif;
973
974
font-size : 8pt ;
974
975
}
975
-
976
+ . ctab-item-attach-close-left-hover ,
976
977
.ctab-item-attach-close-left : hover {
977
978
background-image : url ('images/ctab-simple-close-hover.gif' );
978
979
background-repeat : no-repeat;
979
980
background-position : top left;
980
- background-color : inherit ;
981
+ background-color : menu ;
981
982
font-family : Arial, sans-serif;
982
983
font-size : 8pt ;
983
984
}
@@ -990,14 +991,14 @@ input.text-border {
990
991
background-image : url ('images/ctab-simple-close.gif' );
991
992
background-repeat : no-repeat;
992
993
background-position : top right;
993
- background-color : inherit ;
994
+ background-color : menu ;
994
995
}
995
-
996
+ . ctab-item-attach-close-right-hover ,
996
997
.ctab-item-attach-close-right : hover {
997
998
background-image : url ('images/ctab-simple-close-hover.gif' );
998
999
background-repeat : no-repeat;
999
1000
background-position : top right;
1000
- background-color : inherit ;
1001
+ background-color : menu ;
1001
1002
font-family : Arial, sans-serif;
1002
1003
font-size : 8pt ;
1003
1004
}
@@ -1015,7 +1016,7 @@ input.text-border {
1015
1016
overflow : hidden;
1016
1017
font-family : Arial, sans-serif;
1017
1018
font-size : 8pt ;
1018
- background-color : inherit ;
1019
+ background-color : menu ;
1019
1020
}
1020
1021
1021
1022
.ctab-item-attach-rounded-noextrapos-left {
@@ -1032,7 +1033,7 @@ input.text-border {
1032
1033
overflow : hidden;
1033
1034
font-family : Arial, sans-serif;
1034
1035
font-size : 8pt ;
1035
- background-color : inherit ;
1036
+ background-color : menu ;
1036
1037
}
1037
1038
1038
1039
.ctab-item-attach-rounded-close-left {
@@ -1041,20 +1042,20 @@ input.text-border {
1041
1042
background-image : url ('images/ctab-simple-close.gif' );
1042
1043
background-repeat : no-repeat;
1043
1044
background-position : top left;
1044
- background-color : inherit ;
1045
+ background-color : menu ;
1045
1046
width : 15px ;
1046
1047
overflow : hidden;
1047
1048
font-family : Arial, sans-serif;
1048
1049
font-size : 8pt ;
1049
1050
font-family : Arial, sans-serif;
1050
1051
font-size : 8pt ;
1051
1052
}
1052
-
1053
+ . ctab-item-attach-rounded-close-left-hover ,
1053
1054
.ctab-item-attach-rounded-close-left : hover {
1054
1055
background-image : url ('images/ctab-simple-close-hover.gif' );
1055
1056
background-repeat : no-repeat;
1056
1057
background-position : top left;
1057
- background-color : inherit ;
1058
+ background-color : menu ;
1058
1059
font-family : Arial, sans-serif;
1059
1060
font-size : 8pt ;
1060
1061
}
@@ -1067,14 +1068,14 @@ input.text-border {
1067
1068
background-image : url ('images/ctab-simple-close.gif' );
1068
1069
background-repeat : no-repeat;
1069
1070
background-position : top right;
1070
- background-color : inherit ;
1071
+ background-color : menu ;
1071
1072
}
1072
-
1073
+ . ctab-item-attach-rounded-close-right-hover ,
1073
1074
.ctab-item-attach-rounded-close-right : hover {
1074
1075
background-image : url ('images/ctab-simple-close-hover.gif' );
1075
1076
background-repeat : no-repeat;
1076
1077
background-position : top right;
1077
- background-color : inherit ;
1078
+ background-color : menu ;
1078
1079
font-family : Arial, sans-serif;
1079
1080
font-size : 8pt ;
1080
1081
}
@@ -1089,7 +1090,7 @@ input.text-border {
1089
1090
background-image : url ('images/ctab-simple-left-selected.gif' );
1090
1091
background-repeat : no-repeat;
1091
1092
background-position : top right;
1092
- background-color : inherit ;
1093
+ background-color : menu ;
1093
1094
}
1094
1095
1095
1096
.ctab-item-selected .ctab-item-attach-noextrapos-right {
@@ -1100,7 +1101,7 @@ input.text-border {
1100
1101
background-image : url ('images/ctab-simple-right-selected.gif' );
1101
1102
background-repeat : no-repeat;
1102
1103
background-position : top right;
1103
- background-color : inherit ;
1104
+ background-color : menu ;
1104
1105
}
1105
1106
.ctab-item-selected .ctab-item-attach-default-right {
1106
1107
float : right;
@@ -1110,9 +1111,9 @@ input.text-border {
1110
1111
background-image : url ('images/ctab-simple-right-close-selected.gif' );
1111
1112
background-repeat : no-repeat;
1112
1113
background-position : top right;
1113
- background-color : inherit ;
1114
+ background-color : menu ;
1114
1115
}
1115
-
1116
+ . ctab-item-selected . ctab-item-attach-default-right-hover ,
1116
1117
.ctab-item-selected .ctab-item-attach-default-right : hover {
1117
1118
float : right;
1118
1119
width : 15px ;
@@ -1121,7 +1122,7 @@ input.text-border {
1121
1122
background-image : url ('images/ctab-simple-right-close-selected-hover.gif' );
1122
1123
background-repeat : no-repeat;
1123
1124
background-position : top right;
1124
- background-color : inherit ;
1125
+ background-color : menu ;
1125
1126
}
1126
1127
/*
1127
1128
.ctab-item-selected .ctab-item-attach-close-rounded-right{
@@ -1210,8 +1211,10 @@ input.text-border {
1210
1211
background-image : url ('images/ctab-rounded-close-right.gif' );
1211
1212
background-repeat : no-repeat;
1212
1213
background-position : top right;
1213
- background-color : inherit ;
1214
+ background-color : menu ;
1214
1215
}
1216
+
1217
+ .ctab-item-rounded-selected .ctab-item-attach-rounded-default-right-hover ,
1215
1218
.ctab-item-rounded-selected .ctab-item-attach-rounded-default-right : hover {
1216
1219
float : right;
1217
1220
width : 37px ;
@@ -1220,7 +1223,7 @@ input.text-border {
1220
1223
background-image : url ('images/ctab-rounded-close-right-hover.gif' );
1221
1224
background-repeat : no-repeat;
1222
1225
background-position : top right;
1223
- background-color : inherit ;
1226
+ background-color : menu ;
1224
1227
}
1225
1228
1226
1229
.ctab-item-rounded-selected .ctab-item-attach-rounded-noextrapos-left {
@@ -1232,7 +1235,7 @@ input.text-border {
1232
1235
background-image : url ('images/ctab-rounded-left.gif' );
1233
1236
background-repeat : no-repeat;
1234
1237
background-position : top left;
1235
- background-color : inherit ;
1238
+ background-color : menu ;
1236
1239
}
1237
1240
1238
1241
.ctab-item-rounded-selected .ctab-item-attach-rounded-noextrapos-right {
@@ -1244,7 +1247,7 @@ input.text-border {
1244
1247
background-image : url ('images/ctab-rounded-right.gif' );
1245
1248
background-repeat : no-repeat;
1246
1249
background-position : top right;
1247
- background-color : inherit ;
1250
+ background-color : menu ;
1248
1251
}
1249
1252
1250
1253
.ctab-item-rounded-selected .ctab-item-attach-rounded-close-left {
@@ -1253,20 +1256,20 @@ input.text-border {
1253
1256
background-image : url ('images/ctab-simple-close.gif' );
1254
1257
background-repeat : no-repeat;
1255
1258
background-position : top left;
1256
- background-color : inherit ;
1259
+ background-color : menu ;
1257
1260
width : 37px ;
1258
1261
overflow : hidden;
1259
1262
font-family : Arial, sans-serif;
1260
1263
font-size : 8pt ;
1261
1264
font-family : Arial, sans-serif;
1262
1265
font-size : 8pt ;
1263
1266
}
1264
-
1267
+ . ctab-item-rounded-selected . ctab-item-attach-rounded-close-left-hover ,
1265
1268
.ctab-item-rounded-selected .ctab-item-attach-rounded-close-left : hover {
1266
1269
background-image : url ('images/ctab-simple-close-hover.gif' );
1267
1270
background-repeat : no-repeat;
1268
1271
background-position : top left;
1269
- background-color : inherit ;
1272
+ background-color : menu ;
1270
1273
font-family : Arial, sans-serif;
1271
1274
font-size : 8pt ;
1272
1275
}
@@ -1279,14 +1282,14 @@ input.text-border {
1279
1282
background-image : url ('images/ctab-simple-close.gif' );
1280
1283
background-repeat : no-repeat;
1281
1284
background-position : top right;
1282
- background-color : inherit ;
1285
+ background-color : menu ;
1283
1286
}
1284
-
1287
+ . ctab-item-rounded-selected . ctab-item-attach-rounded-close-right-hover ,
1285
1288
.ctab-item-rounded-selected .ctab-item-attach-rounded-close-right : hover {
1286
1289
background-image : url ('images/ctab-simple-close-hover.gif' );
1287
1290
background-repeat : no-repeat;
1288
1291
background-position : top right;
1289
- background-color : inherit ;
1292
+ background-color : menu ;
1290
1293
font-family : Arial, sans-serif;
1291
1294
font-size : 8pt ;
1292
1295
}
0 commit comments